* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Livvic", sans-serif;
  background: #0f0c0d;
}

.video {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: absolute;
}
.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.wrapper {
  background: url(../images/foot.jpg) no-repeat center bottom;
  position: relative;
}

@media screen and (max-width: 1185px) {
  .video {
    width: 1180px;
    height: 1080px;
    overflow: hidden;
    position: absolute;
  }

  .wrapper {
    width: 1180px;
    background: url(../images/foot.jpg) no-repeat center bottom;
    position: relative;
  }
  
}

.container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.links {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.links ul {
  border-radius: 60px;
  border: 1px solid #f00;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.links a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
  display: block;
}
.links a:hover {
  color: #ff0;
  text-decoration: underline;
}

.servers {
  margin-top: 778px;
  height: 394px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 39px;
  padding-top: 1px;
}
.servers .server {
  width: 258px;
  height: 694px;
  margin: 0 -37px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.servers .server.coming{
  background-image: url(../images/coming.png);
}
.servers .server + .server:before {
  content: ' ';
  width: 100px;
  height: 393px;
  background: url(../images/server-space.png) no-repeat;
  position: absolute;
  top: 0;
  left: -14px;
}
.servers .server.active {
  filter: brightness(150%);
}
.servers .server.server-hk {
  background: url(../images/sv-hk.png);
}
.servers .server.server-tl {
  background: url(../images/sv-tl.png);
}
.servers .server.server-tm {
  background: url(../images/sv-tm.png);
}
.servers .server.server-bv {
  background: url(../images/sv-bv.png);
}
.servers .server.server-ht {
  background: url(../images/sv-ht.png);
}
.servers .server .countdown{
  width: 180px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px #000;
  position: absolute;
  bottom: 10px;
}
.servers .server .countdown .kkc-days-text{
  margin-right: 20px;
}

.servers .server .new{
  width: 74px;
  height: 43px;
  background: url(../images/new.png) no-repeat;
  position: absolute;
  top: -2px;
  left: 64px;
}
.servers .server .event{
  width: 74px;
  height: 43px;
  background: url(../images/event.png) no-repeat;
  position: absolute;
  top: 32px;
  left: 58px;
}


#svg-servers {
  position: absolute;
  top: 848px;
  left: 0;
  z-index: 10;
}
#svg-servers polygon {
  cursor: pointer;
}

.footer {
  text-align: center;
  font-size: 14px;
  padding-bottom: 220px;
  padding-top: 630px;
}
.footer .ft1 {
  font-weight: 700;
  color: #fff;
}
.footer .ft2 {
  color: #a0a0a0;
}
.footer .ft3 a {
  color: #ffba00;
  text-decoration: none;
}
.footer .ft3 a:hover {
  color: #ff0;
}

/*# sourceMappingURL=style.css.map */
