#contentsWrap {
  padding-top: 100px;
}

#contentsWrap .mainVisual {
  margin-bottom: 80px;
}

#contentsWrap .mainVisual .swiper-slide {
  position: relative;
}

#contentsWrap .mainVisual .swiper-slide .txt {
  position: absolute;
  width: 95%;
  max-width: 1600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#contentsWrap .mainVisual .swiper-slide .txt h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.375rem;
  color: #fff;
  line-height: 74px;
  margin-bottom: 24px;
}

#contentsWrap .mainVisual .swiper-slide .txt p {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 60px;
}

#contentsWrap .mainVisual .swiper-slide .txt a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}

#contentsWrap .mainVisual .swiper-slide .txt a span {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.348) url("/img/arrow.png") no-repeat 50% 50%;
  border-radius: 50%;
  margin-left: 20px;
}

@media (max-width: 768px) {
  #contentsWrap .mainVisual {
    margin-bottom: 80px;
  }
  #contentsWrap .mainVisual .swiper-slide {
    position: relative;
    height: 400px;
  }
  #contentsWrap .mainVisual .swiper-slide > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contentsWrap .mainVisual .swiper-slide .txt {
    position: absolute;
    width: 95%;
    max-width: 1600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #contentsWrap .mainVisual .swiper-slide .txt h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.375rem;
    color: #fff;
    line-height: 44px;
    margin-bottom: 24px;
  }
  #contentsWrap .mainVisual .swiper-slide .txt p {
    font-size: 1rem;
    color: #fff;
    line-height: 28px;
    margin-bottom: 60px;
  }
  #contentsWrap .mainVisual .swiper-slide .txt a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem;
  }
  #contentsWrap .mainVisual .swiper-slide .txt a span {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.348) url("/img/arrow.png") no-repeat 50% 50%;
    border-radius: 50%;
    margin-left: 20px;
  }
}

#contentsWrap .halfWrap {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1720px;
}

#contentsWrap .halfWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contentsWrap .halfWrap ul li {
  width: 50%;
  height: 150px;
  background: url("/img/half1.png") no-repeat 0 0/cover;
}

#contentsWrap .halfWrap ul li:last-of-type {
  background: url("/img/half2.png") no-repeat 0 0/cover;
}

#contentsWrap .halfWrap ul li:last-of-type a {
  color: #fff;
}

#contentsWrap .halfWrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 36px;
  color: #232323;
}

#contentsWrap .halfWrap ul li a h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  #contentsWrap .halfWrap {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 100%;
    max-width: 1720px;
  }
  #contentsWrap .halfWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contentsWrap .halfWrap ul li {
    width: 50%;
    height: 150px;
    background: url("/img/half1.png") no-repeat 100% 100%/100% 100%;
  }
  #contentsWrap .halfWrap ul li:last-of-type {
    background: url("/img/half2.png") no-repeat 100% 100%/100% 100%;
  }
  #contentsWrap .halfWrap ul li:last-of-type a {
    color: #fff;
  }
  #contentsWrap .halfWrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 36px;
    color: #232323;
  }
  #contentsWrap .halfWrap ul li a h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  #contentsWrap .halfWrap {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 100%;
    max-width: 1720px;
  }
  #contentsWrap .halfWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contentsWrap .halfWrap ul li {
    width: 100%;
    height: 150px;
    background: url("/img/half1.png") no-repeat 100% 100%/100% 100%;
  }
  #contentsWrap .halfWrap ul li:last-of-type {
    background: url("/img/half2.png") no-repeat 100% 100%/100% 100%;
  }
  #contentsWrap .halfWrap ul li:last-of-type a {
    color: #fff;
  }
  #contentsWrap .halfWrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 36px;
    color: #232323;
  }
  #contentsWrap .halfWrap ul li a h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
}

#contentsWrap .realTime {
  margin-bottom: 80px;
}

#contentsWrap .realTime > h2 {
  text-align: center;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}

#contentsWrap .realTime > p {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 55px;
}

#contentsWrap .realTime > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#contentsWrap .realTime > ul li {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  position: relative;
  height: 490px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2 url("/img/third1.png") no-repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  padding-top: 150px;
}

#contentsWrap .realTime > ul li:last-of-type {
  margin-right: 0;
}

#contentsWrap .realTime > ul li:nth-of-type(2) {
  background: #f2f2f2 url("/img/third2.png") no-repeat 0 0;
}

#contentsWrap .realTime > ul li:nth-of-type(3) {
  background: #f2f2f2 url("/img/third3.png") no-repeat 0 0;
}

#contentsWrap .realTime > ul li h3 {
  font-size: 1.75rem;
  font-weight: 500;
}

#contentsWrap .realTime > ul li figure {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contentsWrap .realTime > ul li p {
  line-height: 26px;
  text-align: center;
  width: 100%;
}

#contentsWrap .realTime > ul li > a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2323237c;
  color: #2323237c;
  font-size: .875rem;
  padding-right: 20px;
  background: url("/img/arrow2.png") no-repeat 100% 30%;
}

@media (max-width: 1024px) {
  #contentsWrap .realTime > h2 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
  }
  #contentsWrap .realTime > p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 55px;
  }
  #contentsWrap .realTime > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #contentsWrap .realTime > ul li {
    width: calc(33.333% - 6.666px);
    margin-right: 10px;
    position: relative;
    height: 490px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f2f2f2 url("/img/third1.png") no-repeat 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    padding-top: 150px;
  }
  #contentsWrap .realTime > ul li:last-of-type {
    margin-right: 0;
  }
  #contentsWrap .realTime > ul li:nth-of-type(2) {
    background: #f2f2f2 url("/img/third2.png") no-repeat 0 0;
  }
  #contentsWrap .realTime > ul li:nth-of-type(3) {
    background: #f2f2f2 url("/img/third3.png") no-repeat 0 0;
  }
  #contentsWrap .realTime > ul li h3 {
    font-size: 1.125rem;
    font-weight: 500;
  }
  #contentsWrap .realTime > ul li figure {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contentsWrap .realTime > ul li p {
    line-height: 26px;
    text-align: center;
  }
  #contentsWrap .realTime > ul li > a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2323237c;
    color: #2323237c;
    font-size: .875rem;
    padding-right: 20px;
    background: url("/img/arrow2.png") no-repeat 100% 30%;
  }
}

