@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 "./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 */
/* 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);
}

/* 산단 RE100 현황 대시보드 (hj) 240717 */
/* .map-admin {
  position: relative;
  width: 49.95rem;
  height: 34.5rem;
}
.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;
  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);
} */
.map-admin2 .map-complex-detail {
  float: left;
}
.map-admin2 .map-complex-detail > ul > li {
  line-height: 1.2;
}
.map-admin2 .map-complex-detail > ul > li > strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #3BBBCA;
}
.map-admin2 .map-complex-detail > ul > li > strong > img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.map-admin2 .map-complex-detail > ul > li + li {
  margin-top: 1rem;
}
.map-admin2 .map-complex-detail > ul > li > ul {
  margin-top: 0.5rem;
  width: fit-content;
}
.map-admin2 .map-complex-detail > ul > li > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.map-admin2 .map-complex-detail > ul > li > ul > li + li {
  margin-top: 0.25rem;
}
.map-admin2 .map-complex-detail > ul > li > ul > li > span {
  display: inline-block;
  margin-right: 0.5rem;
  color: #555;
}
.map-admin2 .map-complex-detail > ul > li > ul > li > em {
  display: inline-block;
  color: #aaa;
}
.map-admin2 .map-complex-detail > ul > li > ul > li > em > strong {
  color: #525252;
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 0.3rem 0 1rem;
}

.map-admin2 .map-complex-detail.nf > ul {
  display: flex;
  gap: 3.5rem;
}
.map-admin2 [class^=map-complex-box] {
  position: relative;
  float: right;
  margin-top: 2rem;
  margin-right: 1rem;
  width: 100%;
}
.map-admin2 [class^=map-complex-box]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub/map_complex_detail1.png) no-repeat center/contain;

