@import "../../../fonts.googleapis.com/css2__q_3943ddfee77f.css";
@font-face {
  font-family: 'Pretendard';
  src: url("../../../cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url("../../../cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url("../../../cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url("../../../cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url("../../../cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html, body {
  font-family: 'Pretendard';
  word-break: keep-all;
}

#mainVOD {
  height: calc(100vh - 64px);
}

#mainVOD img {
  display: block;
}

#mainVOD .overlay_pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../img/vod_overlay.webp);
  background-attachment: fixed;
}

#mainVOD .videobg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainVOD .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mainVOD h1 {
  margin: 0;
}

#mainVOD .stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainVOD .stores a {
  padding: 0 3px;
}

#mainVOD .btn_scroll {
  position: absolute;
  bottom: -128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#mainVOD .btn_scroll img {
  -webkit-animation: updown .5s ease-out alternate infinite;
          animation: updown .5s ease-out alternate infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

#mainNews {
  background: url(../img/new_bg-1.webp) left center;
  background-size: cover;
  padding: 136px 0;
}

#mainNews h2 {
  text-align: center;
  margin: 0 auto 80px;
  font-size: 45px;
  font-weight: 700;
}

#mainNews .latest_news li {
  background: #e9e9e9;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 24%;
  border: 10px #d8d8d8 solid;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#mainNews .latest_news li:hover {
  border-color: #9c050f;
}

#mainNews .latest_news li img {
  max-width: 100%;
  display: block;
}

#mainNews .latest_news li .article {
  padding: 20px;
}

#mainNews .latest_news li .article .subject {
  display: block;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#mainNews .latest_news li .article p {
  display: block;
  margin: 0;
  color: #adadad;
  font-size: 15px;
  font-weight: 300;
}

#mainNews .latest_news li .article p.contents {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 6em;
}

#mainNews .latest_news li .article p.meta {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px #ddd solid;
  font-size: 14px;
}

#mainNews a.btn_more {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 160px;
  margin: 72px auto;
  padding: 8px;
  background: linear-gradient(135deg, #005ccd 0%, #3d179f 70%);
}

#mainNews a.btn_more:hover {
  background: linear-gradient(45deg, #005ccd 0%, #3d179f 70%);
}

#world {
  height: calc(100vh - 64px);
}

#world img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

#world > div {
  position: absolute;
  width: 50%;
  height: 100%;
  margin: 0;
}

#world .bgimg {
  left: 0;
  background-image: url(../img/about_bg.webp);
  background-attachment: fixed;
}

#world .wrap {
  background: #fff;
  right: 0;
}

#world .wrap .text {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#world .wrap .text h5 {
  font-size: 26px;
  font-weight: 300;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 10px;
}

#world .wrap .text h4 {
  font-size: 65px;
  font-weight: 900;
  color: #9c050f;
}

#world .wrap .text h4 .blink {
  font-size: 45px;
}

#world .wrap .text p {
  font-size: 26px;
  font-weight: 300;
  color: #adadad;
  line-height: 1.2;
}

#characters img {
  display: block;
  width: 100%;
}

#characters .swiper-button-next:after, #characters .swiper-button-prev:after {
  color: #9c050f;
}

#characters .swiper-pagination-bullet-active {
  background: #f00;
}

#arts img {
  display: block;
  width: 100%;
}

#arts .swiper-button-next:after, #arts .swiper-button-prev:after {
  color: #fff;
}

#arts .swiper-pagination-bullet-active {
  background: #f00;
}

#features {
  padding: 40px 0;
  margin-bottom: 120px;
  background: url(../img/keyfeatures_bg.jpg) center;
}

#features h2 {
  text-align: center;
  margin: 40px auto;
  font-size: 45px;
  font-weight: 700;
}

#features .swiper {
  background-size: cover;
  padding: 120px 0;
  margin: auto;
  max-width: 1920px;
}

#features .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

#features .swiper .swiper-slide .fimg {
  width: 50%;
}

#features .swiper .swiper-slide .text {
  width: 50%;
  text-align: center;
  line-height: 160%;
  font-size: 20px;
  padding: 40px 80px;
}