@media (max-width: 768px) {
  #contentsWrap .realTime > h2 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
  }
  #contentsWrap .realTime > p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 55px;
  }
  #contentsWrap .realTime > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #contentsWrap .realTime > ul li {
    width: 320px;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    height: 490px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f2f2f2 url("/img/third1.png") no-repeat 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    padding-top: 150px;
  }
  #contentsWrap .realTime > ul li:last-of-type {
    margin-right: 0;
  }
  #contentsWrap .realTime > ul li:nth-of-type(2) {
    background: #f2f2f2 url("/img/third2.png") no-repeat 0 0;
  }
  #contentsWrap .realTime > ul li:nth-of-type(3) {
    background: #f2f2f2 url("/img/third3.png") no-repeat 0 0;
  }
  #contentsWrap .realTime > ul li h3 {
    font-size: 1.125rem;
    font-weight: 500;
  }
  #contentsWrap .realTime > ul li figure {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contentsWrap .realTime > ul li p {
    line-height: 26px;
    text-align: center;
  }
  #contentsWrap .realTime > ul li > a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2323237c;
    color: #2323237c;
    font-size: .875rem;
    padding-right: 20px;
    background: url("/img/arrow2.png") no-repeat 100% 30%;
  }
}

#contentsWrap .server {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#contentsWrap .server .serverSwiper {
  width: 100%;
}

#contentsWrap .server .serverSwiper .swiper-slide .txt {
  width: 80%;
  max-width: 1280px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

#contentsWrap .server .serverSwiper .swiper-slide .txt h2 {
  font-size: 3rem;
  margin-bottom: 60px;
  font-weight: 500;
}

#contentsWrap .server .serverSwiper .swiper-slide .txt p {
  line-height: 28px;
  margin-bottom: 60px;
}

#contentsWrap .server .serverSwiper .swiper-slide .txt > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 60px;
}

#contentsWrap .server .serverSwiper .paginationWrap {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contentsWrap .server .serverSwiper .paginationWrap span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 1.5px);
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  background: rgba(255, 255, 255, 0.514);
  font-size: 1.25rem;
  line-height: 26px;
  -webkit-transition: .5s;
  transition: .5s;
}

#contentsWrap .server .serverSwiper .paginationWrap span.swiper-pagination-bullet-active {
  background: #db1212;
  height: 140px;
  color: #fff;
}

#contentsWrap .server .serverSwiper .paginationWrap span:last-of-type {
  margin: 0;
}

@media (max-width: 1280px) {
  #contentsWrap .server {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  #contentsWrap .server .serverSwiper {
    width: 100%;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt {
    width: 80%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: 500;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt p {
    line-height: 28px;
    margin-bottom: 40px;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    height: 60px;
  }
  #contentsWrap .server .serverSwiper .paginationWrap {
    width: 100%;
    max-width: 1024px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 10;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contentsWrap .server .serverSwiper .paginationWrap span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 1.5px);
    height: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.514);
    font-size: 1.25rem;
    line-height: 26px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #contentsWrap .server .serverSwiper .paginationWrap span.swiper-pagination-bullet-active {
    background: #db1212;
    height: 100px;
    color: #fff;
  }
  #contentsWrap .server .serverSwiper .paginationWrap span:last-of-type {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  #contentsWrap .server {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  #contentsWrap .server .serverSwiper {
    width: 100%;
  }
  #contentsWrap .server .serverSwiper .swiper-slide {
    height: 490px;
  }
  #contentsWrap .server .serverSwiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt {
    width: 80%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: 500;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt p {
    line-height: 28px;
    margin-bottom: 40px;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    height: 60px;
  }
  #contentsWrap .server .serverSwiper .paginationWrap {
    width: 100%;
    max-width: 1024px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 10;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contentsWrap .server .serverSwiper .paginationWrap span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 1.5px);
    height: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.514);
    font-size: 1.25rem;
    line-height: 26px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #contentsWrap .server .serverSwiper .paginationWrap span.swiper-pagination-bullet-active {
    background: #db1212;
    height: 100px;
    color: #fff;
  }
  #contentsWrap .server .serverSwiper .paginationWrap span:last-of-type {
    margin: 0;
  }
}

@media (max-width: 500px) {
  #contentsWrap .server {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  #contentsWrap .server .serverSwiper {
    width: 100%;
  }
  #contentsWrap .server .serverSwiper .swiper-slide {
    height: 490px;
  }
  #contentsWrap .server .serverSwiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt {
    width: 80%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: 500;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt p {
    line-height: 28px;
    margin-bottom: 40px;
  }
  #contentsWrap .server .serverSwiper .swiper-slide .txt > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    height: 60px;
  }
  #contentsWrap .server .serverSwiper .paginationWrap {
    width: 100%;
    max-width: 1024px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 10;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contentsWrap .server .serverSwiper .paginationWrap span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 1.5px);
    height: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.514);
    font-size: 1rem;
    line-height: 22px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #contentsWrap .server .serverSwiper .paginationWrap span.swiper-pagination-bullet-active {
    background: #db1212;
    height: 75px;
    color: #fff;
  }
  #contentsWrap .server .serverSwiper .paginationWrap span:last-of-type {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */