.table td {
  padding: 5px;
}

.layer {
  position: relative;
  overflow: hidden;
  width: 400px;
}
.f11 button {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: Transparent;
  font-weight: bold;
  color: #fff;
}
.layerClose {
  background: #e5e5e7;
  padding: 5px 10px;
  text-align: right;
}
.layerbg {
  background: url("../images/bg.png") no-repeat top center;
  padding: 15px;
}
.layerbg .text {
  margin: 20px 20px 30px;
}
.layerbg .text-cent {
  text-align: center;
}
.layerbg .btn {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background: #055cab;
  text-align: center;
  border-radius: 16px;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 14px !important;
}
.dadgi {
  background: #2c4160;
  padding: 5px 10px;
  text-align: right;
}
.dadgi button {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: Transparent;
  font-weight: bold;
  color: #fff;
}
.cscenter {
  position: fixed;
  top: 110px;
  right: 80px;
}
.maintenence {
  background: url("../../../images/maintenence.png") no-repeat center center;
  min-height: 500px;
}

.drawsvg,
svg {
  width: 100%;
  height: 300px;
}

.stroke {
  stroke: #ccc;
  stroke-width: 1px;
  stroke-dasharray: 0 250;
  stroke-opacity: 1;
  fill: none;
  -webkit-animation: stroke_offset 8s infinite;
  animation: stroke_offset 8s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes stroke_offset {
  100%,
  25% {
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
  }
  50%,
  75% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0.75;
  }
  55%,
  70% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0;
  }
}

@keyframes stroke_offset {
  100%,
  25% {
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
  }
  50%,
  75% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0.75;
  }
  55%,
  70% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0;
  }
}

.fill {
  fill: #000;
  fill-opacity: 0;
  -webkit-animation: fill_offset 8s infinite;
  animation: fill_offset 8s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes fill_offset {
  100%,
  25%,
  35%,
  90% {
    fill-opacity: 0;
  }
  50%,
  70% {
    fill-opacity: 1;
  }
}

@keyframes fill_offset {
  100%,
  25%,
  35%,
  90% {
    fill-opacity: 0;
  }
  50%,
  70% {
    fill-opacity: 1;
  }
}

#fade-text {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 600;
  font-size: 3em;
}

.text-box {
  position: absolute;
  top: 203px;
  right: 212px;
  justify-content: center;
  align-items: center;
  font-size: 2.1em;
  color: #0b5594;
  font-weight: 600;
}

.aft,
.bfr {
  width: 25px;
  text-align: center;
  border-radius: 6px;
  float: right;
  font-weight: 900;
}
