<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index_section {
  width: 100%;
  height: 100vh;
  /* background: url("/theme/BUM/img/bg_main.jpg"); */
  background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.game_play {
  position: absolute;
  left: 50%;
  bottom: 31%;
  transform: translate(-50%, 50%);
  /* width: 238px; */

  &amp; img {
    display: block;
    width: 100%;
  }
}

.icon_downs {
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translate(-50%, 50%);
  display: flex;
  gap: 30px;
  justify-content: center;
}

.icon_downs a {
  display: block;
  width: 25%;
}

.icon_downs a img {
  display: block;
  width: 100%;
}

.game_sub_section {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.world_bg {
  background: url(/theme/BUM/img/world_bg_container.jpg);
}

.sub_inner {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.swiper_common {
  /* max-width:1400px; */
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.bg_container {
  background: url(/theme/BUM/img/world_bg_container.webp);
}

.bg_depot {
  background: url(/theme/BUM/img/world_bg_depot.webp);
}

.bg_homie {
  background: url(/theme/BUM/img/world_bg_homie.webp);
}

.bg_waterfront {
  background: url(/theme/BUM/img/world_bg_waterfront.webp);
}

.bg_hanok {
  background: url(/theme/BUM/img/world_bg_hanok.webp);
}

.bg_oldstreet {
  background: url(/theme/BUM/img/world_bg_oldstreet.webp);
}

.bg_lighthouse {
  background: url(/theme/BUM/img/world_bg_lighthouse.webp);
}

.bg_construction {
  background: url(/theme/BUM/img/world_bg_construction.webp);
}

.bg_fishtank {
  background: url(/theme/BUM/img/world_bg_fishtank.webp);
}

.bg_seafood {
  background: url(/theme/BUM/img/world_bg_seafood.webp);
}

.bg_skybay {
  background: url(/theme/BUM/img/world_bg_skybay.webp);
}

.bg_urban {
  background: url(/theme/BUM/img/world_bg_urban.webp);
}

.bg_airport {
  background: url(/theme/BUM/img/world_bg_airport.webp);
}

.bg_chinatown {
  background: url(/theme/BUM/img/world_bg_chinatown.webp);
}

.swiper_common .swiper-button-next {
  right: 20%;
}

.swiper_common .swiper-button-next img {
  display: block;
  width: 64px;
  margin: 0 auto;
}

.swiper_common .swiper-button-next.swiper-button-disabled img {
  opacity: 0;
}

.swiper_common .swiper-button-next::after {
  content: "";
}

.swiper_common .swiper-button-prev {
  left: 20%;
}

.swiper_common .swiper-button-prev img {
  display: block;
  width: 64px;
  margin: 0 auto;
}

.swiper_common .swiper-button-prev.swiper-button-disabled img {
  opacity: 0;
}

.swiper_common .swiper-button-prev::after {
  content: "";
}

.swiper_common .swiper-slide {
  padding: 185px 0 0 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper_common .swiper-slide .swiper_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.swiper_common .swiper-slide img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.swiper_common .swiper-slide.swiper_youngnam img {
  padding-top: 60px;
}

.swiper_common .swiper-slide.swiper_honam img {
  padding-top: 60px;
}

.swiper_common .swiper-slide.swiper_gwandong img {
  padding-top: 60px;
}

.swiper_common .swiper-slide.swiper_gyeongin img {
  padding-top: 60px;
}

.swiper_common .swiper-slide p {
  color: #d1b994;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 2px 2px 1px black, -2px -2px 1px black, -2px 2px 1px black, 2px -2px 1px black;
  line-height: 32px;
  padding: 0 240px 0 240px;
}

.swiper_group {
  /* position: relative; */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.swiper_thumb {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  max-width: 966px;
}

.swiper_thumb img {
  display: block;
  width: 100%;
}

.swiper_thumb .swiper-slide {
  background: #000;
  box-sizing: border-box;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image-slice: 1;
  width: calc(25% - 15px);
}

.swiper_thumb .swiper-slide img {
  opacity: 0.4;
}

.swiper_thumb .swiper-slide-thumb-active {
  /* border-color:#fff; */
  -o-border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image-slice: 1;
}

.swiper_thumb .swiper-slide-thumb-active img {
  opacity: 1;
}

.hidden_text {
  display: none;
  width: 0;
  height: 0;
}

.world_group {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 172px;
  flex-direction: column;
  gap: 30px;
  z-index: 3;
}

.world_group div {
  background: #000;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image-slice: 1;
}

.world_group div img.world_img {
  display: block;
  width: 100%;
  opacity: 0.6;
}

.world_group div img.soon_img {
  display: block;
  width: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.world_group div.active {
  -o-border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image-slice: 1;
}

.world_group div.active img {
  opacity: 1;
}

.class_group {
  position: absolute;
  left: 10%;
  top: 58%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 128px;
  flex-direction: column;
  gap: 30px;
  z-index: 3;
}

.class_group div {
  /* background: #000; */
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  /* border: 2px solid;
  border-image: linear-gradient(90deg, rgba(74, 74, 74, 1) 0%, rgba(106, 106, 106, 1) 51%, rgba(74, 74, 74, 1) 100%);
  border-image-slice: 1; */
}

.class_group div img.class_img {
  display: block;
  width: 100%;
  opacity: 0.6;
}

.class_group div.active {
  /* border-image: linear-gradient(90deg, rgba(124, 123, 123, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(181, 180, 180, 1) 100%);
  border-image-slice: 1; */
}

.class_group div.active img {
  opacity: 1;
}

.class_main {
  /* position: absolute; */
  max-width: 1196px;
  margin: 0 auto;
  position: relative;
  /* padding-top: 90px; */
}

.class_main&gt;img {
  display: block;
  width: 100%;
}

.sub_title_img {
  display: block;
  margin: 0 auto;
}

.bg_class {
  background: url(/theme/BUM/img/bg_class.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  height: 110vh;
}

.class_box {
  position: absolute;
  left: 0;
  top: -5px;
  transition: all 0.3s ease;
}

.class_desc {
  position: absolute;
  left: 502px;
  top: 215px;
}

.class_desc h3 {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(216, 216, 216) 0%, rgb(252, 252, 252) 51%, rgb(198, 198, 198) 100%);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 65px;
  margin-top: 10px;
}

.class_desc img {
  display: block;
  width: 100%;
  margin-bottom: 65px;
}

.class_desc p {
  font-size: 38px;
  font-weight: 700;
  /* padding-left: 25px; */
  text-align: center;
  text-shadow: -2px -2px 0px black, 2px 2px 0px black, -2px 2px 0px black, 2px -2px 0px black;
}

.class_box.balance .class_desc p {
  color: #c65265;
}

.class_box.defense .class_desc p {
  color: #5f60a9;
}

.class_box.attack .class_desc p {
  color: #66a2c3;
}

.class_box.tech .class_desc p {
  color: #cb9969;
}

.bg_story {
  background: url(/theme/BUM/img/bg_story.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  height: 110vh;
}

.story_group {
  position: absolute;
  left: 10%;
  top: 53%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 172px;
  flex-direction: column;
  gap: 30px;
  z-index: 3;
}

.story_group div {
  /* background: #000; */
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image-slice: 1;
}

.story_group div img.class_img {
  display: block;
  width: 100%;
  opacity: 0.6;
}

.story_group div.active {
  -o-border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image-slice: 1;
}

.story_group div.active img {
  opacity: 1;
}

.story_main {
  /* position: absolute; */
  max-width: 1196px;
  margin: 0 auto;
  position: relative;
  /* padding-top: 90px; */
}

.story_box {
  position: absolute;
  left: 0;
  top: 60px;
  transition: all 0.3s ease;
}

.story_box&gt;img {
  display: block;
  width: 100%;
}

.story_desc {
  position: absolute;
  left: 502px;
  top: 215px;
}

.story_desc h3 {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(216, 216, 216) 0%, rgb(252, 252, 252) 51%, rgb(198, 198, 198) 100%);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 65px;
  margin-top: 10px;
}

.story_desc img {
  display: block;
  width: 100%;
  margin-bottom: 65px;
}

.story_desc p {
  font-size: 38px;
  font-weight: 700;
  /* padding-left: 25px; */
  text-align: center;
  text-shadow: -2px -2px 0px black, 2px 2px 0px black, -2px 2px 0px black, 2px -2px 0px black;
}

.story_box.balance .story_desc p {
  color: #c65265;
}

.story_box.defense .story_desc p {
  color: #5f60a9;
}

.story_box.attack .story_desc p {
  color: #66a2c3;
}

.story_box.tech .story_desc p {
  color: #cb9969;
}

.story_swiper_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.swiper_common.swiper_story .swiper-slide .swiper_inner {
  position: absolute;
  left: 50%;
  top: 220px;
  width: 100%;
  transform: translate(-50%, 0);
}

.swiper_common.swiper_story .swiper-slide .swiper_inner.inner2 {
  top: 285px;
}

.swiper_common.swiper_story .swiper-slide .swiper_inner p {
  color: #f2f2f2;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black;
  line-height: 32px;
  padding: 0;
}

.swiper_common.swiper_story .swiper-slide .swiper_inner p b {
  color: #ce9b6a;
}

.swiper_common.swiper_story .swiper-slide .swiper_inner p strong {
  color: #ce9b6a;
  font-size: 20px;
}

.swiper_common .swiper-button-next.swiper-button-next-story {
  right: var(--swiper-navigation-sides-offset, 10px);
}

.swiper_common .swiper-button-prev.swiper-button-prev-story {
  left: var(--swiper-navigation-sides-offset, 10px);
}

.swiper_common.swiper_story .swiper-slide {
  padding: 148px 0 0 0;
  position: relative;
}

.text_next {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}

.swiper_story_img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.bg_media {
  background: url(/theme/BUM/img/bg_media.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  height: 110vh;
}

.media_group {
  position: absolute;
  left: 10%;
  top: 53%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 172px;
  flex-direction: column;
  gap: 30px;
  z-index: 3;
}

.media_group div {
  /* background: #000; */
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(106, 106, 106) 51%, rgb(74, 74, 74) 100%);
  border-image-slice: 1;
}

.media_group div img.class_img {
  display: block;
  width: 100%;
  opacity: 0.6;
}

.media_group div.active {
  -o-border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image-slice: 1;
}

.media_group div.active img {
  opacity: 1;
}

.media_main {
  /* position: absolute; */
  max-width: 1196px;
  margin: 0 auto;
  position: relative;
  /* padding-top: 90px; */
}

.media_box {
  position: absolute;
  left: 0;
  top: 60px;
  transition: all 0.3s ease;
}

.media_box&gt;img {
  display: block;
  width: 100%;
}

.media_pos {
  display: block;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.video {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56.2757202%;
}

.video iframe,
.video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.media_title {
  position: absolute;
  left: 50px;
  top: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.video_thumbs {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 75%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.video_thumbs .video_thumb {
  display: block;
  width: 25%;
  box-sizing: border-box;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image: linear-gradient(90deg, rgb(124, 123, 123) 0%, rgb(255, 255, 255) 51%, rgb(181, 180, 180) 100%);
  border-image-slice: 1;
  overflow: hidden;
  transition: 0.3s ease;
}

.video_thumbs .video_thumb:hover {
  width: 35%;
}

.video_thumbs .video_thumb img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}

@media screen and (max-width: 992px) {
  .icon_downs {
    width: 90%;
  }

  .game_sub_section {
    /* background-image: url("/theme/BUM/img/bg_mo.jpg"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
  }

  .world_group {
    left: 50%;
    top: 7%;
    width: 90%;
    flex-direction: row;
    gap: 10px;
  }

  .world_group div img.soon_img {
    width: 99%;
  }

  .swiper_common .swiper-button-prev {
    left: 2%;
  }

  .swiper_common .swiper-button-prev img {
    width: 30px;
  }

  .swiper_common .swiper-button-next {
    right: 2%;
  }

  .swiper_common .swiper-button-next img {
    width: 30px;
  }

  .swiper_group {
    position: unset;
    left: unset;
    top: unset;
    height: auto;
    transform: unset;
  }

  .swiper_thumb {
    width: 90%;
  }

  .swiper_common .swiper-slide {
    padding: 100px 60px 100px 60px;
  }

  .swiper_common .swiper-slide .swiper_inner {
    position: unset;
    transform: unset;
  }

  .swiper_common .swiper-slide img {
    display: block;
    width: 100%;
  }

  .swiper_common .swiper-slide .swiper_inner p {
    font-size: 17px;
    line-height: 30px;
    text-align: left;
  }

  .class_group {
    left: 50%;
    top: unset;
    bottom: -3%;
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
  }

  .class_box {
    position: relative;
    left: unset;
    top: unset;
  }

  .class_box&gt;img {
    display: block;
    width: 100%;
  }

  .class_desc {
    right: 20px;
    left: unset;
    top: 25%;
    width: 55%;
  }

  .class_desc h3 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .class_desc img {
    margin-bottom: 40px;
  }

  .class_desc p {
    font-size: 32px;
  }

  .story_main {
    height: 90vh;
  }

  .story_box {
    position: relative;
    height: 100%;
  }

  .story_box&gt;img {
    width: 100%;
    height: 100%;
  }

  .swiper_common.swiper_story .swiper-slide img {
    display: block;
    width: 95%;
  }

  .swiper_common.swiper_story .swiper-slide .swiper_inner {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 100%;
    transform: translate(-50%, 0);
  }

  .swiper_common.swiper_story .swiper-slide .swiper_inner p {
    text-align: center;
  }

  .story_group {
    left: 50%;
    top: unset;
    bottom: -5%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
  }

  .media_group {
    left: 50%;
    top: 20%;
    width: 90%;
    flex-direction: row;
  }

  .media_main {
    height: 90vh;
    margin-top: 140px;
  }

  .media_box {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
  }

  .media_box&gt;img {
    width: 100%;
    height: 100%;
  }

  .media_pos {
    width: 75%;
    top: 45%;
  }
}

@media screen and (max-width: 567px) {
  .index_section {
    height: 50vh;
  }

  .br_pc {
    display: none;
  }

  .icon_downs {
    width: 95%;
    gap: 10px;
    bottom: 25%;
  }

  .world_group {
    top: 5%;
    width: 95%;
  }

  .game_sub_section {
    padding-top: 85px;
    padding-bottom: 128px;
  }

  .swiper_common .swiper-slide {
    padding: 60px 35px 60px 35px;
    height: auto;
    min-height: 600px;
  }

  .swiper_common .swiper-slide .swiper_inner p {
    font-size: 15px;
    line-height: 27px;
    word-break: keep-all;
    padding: 0;
  }

  .class_desc h3 {
    /* font-size: 16px; */
    font-size: 12px;
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    /* margin-top: 15px; */
    margin-top: 10px;
    word-break: keep-all;
    padding-left: 10px;
  }

  .class_desc img {
    width: 75%;
    margin-bottom: 3px;
  }

  .class_desc p {
    display: none;
    font-size: 16px;
    text-shadow: -1px -1px 0px black, 1px 1px 0px black, -1px 1px 0px black, 1px -1px 0px black;
  }

  .swiper_common.swiper_story .swiper-slide {
    padding: 0px 0 0 0;
    position: relative;
  }

  .swiper_common.swiper_story .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .swiper_common.swiper_story .swiper-slide .swiper_inner {
    top: 40px;
    padding: 10px 35px;
  }

  .swiper_common.swiper_story .swiper-slide .swiper_inner.inner2 {
    top: 65px;
  }

  .swiper_common.swiper_story .swiper-slide .swiper_inner p {
    font-size: 14px;
    line-height: 21px;
    word-break: keep-all;
    text-align: left;
  }

  .text_next {
    font-size: 14px;
    margin-top: 30px;
  }

  .swiper_common .swiper-slide .swiper_inner p strong {
    font-size: 16px;
  }

  .swiper_common.swiper_story .swiper-slide .swiper_inner p strong {
    color: #ce9b6a;
    font-size: 18px;
  }

  .story_group {
    bottom: 0;
  }

  .media_group {
    top: 25%;
  }

  .media_main {
    height: 50vh;
    margin-top: 100px;
  }

  .media_pos {
    width: 90%;
  }

  .media_title {
    left: 25px;
    font-size: 20px;
  }

  .video_thumbs {
    bottom: -15%;
    width: 90%;
  }

  
  .game_play {
    bottom: 36%;

    &amp; img {
      display: block;
      width: 55%;
      margin: 0 auto;
    }
  }

}

/*# sourceMappingURL=custom.css.map */</pre></body></html>