.map-admin2 .map-complex-box4 {
  width: 28rem;
  height: 40rem;
  position: absolute;
  right: 3rem;
  top: 0;
}
.map-admin2 .map-complex-box4:before {
  background-image: url(../img/sub/map_complex_detail4.png);
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] {
  position: absolute;
  width: 6.5rem;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div {
  position: relative;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip {
  border: 2px solid #7BC6AD;
  border-radius: 0.25rem;
  height: auto;
  letter-spacing: -0.25px;
  background-color: #fff;
  padding: 0.35rem 0.65rem;
  width: fit-content;
  z-index: 100;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip > strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip > strong > span {
  color: #444;
  font-weight: 700;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip > strong > em {
  color: #43C5DB;
  margin-left: 1rem;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip > span {
  white-space: nowrap;
  color: #444;
  display: flex;
  gap: 0.3rem;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip > span > strong {
  font-weight: 700;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip > span > strong > em {
  font-weight: 400;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip:before {
  content: "";
  border-color: #7BC6AD transparent;
  border-style: solid;
  border-width: 0.5rem 0.3rem 0 0.325rem;
  display: block;
  left: 50%;
  position: absolute;
  bottom: -0.5rem;
  width: 0;
  z-index: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box] > div .task-tooltip:after {
  content: "";
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0.5rem 0.3rem 0 0.325rem;
  display: block;
  left: 50%;
  position: absolute;
  bottom: -0.4rem;
  width: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box]:before {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  width: 1.35rem;
  height: 1.15rem;
  background: url(../img/sub/map_point_detail_box_arr.png) no-repeat center/contain;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  animation-delay: 0s;
  animation-duration: 3s;
  animation-name: rotateCenterY;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box]:hover {
  z-index: 1;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box]:hover > div .task-tooltip {
  opacity: 1;
  visibility: visible;
}
.map-admin2 .map-complex-box4 [class^=map-complex-detail-box]:before {
  pointer-events: auto;
}

.map-admin2 .map-complex-box4.nm1 {
  right: 0.5rem;
}
.map-admin2 .map-complex-box4.nm1:before {
  background: url(../img/sub/map_complex_detail4-1.png) no-repeat center/contain;
}
.map-admin2 .map-complex-box4.nm2 {
  width: 100%;
  height: 25.5rem;
  right: 0;
  top: 14.5rem;
}
.map-admin2 .map-complex-box4.nm2:before {
  background: url(../img/sub/map_complex_detail4-2.png) no-repeat center/90%;
}
.map-admin2 .map-complex-box4.nm3 {
  width: 100%;
  height: 29rem;
  right: 0;
  top: 11rem;
}
.map-admin2 .map-complex-box4.nm3:before {
  background: url(../img/sub/map_complex_detail4-3.png) no-repeat center/contain;
}
.map-admin2 .map-complex-box4.nm5 {
  width: 100%;
  height: 29rem;
  right: 0;
  top: 10rem;
}
.map-admin2 .map-complex-box4.nm5:before {
  background: url(../img/sub/map_complex_detail4-5.png) no-repeat center/70%;
}

/* 사용자관리 (hj) */
.join-box {
  padding: 1.5rem 2rem 2rem 2rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.join-box h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.join-box h3 {
  font-size: 0.9rem;
  font-weight: 600;
}
.join-box .desc {
  color: #666;
  letter-spacing: -0.5px;
}
.join-box > div {
  /* 고객 정보 입력 시 스타일 변경 클래스 추가 */
}
.join-box > div .mail-input {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.join-box > div > ul > li .acc-tit {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.5rem;
  align-items: center;
  position: relative;
  color: #333;
  font-weight: 500;
}
.join-box > div > ul > li .acc-tit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ccc;
}
.join-box > div > ul > li .claus {
  padding: 1rem;
  display: none;
  background-color: #f7f7f7;
  max-height: 15rem;
  overflow-y: auto;
}
.join-box > div > ul > li .claus > div {
  margin-bottom: 0.5rem;
}
.join-box > div > ul > li .claus > div span {
  color: #666;
  font-weight: 700;
  font-size: 0.7rem;
}
.join-box > div > ul > li .claus > div > ul {
  margin: 0.25rem 0 0 0.5rem;
}
.join-box > div > ul > li .claus > div > ul > li {
  margin-left: 0.5rem;
  font-size: 0.7rem;
}
.join-box > div > ul > li .claus > div > ul > li > ul > li {
  margin-left: 0.5rem;
}
.join-box > div + div {
  margin: 0;
}
.join-box > div.client-info-con .inp-flex-con {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0.5rem;
}
.join-box > div.client-info-con .inp-flex-con .flex-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex {
  gap: 0.5rem;
  margin: 0;
  width: 31rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex .bu-est {
  width: 6.4rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex .no-est {
  width: 6.4rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex .InpSel {
  width: 15rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex.nw {
  width: 48rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex.nw .InpSel {
  width: 32rem;
}
.join-box > div.client-info-con .inp-flex-con .inp-flex .attach-file4 {
  margin-left: 6.9rem;
  width: 32rem;
  margin-right: 0;
}
.join-box .inp-flex {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.join-box .inp-flex .bu-est {
  width: 20%;
  white-space: nowrap;
}
.join-box .inp-flex .no-est {
  width: 20%;
  color: #262626;
  font-weight: 500;
  white-space: nowrap;
}
.join-box .inp-flex p {
  letter-spacing: -1px;
  white-space: nowrap;
  font-size: 0.7rem;
  padding-left: 0.3rem;
}
.join-box .inp-flex .checkbox-radio-type02 {
  color: #777;
}
.join-box .inp-flex + div {
  margin-top: 0.75rem;
}
.join-box .icon-con {
  width: 100%;
  height: 2rem;
  position: relative;
}
.join-box .icon-con img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.join-box .m-info {
  color: #444;
  font-weight: 400;
}
.join-box .m-info em {
  margin: 0 0.5rem;
}
.join-box.join-w2 {
  width: 25rem;
  max-width: 25rem;
}
.join-box.join-w3 {
  width: 100%;
  max-width: 65rem;
}
.join-box.join-w4 {
  width: 100%;
  max-width: 100%;
}
.join-box.bn {
  border: none;
}

.s-management {
  height: 32rem;
  overflow-y: auto;
}
.s-management > ul > li > ul > li {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.s-management > ul > li > ul > li label {
  position: relative;
}
.s-management > ul > li > ul > li label > span {
  font-size: 0.9rem;
  color: #555;
  font-weight: 600;
}
.s-management > ul > li > ul > li label:before {
  content: "";
  width: 0.7rem;
  height: 0.65rem;
  border-bottom: 1px dashed #CCC;
  border-left: 1px dashed #CCC;
  position: absolute;
  left: -1rem;
}
.s-management > ul > li > ul > li > ul > li {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
.s-management > ul > li > ul > li > ul > li label > span {
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}
.s-management > ul > li > ul > li > ul > li > ul > li {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
.s-management > ul > li > ul > li > ul > li > ul > li label > span {
  font-size: 0.7rem;
  color: #777;
}
.s-management > ul > li > ul > li > ul > li > ul > li label > span.disabled {
  color: #CBCBCB;
}

.s-management2 {
  height: 32rem;
  overflow-y: auto;
}
.s-management2 > ul > li > a {
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
}
.s-management2 > ul > li > ul > li {
  margin-top: 0.3rem;
  margin-left: 0.5rem;
}
.s-management2 > ul > li > ul > li > a {
  position: relative;
  margin-left: 1.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.s-management2 > ul > li > ul > li > a:before {
  content: "";
  width: 0.7rem;
  height: 0.65rem;
  border-bottom: 1px dashed #CCC;
  border-left: 1px dashed #CCC;
  position: absolute;
  left: -1rem;
}
.s-management2 > ul > li > ul > li > ul > li {
  margin-top: 0.1rem;
}
.s-management2 > ul > li > ul > li > ul > li > a {
  margin-left: 1.5rem;
  color: #444;
  font-weight: 400;
  font-size: 0.8rem;
}
.s-management2 > ul > li > ul > li > ul > li > a em {
  margin-left: 0.3rem;
}
.s-management2 ul > li > a {
  padding: 0.25rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: block;
}
.s-management2 ul > li > a:hover {
  background: #F5F5F5;
}
.s-management2 ul > li.select > a {
  background: #F5F5F5;
}

.infoBox {
  height: calc(100% - 1.8rem);
  border-left: 1px solid #ccc;
}
.infoBox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 알람페이지 (hj) 240717 */
.s-management3 {
  height: 32rem;
  overflow-y: auto;
}
.s-management3 > ul > li > span {
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  width: 3rem;
}
.s-management3 > ul > li > ul > li {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20rem;
  max-width: 20rem;
}
.s-management3 > ul > li > ul > li > span {
  position: relative;
  margin-left: 1.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.s-management3 > ul > li > ul > li > span:before {
  content: "";
  width: 0.7rem;
  height: 0.65rem;
  border-bottom: 1px dashed #CCC;
  border-left: 1px dashed #CCC;
  position: absolute;
  left: -1rem;
}
.s-management3 > ul > li > ul > li > ul > li > span {
  margin-left: 1.5rem;
  color: #444;
  font-weight: 400;
  font-size: 0.8rem;
}
.s-management3 > ul > li > ul > li .slide-toggle-con {
  height: 1rem;
}
.s-management3 > ul > li > ul > li .slide-toggle-con .button {
  width: 2rem;
  height: 1rem;
}
.s-management3 > ul > li > ul > li .slide-toggle-con .button .inside {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.s-management3 > ul > li > ul > li .slide-toggle-con input:checked ~ label .button .inside {
  left: 1.15rem;
}
.s-management3 ul > li > span {
  display: block;
  padding-top: 0.7rem;
}

/*수용가 네트워크 현황 WEB-LIST-001*(ej) 240711 */
.net-status {
  overflow: hidden;
}
.net-status > li {
  margin: 0.5%;
  padding: 0.8rem;
  width: 24%;
  float: left;
  border: 1px solid #D0D5E5;
  border-radius: 0.5rem;
  background-color: #F3F5FA;
}
.net-status > li > p {
  font-size: 1rem;
  font-weight: 700;
}
.net-status > li > p > span {
  padding: 0.1rem 0.8rem;
  font-size: 0.75rem;
  border-radius: 1rem;
  color: #fff;
  float: right;
  font-weight: 400;
}
.net-status > li > p > span.normal {
  background-color: #43C5DB;
}
.net-status > li > p > span.strange {
  background-color: #DB4343;
}
.net-status > li > p > span.attention {
  background-color: #DB8C43;
}
.net-status > li > dl {
  padding-top: 0.8rem;
  overflow: hidden;
}
.net-status > li > dl dt {
  width: 40%;
  float: left;
  color: #666666;
}
.net-status > li > dl dd {
  width: 60%;
  float: left;
  font-weight: 700;
}

/* (ej) 240711 */
.net-status.type2 > li {
  position: relative;
  min-height: 10rem;
  width: 32.3%;
}
.net-status.type2 > li p {
  width: 60%;
  padding-bottom: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
.net-status.type2 > li .data {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
}
.net-status.type2 > li .data li {
  position: relative;
  margin: 0 0.2rem;
  float: left;
}
.net-status.type2 > li .data li span {
  font-size: 0;
}
.net-status.type2 > li .data li::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3BBBCA;
  border-radius: 1rem;
}
.net-status.type2 > li .data li:nth-child(2)::before {
  background-color: #DB8C43;
}
.net-status.type2 > li .data li:nth-child(3)::before {
  background-color: #DB4343;
}
.net-status.type2 > li dl {
  border-top: 1px solid #ccc;
}
.net-status.type2 > li dl dt {
  padding: 0.2rem 0;
  width: 74%;
  color: #262626;
  font-size: 0.85rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
.net-status.type2 > li dl dd {
  padding: 0.2rem 0;
  width: 26%;
  text-align: right;
  font-weight: 400;
}

/*FEMS/CEMS 빅데이터 연결정보 등록 및 관리 WEB-SYS-003(ej) 240830 */
.b-date {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
.b-date .box {
  width: 20%;
}
.b-date .box > div {
  margin: 0.3rem;
  padding: 0.5rem;
  border: 1px solid #B1C6D4;
  border-radius: 0.6rem;
  background-color: #E1ECF3;
  overflow: hidden;
}
.b-date .box > div p {
  font-size: 0.9rem;
  font-weight: 700;
}
.b-date .box > div > p {
  display: block;
  padding-bottom: 0.3rem;
  color: #262626;
}
.b-date .box > div > ul {
  padding: 0.5rem;
  background-color: #373C51;
  border-radius: 0.5rem;
  overflow: hidden;
}
.b-date .box > div > ul > li {
  display: flex;
  align-items: center;
}
.b-date .box > div > ul > li .tit {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}
.b-date .box > div > ul > li .value {
  text-align: right;
  flex-grow: 1;
}
.b-date .box > div > ul > li .value strong {
  background: linear-gradient(to right, #91E7D1, #7CBFEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1rem;
}
.b-date .box > div > ul > li .value span {
  margin-left: 0.2rem;
  font-size: 0.75rem;
  color: #ccc;
}
.b-date .box > div > ul > li:first-child {
  border-bottom: 0.05rem dotted #767C93;
}
.b-date .box:nth-child(5n+2) > div, .b-date .box:nth-child(5n+4) > div {
  background-color: #F1F5F8;
}

/*장애관리 WEB-MNG-004 (ej) 240710*/
.d-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.d-box li {
  display: table-cell;
  text-align: center;
}
.d-box li .box {
  margin: 0.2rem;
  padding: 0.5rem;
  border: 1px solid #D0D5E5;
  border-radius: 0.5rem;
  background: #E7EAF2;
}
.d-box li .box .tit {
  padding: 0.3rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.d-box li .box > div {
  padding: 0.2rem;
  background: #373C51;
  border-radius: 0.5rem;
}
.d-box li .box > div .value {
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(to right, #91E7D1, #7CBFEE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.d-box li .box > div .value span {
  margin-left: 0.2rem;
  font-size: 0.8rem;
  background: #D2D6E5;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.d-box.flex li .box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.d-box.flex li .box > div {
  flex-grow: 1;
}

/* 수용가 네트워크 현황 (ej) 240710*/
.box-style6.type2 .right .box .tit {
  position: relative;
}
.box-style6.type2 .right .box .tit::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #43C5DB;
  border-radius: 1rem;
}
.box-style6.type2 .right .box:nth-child(2) {
  background-color: #F5F3EC;
}
.box-style6.type2 .right .box:nth-child(2) .tit::before {
  background: #DB8C43;
}
.box-style6.type2 .right .box:nth-child(3) {
  background-color: #F6E6E6;
}
.box-style6.type2 .right .box:nth-child(3) .tit::before {
  background: #DB4343;
}

/*고객센터 FAQ(ej) 240617*/
.accordionfaq {
  margin: 1rem 0;
  border-top: 3px solid #3BBBCA;
}
.accordionfaq li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.accordionfaq li.show .question {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.accordionfaq li.show .question::after {
  content: "\f106";
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  position: absolute;
  color: #A2A2A2;
  font-size: 1rem;
  font-family: "Line Awesome Free";
  font-weight: 600;
}
.accordionfaq li.show .answer {
  display: block;
  opacity: 1;
  background-color: #F7FCFC;
  border-bottom: 1px solid #E1E1E1;
  transition: all 0.3s ease;
}
.accordionfaq li .question {
  padding: 0.5rem 3rem;
  border-bottom: 1px solid #dedede;
  position: relative;
  cursor: pointer;
}
.accordionfaq li .question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  background-color: #F7F7F7;
  text-align: center;
}
.accordionfaq li .question::after {
  content: "\f107";
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  position: absolute;
  font-size: 1rem;
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: #A2A2A2;
}
.accordionfaq li .answer {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  display: none;
  opacity: 0;
}
.accordionfaq li .answer::before {
  content: "A";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #7BC6AC 0%, #65A1D3 100%) !important;
  color: #fff;
  text-align: center;
}

/*ESS 현황 (WEB-MDB-006) (ej)240716*/
.mdb-006-box .list li {
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.mdb-006-box .c-num {
  flex-grow: 1;
}
.mdb-006-box .b-left {
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, #7DC5B2 0%, #6AA7D2 100%);
}
.mdb-006-box .b-left .top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
.mdb-006-box .b-left .top .box {
  min-width: 10rem;
}
.mdb-006-box .b-left .top .box .titT2 {
  color: #fff;
}
.mdb-006-box .b-left .list {
  display: flex;
  gap: 0.5rem;
}
.mdb-006-box .b-left .list li {
  display: flex;
  padding: 0.5rem;
  width: 33.3%;
  align-items: center;
}
.mdb-006-box .b-left .list li span {
  padding: 0 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.mdb-006-box .b-right {
  padding: 0 0.3rem;
}
.mdb-006-box .b-right .box-style1 {
  display: flex;
  margin-top: 0;
  padding: 0.5rem 0;
  justify-content: center;
  align-items: center;
  background-color: #E1ECF3;
  border: 1px solid #B1C6D4;
}
.mdb-006-box .b-right .box-style1 .list {
  margin-left: 1rem;
  min-width: 40%;
}
.mdb-006-box .b-right .box-style1 .list li {
  display: flex;
  margin: 0.2rem 0;
}
.mdb-006-box .b-right .box-style1 .list li span {
  margin-right: 0.5rem;
  font-weight: 600;
}
.mdb-006-box .b-right .box-style1 .list li strong {
  flex-grow: 1;
  text-align: right;
}
.mdb-006-box .b-right .box-style1 .list li strong em {
  font-size: 1rem;
  font-weight: 600;
  color: #43C5DB;
}
.mdb-006-box .b-right .box-style1:nth-child(2) {
  margin-top: 0.5rem;
  background-color: #F1F5F8;
  border-color: #B1C6D4;
}
.mdb-006-box .b-right .box-style1:nth-child(2) .list li em {
  color: #3ECD99;
}
.mdb-006-box .b-right .box-style1 .c-num {
  min-width: 10rem;
}

/*(WEB-MDB-023)(ej) 240716*/
.mdb-023-box .b-right {
  display: flex;
  gap: 0.6rem;
}
.mdb-023-box .b-right .box-style1 {
  width: 50%;
}
.mdb-023-box .b-right .box-style1:nth-child(2) {
  margin-top: 0;
}

/*산단 RE100 이행수단별 현황(WEB-MDB-011) (ej) 240716*/
.box-style6 .s-list {
  overflow: hidden;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #B1C6D4;
  border-radius: 0.5rem;
}
.box-style6 .s-list dt {
  width: 6rem;
  float: left;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: -1px;
}
.box-style6 .s-list dd {
  width: calc(100% - 6rem);
  float: right;
  text-align: right;
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.box-style6 .s-list dd strong {
  font-weight: 700;
  font-size: 0.9rem;
}

/* 기상정보 (hj) 240717 */
.weather-cont {
  display: flex;
}
.weather-cont .weather-list {
  padding: 0 1rem 0 0.5rem;
  border-right: 1px dashed #ccc;
}
.weather-cont .weather-list h4 {
  font-size: 1rem;
  padding-left: 0.3rem;
}
.weather-cont .weather-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.weather-cont .weather-list > div > span {
  color: #000;
  font-size: 0.65rem;
  position: relative;
}
.weather-cont .weather-list > div > span:before {
  content: "\e973";
  font-family: "xeicon";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 0.8rem;
}
.weather-cont .weather-list > ul {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.5rem 0.3rem 0.5rem 0.6rem;
}
.weather-cont .weather-list > ul > li:first-child > span {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-01 {
  background: url(../img/sub/w-status-01.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-02 {
  background: url(../img/sub/w-status-02.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-03 {
  background: url(../img/sub/w-status-03.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-04 {
  background: url(../img/sub/w-status-04.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-09 {
  background: url(../img/sub/w-status-09.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-11 {
  background: url(../img/sub/w-status-11.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-13 {
  background: url(../img/sub/w-status-13.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-10 {
  background: url(../img/sub/w-status-10.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:first-child > span.w-status-50 {
  background: url(../img/sub/w-status-50.png) no-repeat center/100%;
}
.weather-cont .weather-list > ul > li:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.weather-cont .weather-list > ul > li:nth-child(2) .w-status-txt {
  color: #444;
  font-size: 0.95rem;
  font-weight: 500;
}
.weather-cont .weather-list > ul > li:nth-child(2) .temperature {
  color: #555;
  font-size: 1.4rem;
}
.weather-cont .weather-list > ul > li:nth-child(2) .temperature strong {
  color: #444;
  font-size: 1.9rem;
  font-weight: 700;
  margin-right: 0.3rem;
}
.weather-cont .weather-list > ul > li:nth-child(2) .tem-range {
  color: #ccc;
}
.weather-cont .weather-list > ul > li:nth-child(2) .tem-range .tem-low {
  color: #245195;
  margin-right: 0.1rem;
}
.weather-cont .weather-list > ul > li:nth-child(2) .tem-range .tem-high {
  color: #C53232;
  margin-left: 0.1rem;
}
.weather-cont .weather-list > ul > li:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
}
.weather-cont .weather-list > ul > li:nth-child(3) > span {
  color: #555;
  font-weight: 500;
  font-size: 0.95rem;
}
.weather-cont .weather-list2 {
  flex: 2;
  padding: 0 0.8rem 0 1.4rem;
}
.weather-cont .weather-list2 h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.weather-cont .weather-list2 > ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.weather-cont .weather-list2 > ul > li {
  width: 16.6666666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weather-cont .weather-list2 > ul > li > span {
  border-radius: 1rem;
  background: #f4f4f4;
  padding: 0.2rem 0.4rem;
  width: 100%;
  height: 20%;
  text-align: center;
  font-size: 0.6rem;
}
.weather-cont .weather-list2 > ul > li > div {
  text-align: center;
}
.weather-cont .weather-list2 > ul > li > div span {
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-01 {
  background: url(../img/sub/w-status-01.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-02 {
  background: url(../img/sub/w-status-02.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-03 {
  background: url(../img/sub/w-status-03.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-04 {
  background: url(../img/sub/w-status-04.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-09 {
  background: url(../img/sub/w-status-09.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-11 {
  background: url(../img/sub/w-status-11.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-13 {
  background: url(../img/sub/w-status-13.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-10 {
  background: url(../img/sub/w-status-10.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div span.w-status-50 {
  background: url(../img/sub/w-status-50.png) no-repeat center/100%;
}
.weather-cont .weather-list2 > ul > li > div em {
  display: block;
}
.weather-cont .weather-list2 > ul > li > strong {
  color: #444;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.weather-cont .weather-list2 > ul > li > strong em {
  color: #555;
  font-weight: 400;
  font-size: 0.8rem;
}

.today-weather-con > div {
  display: flex;
}
.today-weather-con > div > .day-tem {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.today-weather-con > div > .day-tem span {
  border-radius: 1.5rem;
  padding: 0.15rem 0.5rem;
  background: linear-gradient(90deg, #7DC5B2 0%, #6AA7D2 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.65rem;
}
.today-weather-con .today-forecast {
  display: flex;
  height: 14rem;
  border-bottom: 2px solid #ccc;
}
.today-weather-con .today-forecast .forecast-l {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.today-weather-con .today-forecast .forecast-l > span {
  text-align: center;
  white-space: nowrap;
}
.today-weather-con .today-forecast .forecast-l > span:nth-child(1) {
  height: 1.5rem;
}
.today-weather-con .today-forecast .forecast-l > span:nth-child(2) {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.today-weather-con .today-forecast .forecast-l > span:nth-child(3) {
  height: 1.5rem;
  margin-bottom: 1rem;
}
.today-weather-con .today-forecast .forecast-l > span:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
}
.today-weather-con .today-forecast .forecast-l > span + span {
  margin-top: 0.3rem;
}
.today-weather-con .today-forecast .forecast-r {
  margin-left: 1rem;
  display: flex;
  width: 100%;
}
.today-weather-con .today-forecast .forecast-r .time-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0.5rem;
  position: relative;
  width: 4.1666666667%;
  border-left: 1px dashed #ccc;
}
.today-weather-con .today-forecast .forecast-r .time-box > span {
  text-align: center;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(1) {
  height: 1.5rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(1).day-tem {
  border-radius: 1.5rem;
  width: 80%;
  background: linear-gradient(90deg, #7DC5B2 0%, #6AA7D2 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.7rem;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2) {
  height: 3rem;
  width: 100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-01 {
  background: url(../img/sub/w-status-01.png) no-repeat center/80%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-02 {
  background: url(../img/sub/w-status-02.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-03 {
  background: url(../img/sub/w-status-03.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-04 {
  background: url(../img/sub/w-status-04.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-09 {
  background: url(../img/sub/w-status-09.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-11 {
  background: url(../img/sub/w-status-11.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-13 {
  background: url(../img/sub/w-status-13.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-10 {
  background: url(../img/sub/w-status-10.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(2).w-status-50 {
  background: url(../img/sub/w-status-50.png) no-repeat center/100%;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(3) {
  height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.today-weather-con .today-forecast .forecast-r .time-box > span:nth-child(4) {
  width: 100%;
  height: 4.5rem;
}
.today-weather-con .today-forecast .forecast-r .time-box > span + span {
  margin-top: 0.3rem;
}
.today-weather-con .today-forecast .forecast-r .time-box .graph-horizontal {
  position: relative;
}
.today-weather-con .today-forecast .forecast-r .time-box .graph-horizontal .fill .percent {
  position: absolute;
  top: -1.35rem;
  left: -60%;
  color: #555;
  text-align: center;
  width: 3rem;
}
.today-weather-con .today-forecast .forecast-r .time-box .graph-horizontal .fill > em {
  background: linear-gradient(180deg, #7EC7AF 0%, #68A4D4 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-radius: 0.15rem 0.15rem 0 0;
}

/* 대시보드1 (hj) 240717 */
.dash-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  height: 13rem;
}
.dash-box-flex > div:nth-child(1) {
  flex: 1;
  height: 100%;
}
.dash-box-flex > div:nth-child(2) {
  width: fit-content;
  flex: 2;
}

.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 > span:nth-child(1) {
  border: 1px solid #D0D5E5;
  padding: 0.3rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  width: 5rem;
  text-align: center;
}
.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.5rem 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;
}

.box-con {
  display: flex;
  gap: 1.15rem;
}
.box-con .state-box {
  padding: 1rem;
  border: 1px solid #C5CCDF;
  border-radius: 0.5rem;
  background: #F9FAFD;
  width: 25%;
}
.box-con .state-box > ul > li {
  padding: 0.2rem;
  display: flex;
  align-items: center;
}
.box-con .state-box > ul > li + li {
  margin-top: 0.5rem;
}
.box-con .state-box > ul > li:nth-child(1) {
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.box-con .state-box > ul > li:nth-child(1) > span {
  color: #262626;
  font-size: 1rem;
  font-weight: 600;
}
.box-con .state-box > ul > li:nth-child(2) {
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}
.box-con .state-box > ul > li:nth-child(2) > span {
  color: #444;
  font-size: 0.9rem;
  font-weight: 600;
}
.box-con .state-box > ul > li:nth-child(2) > span > strong {
  color: #444;
  font-size: 1.3rem;
  font-weight: 800;
  margin-left: 1rem;
}
.box-con .state-box > ul > li:nth-child(2) > span > em {
  font-size: 0.8rem;
  font-weight: 500;
  margin-left: 0.2rem;
}
.box-con .state-box > ul > li:nth-child(3) {
  justify-content: space-between;
}
.box-con .state-box > ul > li:nth-child(3) > span {
  color: #444;
  font-size: 0.9rem;
  font-weight: 600;
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).none {
  width: 7px;
  height: 2px;
  background: #555;
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).stop {
  position: relative;
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).stop:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).stop:after {
  content: "정지";
  font-size: 0.8rem;
  font-weight: 500;
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).wrong {
  position: relative;
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).wrong:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FD6868;
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.box-con .state-box > ul > li:nth-child(3) > span:nth-child(2).wrong:after {
  content: "이상";
  font-size: 0.8rem;
  font-weight: 500;
}
.box-con .state-box > ul > li:nth-child(4) {
  color: #fff;
  border-radius: 0.5rem;
  background: #373C51;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  gap: 0.5rem;
}
.box-con .state-box > ul > li:nth-child(4) > span {
  display: flex;
  gap: 0.25rem;
}
.box-con .state-box > ul > li:nth-child(4) > span > em {
  width: 0.2px;
  height: 0.6rem;
  background: #D9D9D9;
  padding: 0.1rem;
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0% {
    background: rgba(124, 191, 238, 0.2);
  }
  30% {
    background: rgba(124, 191, 238, 0.4);
  }
  50% {
    background: rgba(124, 191, 238, 0.6);
  }
  70% {
    background: rgba(124, 191, 238, 0.8);
  }
  100% {
    background: rgb(124, 191, 238);
  }
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(1) {
  animation-delay: 0s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(2) {
  animation-delay: 0.2s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(3) {
  animation-delay: 0.4s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(4) {
  animation-delay: 0.6s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(5) {
  animation-delay: 0.8s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(6) {
  animation-delay: 1s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(7) {
  animation-delay: 1.2s;
}
.box-con .state-box > ul > li:nth-child(4) > span > em:nth-child(8) {
  animation-delay: 1.4s;
}

.dash-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.5rem 0 0.8rem 0;
  border-bottom: 1px dashed #ccc;
}
.dash-list > li > span {
  display: inline-flex;
  align-items: center;
}
.dash-list > li > span > strong {
  color: #262626;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.6rem;
}
.dash-list > li > span > span {
  color: #444;
  display: block;
}
.dash-list > li > span > span > strong {
  font-weight: 700;
}
.dash-list > li > div {
  padding: 0 0.75rem;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dash-list > li > div.blackout {
  border: 1px solid #FD6868;
}
.dash-list > li > div.blackout > span {
  color: #FD6868;
}
.dash-list > li > div.blackout:before {
  content: "";
  box-shadow: 0 0 7px 3px rgba(253, 104, 104, 0.4);
  animation: glow-ani3 1s infinite ease-in-out both;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  position: absolute;
}
.dash-list > li > div.commu-err {
  border: 1px solid #FFBB24;
}
.dash-list > li > div.commu-err > span {
  color: #FFBB24;
}
.dash-list > li > div.commu-err:before {
  content: "";
  box-shadow: 0 0 7px 3px rgba(255, 187, 36, 0.2);
  animation: glow-ani3 1s infinite ease-in-out both;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  position: absolute;
}
.dash-list > li > div.stop-power {
  border: 1px solid #666;
}
.dash-list > li > div.stop-power > span {
  color: #666;
}
.dash-list > li > div.stop-power:before {
  content: "";
  box-shadow: 0 0 7px 3px rgba(102, 102, 102, 0.2);
  animation: glow-ani3 1s infinite ease-in-out both;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  position: absolute;
}
.dash-list2 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.7rem;
  padding: 0.5rem 0 0.8rem 0;
  border-bottom: 1px dashed #ccc;
}
.dash-list2 > li > span {
  color: #262626;
}
.dash-list2 > li > span > .new {
  padding: 0.2rem 0.4rem;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background: #43C5DB;
  margin-right: 0.2rem;
}

/* 운전 상태 조회 WEB-LIST-007(ej) 240717*/
.c-graph {
  overflow: hidden;
}
.c-graph .txt {
  display: flex;
  width: 100%;
}
.c-graph .txt h5 {
  flex-grow: 1;
}
.c-graph .graph-count-vertical {
  position: relative;
  width: 100%;
  top: auto;
  height: 1.2rem;
  border: 1px solid #E1E1E1;
  border-radius: 1rem;
  background-color: #F1F1F1;
}
.c-graph .graph-count-vertical em {
  position: absolute;
  top: 15%;
  left: 1%;
  height: 70%;
  background: linear-gradient(90deg, #64a0d3, #7bc6ab, #49c699, #64a0d3);
  background-size: 400% 400%;
  animation: gradient1 5s ease infinite;
  border-radius: 1rem;
}
.c-graph .graph-count-vertical.c-gray em {
  background: linear-gradient(90deg, #777, #888, #999);
}
.c-graph .graph-count-vertical.c-blue em {
  background: linear-gradient(90deg, #4C96F9, #68CED4);
}
.c-graph strong {
  display: inline-block;
  color: #64A0D3;
  font-weight: 800;
  font-size: 1.4rem;
  background: linear-gradient(90deg, #7BC6AB 0%, #64A0D3 100%);
  -webkit-background-clip: text;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  float: right;
}
.c-graph .txt > em {
  display: inline-block;
  margin-left: 0.25rem;
  color: #555555;
  font-size: 0.9rem;
  font-weight: 500;
}
.c-graph + .c-graph {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px dashed #ccc;
}

/*단지별 실적 현황 WEB-EMT-003 (ej) 240718*/
.all-chart {
  display: flex;
  overflow: hidden;
  flex-flow: row wrap;
  gap: 0.8rem;
}
.all-chart > li {
  position: relative;
  padding: 1rem;
  width: calc(50% - 1rem);
  border: 1px solid #D0D5E5;
  border-radius: 1rem;
  float: left;
}
.all-chart > li > .tit {
  padding: 0.2rem;
  width: calc(100% - 2.5rem);
  background: linear-gradient(90deg, #7DC5B2 0%, #6AA7D2 100%);
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.all-chart > li .more a {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #D0D5E5;
  text-align: center;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  color: #999;
}
.all-chart > li .more a:hover {
  background-color: #D0D5E5;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.all-chart > li .box {
  display: flex;
  padding: 1rem 0 0.5rem;
  align-items: center;
  gap: 1rem;
}
.all-chart > li .chart {
  flex-grow: 1;
}
.all-chart > li .list {
  width: 45%;
}
.all-chart > li .list li {
  display: flex;
  padding: 0.4rem;
  border-top: 1px dotted #ccc;
  align-items: center;
}
.all-chart > li .list li .tit {
  font-size: 0.85rem;
  font-weight: 600;
}
.all-chart > li .list li .value {
  flex-grow: 1;
  text-align: right;
}
.all-chart > li .list li .value strong {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3BBBCA;
}
.all-chart > li .list li:first-child {
  border-top: 0;
}

@media screen and (max-width: 1800px) {
  /*수용가 네트워크 현황 WEB-LIST-001*(ej) */
  .net-status {
    overflow: hidden;
  }
  .net-status > li {
    width: 24%;
  }
  /*ESS 현황 (WEB-MDB-006) (ej)240716*/
  .mdb-006-box .b-right {
    display: flex;
    gap: 1rem;
    margin-left: 0 !important;
    margin-top: 1rem;
  }
  .mdb-006-box .b-right .box-style1 {
    width: 50%;
  }
  .mdb-006-box .b-right .box-style1:nth-child(2) {
    margin-top: 0;
  }
  /* 대시보드1 (hj) 240717 */
  .dash-box-flex,
  .dash-box-flex2 {
    flex-direction: column;
    height: 30rem;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .dash-box-flex > div:nth-child(1),
  .dash-box-flex2 > div:nth-child(1) {
    width: fit-content;
    height: 90%;
  }
  .dash-box-flex > div:nth-child(2),
  .dash-box-flex2 > div:nth-child(2) {
    width: fit-content;
    width: 100%;
  }
  /* 대시보드2 (hj) 2240717  */
  .d-responsive > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1) .col-md-12 {
    display: flex;
    justify-content: space-between;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) {
    width: 100%;
    height: 43%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 {
    width: 65%;
    height: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto !important;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > ul {
    width: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div {
    width: 48%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div:nth-last-child(1) {
    margin-top: 0 !important;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div > ul > li {
    height: 4.3rem;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-4 {
    width: 33%;
    height: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-4 .cont .box-style4 {
    margin-top: 2rem !important;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) {
    width: 100%;
    height: 45%;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 {
    display: flex;
    justify-content: space-between;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div {
    width: 30%;
    height: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:first-child .count-info-lst2 > ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:first-child .count-info-lst2 > ul li {
    width: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:first-child .count-info-lst2 > ul li > div {
    padding: 0.5rem;
  }
  .d-responsive > div .col-md-6_5 {
    width: 100%;
  }
  .d-responsive > div .col-md-6_5 .map-admin {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1600px) {
  /*수용가 네트워크 현황 WEB-LIST-001*(ej) */
  .net-status {
    overflow: hidden;
  }
  .net-status > li {
    width: 32%;
  }
  /* 대시보드1 (hj) 240717 */
  .box-con {
    flex-wrap: wrap;
  }
  .box-con > .state-box {
    white-space: nowrap;
    width: 40%;
    margin: auto;
  }
  /* 대시보드2 (hj) 240717  */
  .d-responsive > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1) .col-md-12 {
    display: flex;
    justify-content: space-between;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) {
    width: 100%;
    height: 48%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 {
    width: 65%;
    height: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto !important;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > ul {
    width: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div {
    width: 48%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div:nth-last-child(1) {
    margin-top: 0 !important;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div > ul {
    display: flex;
    flex: wrap;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-8 .cont > div > div > ul > li {
    height: 4.3rem;
    width: 47%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-4 {
    width: 33%;
    height: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-child(1):nth-child(1) .col-h-4 .cont .box-style4 {
    margin-top: 2rem !important;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) {
    width: 100%;
    height: 45%;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 {
    display: flex;
    justify-content: space-between;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div {
    width: 32%;
    height: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:first-child .count-info-lst2 > ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:first-child .count-info-lst2 > ul li {
    width: 100%;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:first-child .count-info-lst2 > ul li > div {
    padding: 0.5rem;
  }
  .d-responsive > div .col-md-2_5:nth-last-child(1) .col-md-12 > div:last-child table {
    width: 100%;
  }
  .d-responsive > div .col-md-6_5 {
    width: 100%;
  }
  .d-responsive > div .col-md-6_5 .map-admin {
    width: 100%;
    height: 100%;
  }
  /* 기상정보 */
  .weather-cont {
    flex-wrap: wrap;
    width: 100%;
  }
  .weather-cont .weather-list {
    width: 50%;
  }
  .weather-cont .weather-list:nth-child(2) {
    border: none;
  }
  .weather-cont .weather-list2 {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  /*FEMS/CEMS 빅데이터 연결정보 등록 및 관리 WEB-SYS-003(ej) */
  .b-date {
    display: block;
  }
  .b-date .box {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .b-date .box > div > ul > li .value {
    margin: 0 0.2rem;
    padding: 0 1rem;
  }
  /*ESS 현황 (WEB-MDB-006) (ej)240716*/
  .mdb-006-box .b-right .box-style1 {
    flex-flow: row wrap;
  }
  .mdb-006-box .b-right .box-style1 .list {
    margin: 0 1rem;
    width: 100%;
  }
  /*단지별 실적 현황 WEB-EMT-003 (ej) 240718*/
  .all-chart > li .box {
    flex-flow: row wrap;
  }
  .all-chart > li .list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  /*수용가 네트워크 현황 WEB-LIST-001*(ej) */
  .net-status, .net-status.type2 {
    overflow: hidden;
  }
  .net-status > li, .net-status.type2 > li {
    width: 49%;
  }
  /* 대시보드1 (hj) 240717 */
  .dash-box-flex,
  .dash-box-flex2 {
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .flex-col2 {
    width: 100%;
    gap: 0.5rem;
  }
  .flex-col2 > * {
    width: 100%;
  }
  .flex-col2 > span {
    margin: auto;
  }
  .flex-col2 > div {
    width: 100%;
    flex-wrap: wrap;
  }
  .flex-col2 > div > span {
    width: 100%;
  }
  .flex-col2 > div > span:nth-child(1) {
    width: 50%;
    margin: auto;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .flex-col2 > div > span:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
  .flex-col2 > div > span:nth-child(2) > strong {
    width: 100%;
    text-align: right;
  }
  .dash-list > li > span {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0.2rem;
  }
  .dash-list > li > div > span {
    white-space: nowrap;
  }
  .dash-list2 > li {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .dash-list2 > li > span {
    width: 100%;
    text-overflow: ellipsis;
  }
  /* 기상정보 */
  .dn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*ESS 현황 (WEB-MDB-006) (ej)240716*/
  .mdb-006-box .b-left .top {
    flex-flow: row wrap;
  }
  .mdb-006-box .b-left .list {
    flex-flow: row wrap;
  }
  .mdb-006-box .b-left .list li {
    width: 100%;
  }
  .mdb-006-box .b-right {
    display: block;
  }
  .mdb-006-box .b-right .box-style1 {
    width: 100%;
  }
  .mdb-006-box .b-right .box-style1 .list {
    margin-left: 1rem;
  }
  .mdb-006-box .b-right .box-style1:nth-child(2) {
    margin-top: 1rem;
  }
  /* 대시보드1 (hj) 240716 */
  .flex-col2 .box-style11 .box-in {
    flex-wrap: wrap;
  }
  .flex-col2 .box-style11 .box-in span {
    font-size: 0.8rem;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) {
    width: 100%;
    justify-content: space-between;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) strong {
    font-size: 1.5rem;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) em {
    font-size: 0.8rem;
  }
  .flex-col2 > span {
    text-align: center;
  }
  .flex-col2 > div.list > span:nth-child(2) {
    flex-wrap: wrap;
  }
  .flex-col2 > div.list > span:nth-child(2) > span {
    margin: auto;
  }
  .flex-col2 > div.list > span:nth-child(2) > strong {
    width: 75%;
    flex-wrap: nowrap;
  }
  .box-con {
    height: 13rem;
    overflow-y: auto;
  }
  .box-con .state-box {
    width: 100%;
  }
  .dash-list > li > span > span > strong {
    display: block;
  }
  /*단지별 실적 현황 WEB-EMT-003 (ej) 240718*/
  .all-chart > li {
    width: 100%;
  }
  /* 기상정보 (hj) 240722 */
  .weather-cont {
    flex-wrap: wrap;
    width: 100%;
  }
  .weather-cont .weather-list {
    width: 100%;
    border-right: 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px dashed #ccc;
  }
  .weather-cont .weather-list > ul > li:nth-child(2) {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
  }
  .weather-cont .weather-list:nth-child(2) {
    border-bottom: 1px dashed #ccc;
    padding-top: 1rem;
  }
  .weather-cont .weather-list2 {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem 0;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  /*FEMS/CEMS 빅데이터 연결정보 등록 및 관리 WEB-SYS-003(ej) */
  .b-date .box {
    width: 100%;
  }
  /*수용가 네트워크 현황 WEB-LIST-001*(ej) */
  .net-status, .net-status.type2 {
    overflow: hidden;
  }
  .net-status > li, .net-status.type2 > li {
    width: 99%;
    min-height: auto;
  }
  /*장애관리 WEB-MNG-004 (ej) 240718*/
  .d-box {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
  }
  .d-box li {
    display: table-cell;
    text-align: center;
  }
  .d-box li .box {
    margin: 0.2rem;
    padding: 0.5rem;
    border: 1px solid #D0D5E5;
    border-radius: 0.5rem;
    background: #E7EAF2;
  }
  .d-box li .box .tit {
    padding: 0.3rem;
    font-size: 0.9rem;
    font-weight: 700;
  }
  .d-box li .box > div {
    padding: 0.2rem;
    background: #373C51;
    border-radius: 0.5rem;
  }
  .d-box li .box > div .value {
    font-size: 1.4rem;
    font-weight: 800;
    background: linear-gradient(to right, #91E7D1, #7CBFEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .d-box li .box > div .value span {
    margin-left: 0.2rem;
    font-size: 0.8rem;
    background: #D2D6E5;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* 대시보드1 (hj) 240717 */
  .flex-col2 .box-style11 .box-in {
    flex-wrap: nowrap;
  }
  .flex-col2 .box-style11 .box-in span {
    font-size: 1rem;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(1) {
    width: 30%;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) {
    width: auto;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) strong {
    font-size: 1.65rem;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) em {
    font-size: 0.9rem;
  }
  .flex-col2 > span {
    text-align: center;
  }
  .flex-col2 > div.list > span:nth-child(2) {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-col2 > div.list > span:nth-child(2) > span {
    width: 24%;
    margin: 0;
    font-size: 0.8rem;
  }
  .flex-col2 > div.list > span:nth-child(2) > strong {
    width: 67%;
    flex-wrap: nowrap;
  }
  .box-con .state-box {
    width: 46%;
  }
}
@media screen and (min-width: 400px) and (max-width: 480px) {
  /* 대시보드1 (hj) 240717 */
  .flex-col2 .box-style11 .box-in {
    flex-wrap: nowrap;
  }
  .flex-col2 .box-style11 .box-in span {
    font-size: 0.9rem;
    white-space: nowrap;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(1) {
    width: 37%;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) {
    width: auto;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) strong {
    font-size: 1.5rem;
  }
  .flex-col2 .box-style11 .box-in span:nth-child(2) em {
    font-size: 0.8rem;
  }
  .flex-col2 > span {
    text-align: center;
  }
  .flex-col2 > div.list > span:nth-child(2) {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-col2 > div.list > span:nth-child(2) > span {
    width: 33%;
    margin: 0;
    font-size: 0.8rem;
  }
  .flex-col2 > div.list > span:nth-child(2) > strong {
    width: 53%;
    flex-wrap: nowrap;
  }
  /* 기상정보 (hj) 240722 */
  .weather-cont .weather-list > ul {
    flex-wrap: wrap;
  }
  .weather-cont .weather-list > ul > li:nth-child(2) {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
    width: 55%;
  }
  .weather-cont .weather-list > ul > li:nth-child(3) {
    flex-direction: row;
    gap: 0.8rem;
    margin: 0;
  }
  .weather-cont .weather-list2 > ul {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0.5rem;
    gap: 1.5rem;
  }
  .weather-cont .weather-list2 > ul > li > span {
    width: fit-content;
  }
}
@media all and (min-width: 361px) and (max-width: 399px) {
  /* 기상정보 (hj) 240722 */
  .weather-cont .weather-list > ul {
    flex-wrap: wrap;
  }
  .weather-cont .weather-list > ul > li:nth-child(1) {
    width: 20%;
  }
  .weather-cont .weather-list > ul > li:nth-child(2) {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
    width: 65%;
  }
  .weather-cont .weather-list > ul > li:nth-child(3) {
    flex-direction: row;
    gap: 0.5rem;
    margin: 0;
  }
  .weather-cont .weather-list2 > ul {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0.8rem;
    gap: 2rem;
  }
  .weather-cont .weather-list2 > ul > li > span {
    width: fit-content;
  }
}
@media all and (min-width: 330px) and (max-width: 360px) {
  /*FEMS/CEMS 빅데이터 연결정보 등록 및 관리 WEB-SYS-003(ej) */
  .b-date .box > div > ul > li .tit {
    font-size: 0.8rem;
  }
  .b-date .box > div > ul > li .value {
    font-size: 0.85rem;
  }
  /*ESS 현황 (WEB-MDB-006) (ej)240716*/
  .mdb-006-box .b-left .top {
    display: block;
    margin-bottom: 1rem;
  }
  .mdb-006-box .b-left .top .img {
    width: 100%;
    text-align: center;
  }
  .mdb-006-box .b-left .top .img img {
    width: 50%;
  }
  /* 대시보드1 (hj) 240717 */
  .flex-col2 .box-style10 .box-in {
    flex-wrap: nowrap;
  }
  .flex-col2 .box-style10 .box-in span {
    font-size: 0.9rem;
    white-space: nowrap;
  }
  .flex-col2 .box-style10 .box-in span:nth-child(1) {
    width: 30%;
  }
  .flex-col2 .box-style10 .box-in span:nth-child(2) {
    width: auto;
  }
  .flex-col2 .box-style10 .box-in span:nth-child(2) strong {
    font-size: 1.5rem;
  }
  .flex-col2 .box-style10 .box-in span:nth-child(2) em {
    font-size: 0.8rem;
  }
  .flex-col2 > span {
    text-align: center;
  }
  .flex-col2 > div.list {
    gap: 0.5rem;
  }
  .flex-col2 > div.list > span:nth-child(2) {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-col2 > div.list > span:nth-child(2) > span {
    width: 45%;
    margin: auto;
    font-size: 0.8rem;
  }
  .flex-col2 > div.list > span:nth-child(2) > strong {
    width: 84%;
    flex-wrap: nowrap;
  }
  .box-con .state-box {
    width: 100%;
  }
  /* 기상정보 (hj) 240722 */
  .weather-cont .weather-list > ul {
    flex-wrap: wrap;
  }
  .weather-cont .weather-list > ul > li:nth-child(1) {
    width: 20%;
  }
  .weather-cont .weather-list > ul > li:nth-child(2) {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-right: 1rem;
    width: 65%;
  }
  .weather-cont .weather-list > ul > li:nth-child(3) {
    flex-direction: row;
    gap: 0.8rem;
    margin: 0;
  }
  .weather-cont .weather-list2 > ul {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0.8rem;
    gap: 2rem;
  }
  .weather-cont .weather-list2 > ul > li > span {
    width: fit-content;
  }
}