#features .swiper .swiper-slide .text img {
  margin-bottom: 16px;
}

#features .swiper .swiper-slide .text h4 {
  font-size: 32px;
  margin-bottom: 16px;
}

#features .swiper .swiper-slide .text p {
  margin-bottom: 0;
}

#features .swiper .swiper-slide .text.text_r {
  color: #9c050f;
}

#features .swiper .swiper-slide .text.text_l {
  color: #3d179f;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#features .swiper-button-next:after, #features .swiper-button-prev:after {
  color: #9c050f;
  font-size: 24px;
}

#features .swiper-pagination-bullet-active {
  background: #f00;
}

/*screen resolutions lower than 1024px*/
@media all and (max-width: 1024px) {
  #mainVOD .overlay_pattern {
    background: rgba(0, 0, 0, 0.2);
  }
  #mainVOD h1 {
    margin: 0;
  }
  #mainVOD h1 img {
    width: 75vw;
    margin: auto;
  }
  #mainVOD .stores a {
    padding: 0 1px;
  }
  #mainVOD .stores a img {
    width: 25vw;
  }
  #mainNews .latest_news {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mainNews .latest_news li {
    width: 48%;
  }
  #mainNews .latest_news li:nth-child(3), #mainNews .latest_news li:nth-child(4) {
    display: none;
  }
  #mainNews a.btn_more {
    padding: 16px;
  }
  #world {
    height: auto;
  }
  #world > div {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #world .bgimg {
    left: 0;
    height: 40vh;
    background-position: center top;
    background-size: cover;
    background-attachment: unset;
  }
  #world .wrap {
    height: 65vh;
  }
  #features h2 {
    margin: 0 auto 40px;
    font-size: 32px;
  }
  #features .swiper {
    padding: 64px 0;
  }
  #features .swiper .swiper-slide .fimg {
    width: 50%;
  }
  #features .swiper .swiper-slide .text {
    width: 50%;
    min-height: 320px;
    font-size: 16px;
    padding: 48px 32px;
  }
  #features .swiper .swiper-slide .text h4 {
    font-size: 20px;
    line-height: 120%;
  }
}

/*screen resolutions lower than 768px*/
@media all and (max-width: 768px) {
  #mainVOD {
    height: 80vh;
  }
  #mainVOD h1 img {
    width: 75vw;
  }
  #mainVOD .stores a img {
    width: 30vw;
  }
  #mainNews {
    padding: 64px 0;
  }
  #mainNews h2 {
    margin: 0 auto 20px;
    font-size: 26px;
  }
  #mainNews .latest_news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainNews .latest_news li {
    width: 92%;
  }
  #mainNews a.btn_more {
    width: 60%;
    padding: 12px;
    margin: 24px auto;
  }
  #world {
    height: auto;
  }
  #world > div {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #world .bgimg {
    left: 0;
    height: 40vh;
    background-position: center top;
    background-size: cover;
    background-attachment: unset;
  }
  #world .wrap {
    height: auto;
    padding: 20% 0;
  }
  #world .wrap .text {
    position: relative;
    width: 100%;
    padding: 0 5%;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #world .wrap .text h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #world .wrap .text h4 {
    font-size: 40px;
  }
  #world .wrap .text h4 .blink {
    font-size: 40px;
  }
  #world .wrap .text p {
    font-size: 16px;
  }
  #characters .swiper-button-next:after, #characters .swiper-button-prev:after {
    font-size: 24px;
  }
  #arts .swiper-button-next:after, #arts .swiper-button-prev:after {
    font-size: 24px;
  }
  #features {
    padding: 64px 0;
  }
  #features h2 {
    margin: 0 auto 20px;
    font-size: 26px;
  }
  #features .swiper {
    background: none;
    padding: 0;
  }
  #features .swiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  #features .swiper .swiper-slide .fimg {
    width: 100%;
  }
  #features .swiper .swiper-slide .text {
    width: 100%;
  }
  #features .swiper .swiper-slide .text.text_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*# sourceMappingURL=counterside.css.map */