@import url(reset.min.css);
@import url(font.css);
@import url(layout.css);
#container {
  position: relative;
  z-index: 1;
}
.visual-container {
  position: relative;
  padding-bottom: 672px;
  background-color: #000000;
}
.visual-container > section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.video-container {
  z-index: 10;
}
.slider-container {
  z-index: 20;
}
.video-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  background: transparent url('/img/main/video-poster.jpg') no-repeat;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.video-bg-patten {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 2;
  background: transparent url('/img/main/video-bg-pattern.png') repeat;
}
.video-source {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 3;
  color: #455e6a;
  font-family: 'NanumGothic';
  font-size: 14px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 2;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 59px;
  height: 115px;
  margin-top: -57.5px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('/img/main/btn-slider.png');
}
.swiper-button-prev {
  left: 4.16666667%;
  right: auto;
}
.swiper-button-next {
  right: 4.16666667%;
  left: auto;
  background-position: 0 -115px;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2.8125%;
  left: 0;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: #7a7a7a;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.main-contents {
  background: url('/img/main/bg-main-contents.gif') 50% 0 no-repeat;
}
.main-contents > div {
  position: relative;
  height: 478px;
}
.main-contents a {
  display: block;
  padding-top: 49px;
  padding-left: 6.66667%;
  color: #ffffff;
}
.main-contents article {
  float: left;
  width: 50%;
  height: 50%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-contents h1 {
  font-family: 'NanumSquare';
  font-size: 30px;
  letter-spacing: -0.05em;
}
.main-contents p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 26px;
}
.main-contents span {
  display: inline-block;
  width: 45px;
  height: 8px;
  margin-top: 31px;
  background: url('/img/main/btn-link-arrow.png') no-repeat;
  background-size: 100%;
}
.main-contents .game {
  background-color: #006acf;
  background-image: url('/img/main/bg-article-game.png');
}
.main-contents .global {
  background-color: #489ab5;
  background-image: url('/img/main/bg-article-global.png');
}
.main-contents .recruit {
  background-color: #1c466e;
  background-image: url('/img/main/bg-article-recruit.png');
}
.main-contents .building {
  background-color: #373737;
  background-image: url('/img/main/bg-article-building.png');
}
.dragonfly {
  font-weight: bold;
}
.dragonfly h1 {
  display: inline-block;
  padding: 113px 0 10px;
  border-bottom: 5px solid #006acf;
  color: #006acf;
  font-size: 30px;
  line-height: 1;
}
.dragonfly p {
  color: #ffffff;
  font-family: 'NanumSquare';
}
.dragonfly .txt01 {
  margin: 57px 0 23px;
  font-size: 90px;
  line-height: 115px;
  letter-spacing: -0.07em;
}
.dragonfly .txt02 {
  font-size: 28px;
  line-height: 47px;
  letter-spacing: -0.05em;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .visual-container {
    padding-bottom: 573px;
    background: url('/img/main/alt-video-1024.jpg') 50% 0 no-repeat;
    background-size: 100%;
  }
  .video-container {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .dragonfly h1 {
    padding: 62px 0 9px;
    border-width: 4px;
    font-size: 25px;
  }
  .dragonfly .txt01 {
    margin: 50px 0 18px;
    font-size: 76.8px;
    line-height: 98.14px;
  }
  .dragonfly .txt02 {
    font-size: 23.89px;
    line-height: 40.11px;
  }
}
@media (max-width: 768px) {
  .visual-container {
    padding-bottom: 547px;
    background-image: url('/img/main/alt-video-768.jpg');
    background-size: cover;
  }
  .main-contents {
    background: none;
  }
  .main-contents > div {
    height: auto;
  }
  .main-contents article {
    overflow: hidden;
    float: none;
    width: 100%;
    height: 217px;
  }
  .main-contents a {
    padding-top: 38px;
  }
  .main-contents h1 {
    font-size: 40px;
    line-height: 30px;
  }
  .main-contents p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .main-contents span {
    width: 45px;
  }
  .dragonfly h1 {
    padding: 50px 0 7px;
    border-width: 4px;
    font-size: 25px;
  }
  .dragonfly .txt01 {
    margin: 35px 0 14px;
    font-size: 75px;
    line-height: 96.28px;
  }
  .dragonfly .txt02 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  .visual-container {
    padding-bottom: 547px;
    background-image: url('/img/main/alt-video-640.jpg');
  }
  .main-contents {
    background: none;
  }
  .main-contents > div {
    height: auto;
  }
  .main-contents article {
    height: 108px;
  }
  .main-contents a {
    padding-top: 18px;
  }
  .main-contents h1 {
    font-size: 20px;
    line-height: 15px;
  }
  .main-contents p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 15px;
  }
  .main-contents span {
    margin-top: 11px;
    width: 24px;
  }
  .dragonfly h1 {
    padding: 60px 0 16px;
    border-width: 4px;
    font-size: 25px;
    line-height: 7.54px;
  }
  .dragonfly .txt01 {
    margin: 35px 0 7px;
    font-size: 75px;
    line-height: 96.28px;
  }
  .dragonfly .txt02 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 639px) {
  .visual-container {
    padding-bottom: 274px;
    background-image: url('/img/main/alt-video-640.jpg');
  }
  .dragonfly h1 {
    padding: 27px 0 8px;
    border-width: 2px;
    font-size: 12.5px;
    line-height: 7.54px;
  }
  .dragonfly .txt01 {
    margin: 17px 0 15px;
    font-size: 37px;
    line-height: 48.14px;
  }
  .dragonfly .txt02 {
    font-size: 15px;
    line-height: 22.5px;
  }
}
