@charset "utf-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/**********
connection preloading
***********/
.pre_connection { background: #f2f2f2; text-align: center; width:100%; height:100%; position:fixed; top:0; left:0; }
.connect_loading { width:400px; height:70px; position:absolute;  top:50%; left:50%; margin-left:-200px; margin-top:-35px; }
.connect_loading .info_txt{ font-size:14px; color:#8B8B8B;}
.connect_loading .info_txt strong{ font-weight:600; display:block; font-size:16px; color:#444444; padding:10px 0 5px 0;}
.connect_loading span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #00be8e !important;
  border-radius: 50%;
  animation: loading 1s infinite alternate;
}

.connect_loading span:nth-of-type(2) {
  background: #008FB2;
  animation-delay: 0.2s;
}
.connect_loading span:nth-of-type(3) {
  background: #009B9E;
  animation-delay: 0.4s;
}
.connect_loading span:nth-of-type(4) {
  background: #00A77D;
  animation-delay: 0.6s;
}
.connect_loading span:nth-of-type(5) {
  background: #00B247;
  animation-delay: 0.8s;
}
.connect_loading span:nth-of-type(6) {
  background: #5AB027;
  animation-delay: 1.0s;
}
.connect_loading span:nth-of-type(7) {
  background: #A0B61E;
  animation-delay: 1.2s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**********
sub preloading
***********/
.preloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index:1000;
  display:none;
}

svg.loading {
  height: 60px;
  width: 60px;
  overflow: visible;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-30px;
  margin-left:-30px;
}

.g_circle {
  transform-origin: 60px 60px;
  fill: #03a78e;
  animation: opacity 1.2s linear infinite;
}
.g_circle:nth-child(12n + 1) {
  animation-delay: -0.1s;
  transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 2) {
  animation-delay: -0.2s;
  transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 3) {
  animation-delay: -0.3s;
  transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 4) {
  animation-delay: -0.4s;
  transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 5) {
  animation-delay: -0.5s;
  transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 6) {
  animation-delay: -0.6s;
  transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 7) {
  animation-delay: -0.7s;
  transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 8) {
  animation-delay: -0.8s;
  transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 9) {
  animation-delay: -0.9s;
  transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 10) {
  animation-delay: -1s;
  transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 11) {
  animation-delay: -1.1s;
  transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}
.g_circle:nth-child(12n + 12) {
  animation-delay: -1.2s;
  transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g_circles_effect .g_circle {
  fill-opacity: 0;
  animation-name: opacity;
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}

.loaderDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index:1000;
    display:none;
}
.sk-fading-circle {
  margin: 100px auto;
  width: 55px;
  height: 55px;
  position: relative;
  top:50%;
  left:50%;
  margin-top:-30px;
  margin-left:-30px;
}

.sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 16%;
  height: 16%;
  background-color: #03a78e;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite;
  animation: sk-circleFadeDelay 1.2s infinite;
}
.sk-fading-circle .sk-circle1 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle1:before {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 99%, 100% { opacity: 0; }
  10% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 99%, 100% { opacity: 0; }
  10% { opacity: 1; }
}

/**********
알림창
***********/
.ep_alim{ text-align:center;  }
.ep_alim.normal{}
.ep_alim.warning{}
.ep_alim.error{}
.ep_alim .alim_box{ display:inline-block;}
.ep_alim .alim_icon{ display:inline-block; width:91px; height:81px;}
.ep_alim.normal .alim_icon{ background:url(../images/cloudporte/icon_normal.png) no-repeat 50% 50%;}
.ep_alim.warning .alim_icon{background:url(../images/cloudporte/icon_warning.png) no-repeat 50% 50%;}
.ep_alim.error .alim_icon{background:url(../images/cloudporte/icon_error.png) no-repeat 50% 50%;}
.ep_alim .alim_message{ padding:30px 30px 20px 30px; color:#474747; font-weight:600; font-size:18px; border-bottom:1px solid #cccccc; display:inline-block; }
.ep_alim .alim_btn{ padding-top:20px;}
.ep_alim .alim_btn a{ display:inline-block; height:38px; line-height:37px; padding:0 30px; font-size:15px; font-weight:600; border:1px solid #b9b9b9; border-radius:6px; box-sizing:border-box; box-shadow:0 1px 1px rgba(0,0,0,0.2); color:#f17b18; }

a { text-decoration:none;}
