html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  background-color: #111;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.ava_icon {
  display: block;
  text-indent: -9999px;
  background: url(../images/ava_bar_logo.png) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  transition: opacity 0.2s ease-out;
}

.ava_icon:hover {
  opacity: 0.45;
}

.fixedButton {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
  z-index: 1100;
}

.fixedButton .fixedItem.fixed {
  position: fixed;
  top: 19px;
  left: calc(50% - 150px);
  right: calc(50% - 150px);
}

.fixedButton .fixedItem.fixed .btn_content {
  padding: 0.1em 2.0em !important;
  font-size: 1.0em !important;
}

.fixedButton .fixedItem.fixed .btn_content .slogan {
  line-height: 30px !important;
  font-size: 16px !important;
}

.fixedButton .fixedItem.fixed .btn_content .icon_heart {
  width: 27px;
  opacity: 1;
}

.fixedButton .fixedItem.fixed .btn_content .icon_heart:before {
  line-height: 30px !important;
}

.fixedButton .fixedItem.fixed .btn_content:hover .icon_heart:before {
  content: "favorite";
}

.fixedButton .btn_content,
.fixedButton .slogan {
  transition: all 0.1s ease-out;
}

.fixedButton .icon_heart {
  display: inline-block;
  vertical-align: top;
  width: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.fixedButton .icon_heart:before {
  content: "favorite_border";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0 5px 0 0;
  transition: all 0.1s ease-out;
  color: #fff;
  line-height: 50px !important;
}

.btn_moudle {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 10%;
  outline: none;
  cursor: pointer;
}

.btn_moudle .btn_content .message {
  position: relative;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  z-index: 10;
}

.btn_moudle .btn_content .message.bold {
  font-weight: 500;
}

.btn_moudle .btn_content .icon {
  position: relative;
  display: block;
  z-index: 10;
  padding: 4px;
}

.btn_moudle .btn_content .icon .icon_steam {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/icon_steam_x100.png) no-repeat;
  background-size: cover;
  font-size: 0;
  vertical-align: top;
  margin-right: 10px;
}

.btn_moudle .btn_content .icon .slogan {
  display: inline-block;
  vertical-align: top;
  font-family: 'Do Hyeon', sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.btn_moudle .over-effect {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.btn_moudle .over-effect:after {
  content: "Cover";
  position: absolute;
  top: -100%;
  left: -130%;
  width: 120%;
  height: 300%;
  background-color: #2c5b8a;
  transform: rotate(10deg);
  transition: left 0.5s ease;
  z-index: 5;
}

.btn_moudle .over-effect:before {
  content: "Block Box";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: #2c5b8a;
}

.btn_moudle .over-effect.primary:after {
  background-color: #2c5b8a;
}

.btn_moudle .over-effect.red:after {
  background-color: #f1756f;
}

.btn_moudle .over-effect:hover:after {
  left: -5%;
}

.btn_moudle .over-effect:hover.light .message {
  color: #ece8e1;
}

.btn_moudle.space-line {
  position: relative;
}

.btn_moudle.space-line:after, .btn_moudle.space-line:before {
  position: absolute;
  display: block;
  text-indent: -9999px;
  border: 1px solid rgba(236, 232, 225, 0.5);
  z-index: 5;
}

.btn_moudle.space-line:after {
  content: "Top Line";
  border-bottom: 0;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: calc(50% + 4px);
}

.btn_moudle.space-line:before {
  content: "Bottom Line";
  border-top: 0;
  top: calc(50% + 4px);
  left: -7px;
  right: -7px;
  bottom: -7px;
}

.btn_moudle.space-line.dark:after, .btn_moudle.space-line.dark:before {
  border-color: #bdbcb7;
}

.btn_moudle .large {
  padding: 1em 3em;
  font-size: 1.35em;
}

.btn_moudle .medium {
  padding: 0.7em 1.8em;
  font-size: 1.15em;
}

.btn_moudle .small {
  padding: 0.1em 3.6em;
  font-size: 1.2em;
}

.btn_moudle .primary {
  background-color: #1f1f42;
}

.btn_moudle .red {
  background-color: #fc551d;
}

.btn_moudle .dark {
  background-color: #2c5b8a;
}

.btn_moudle .light {
  background-color: #ece8e1;
}

.btn_moudle .light .message {
  color: #1f1f42;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.avabar_bar {
  background-color: #111;
  padding: 22px 38px;
  overflow: hidden;
}

.avabar_bar .ava_logo {
  float: left;
}

.avabar_bar .control {
  position: absolute;
  top: 20px;
  right: 38px;
}

.avabar_bar .control .icon_list .list {
  text-align: right;
}

.avabar_bar .control .icon_list .list .item {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
}

.avabar_bar .control .icon_list .list .item .icon {
  display: block;
  margin-left: 20px;
}

.avabar_bar .control .icon_list .list .item .icon:hover {
  opacity: 0.8;
}

.icon_social_discord {
  width: 33px;
  height: 38px;
  background: url(../images/lnb_social_discord.png) no-repeat;
}

.icon_social_twitter {
  width: 38px;
  height: 38px;
  background: url(../images/lnb_social_twitter.png) no-repeat;
}

.icon_social_facebook {
  width: 38px;
  height: 38px;
  background: url(../images/lnb_social_facebook.png) no-repeat;
}

.navigator {
  float: left;
}

.navigator .navi_menu {
  height: 36px;
}

.navigator .navi_menu .navi_item {
  position: relative;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.0em;
  color: #F9F9F9;
  vertical-align: top;
  line-height: 36px;
  margin-left: 50px;
  letter-spacing: 0.045em;
  cursor: pointer;
  transition: all 0.1s ease-out;
}

.navigator .navi_menu .navi_item:after {
  content: "Hover";
  font-size: 0;
  background-color: #dc3027;
  position: absolute;
  top: 1px;
  left: -15px;
  right: -15px;
  bottom: 1px;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.navigator .navi_menu .navi_item:before {
  content: "Dot";
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 4px;
  height: 4px;
  font-size: 0;
  z-index: 11;
  background-color: #111;
}

.navigator .navi_menu .navi_item .subject {
  position: relative;
  z-index: 10;
}

.navigator .navi_menu .navi_item:hover:after {
  opacity: 1;
}

.section.light {
  background-color: #ece8e1;
}

.section.dark {
  background-color: #2c5b8a;
}

.section.red {
  background-color: #1f1f42;
}

.section.hidden {
  overflow: hidden;
}

.video_section {
  position: relative;
  display: table;
  width: 100%;
  min-height: 94vh;
  height: auto;
  overflow: hidden;
}

.video_section .shift {
  min-height: 62px;
}

.video_section.over .title .sub_title.first {
  opacity: 0;
}

.video_section.over .title .sub_title.second {
  opacity: 1 !important;
}

.video_section.over .banner_module:after {
  background-color: rgba(0, 0, 0, 0.77);
}

.video_section.attachment .banner_module,
.video_section.attachment .main_title,
.video_section.attachment .main_title:before,
.video_section.attachment .main_title:after,
.video_section.attachment .sub_title {
  background-attachment: fixed !important;
}

.video_section .banner_module {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/main.jpg) no-repeat;
  background-size: 1920px auto;
  background-position: 50% 15%;
}

.video_section .banner_module:after {
  content: "Dim";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.67);
  transition: background 0.35s ease-out;
}

.video_section:after {
  content: "Block";
  width: 100px;
  height: 100px;
  background-color: #ece8e1;
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: 100;
  text-indent: -9999px;
  transform: rotate(45deg);
}

.video_section:before {
  content: "Block Line";
  width: 114px;
  height: 114px;
  position: absolute;
  bottom: -50px;
  left: -65px;
  z-index: 100;
  text-indent: -9999px;
  transform: rotate(45deg);
  border-top: 1px solid rgba(236, 232, 225, 0.5);
}

.video_section .video_caption {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
}

.video_section .video_caption:after {
  content: "Block Line";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  left: 73px;
  z-index: 100;
  text-indent: -9999px;
  border-top: 1px solid rgba(236, 232, 225, 0.5);
}

.video_section .video_caption:before {
  content: "Block Box";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 7px;
  right: 0;
  z-index: 99;
  text-indent: -9999px;
  background-color: #1f1f42;
}

.video_section .video_caption .title {
  position: relative;
  width: 72%;
  margin: 0 auto;
}

.video_section .video_caption .title .main_title {
  position: relative;
  display: block;
  font-size: 22em;
  font-weight: bold;
  font-family: 'Do Hyeon', sans-serif;
  color: transparent;
  background: -webkit-linear-gradient(transparent, transparent), url(../images/main_light.jpg) repeat;
  background-position: 50% 15%;
  -webkit-background-clip: text;
  text-align: center;
  letter-spacing: -0.05em;
}

.video_section .video_caption .title .main_title:after {
  content: ".";
  position: absolute;
  bottom: 64px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: 96px;
  background: -webkit-linear-gradient(transparent, transparent), url(../images/main_light.jpg) repeat;
  background-position: 50% 15%;
}

.video_section .video_caption .title .main_title:before {
  content: ".";
  position: absolute;
  bottom: 64px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -132px;
  background: -webkit-linear-gradient(transparent, transparent), url(../images/main_light.jpg) repeat;
  background-position: 50% 15%;
}

.video_section .video_caption .title .sub_title {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  display: block;
  font-size: 6em;
  font-weight: bold;
  font-family: 'Do Hyeon', sans-serif;
  color: transparent;
  background: -webkit-linear-gradient(transparent, transparent), url(../images/main_light.jpg) repeat;
  background-position: 50% 15%;
  -webkit-background-clip: text;
  margin-top: -0.5em;
  transition: opacity 0.35s ease-out;
}

.video_section .video_caption .title .sub_title.second {
  opacity: 0;
  font-style: italic;
}

.video_section .video_caption .title .title_image {
  display: block;
  width: 100%;
}

.video_section .video_caption .content {
  text-align: center;
  margin: 7em 0 0 0;
}

.video_section .video_module {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: -540px 0 0 -960px;
  z-index: 1;
}

.video_section .video_module:after {
  content: "Dim";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(29, 37, 49, 0.5);
  text-indent: -9999px;
}

.video_section .video_module video {
  width: 1920px;
  height: 1080px;
}

.at-title {
  font-family: "Tungsten Bold";
  color: #0f1923;
}

.at-title.large {
  font-size: 12em;
}

.at-content {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #383e3a;
  margin: 0 0 1% 0;
}

.at-content.bold {
  font-size: 1.6em;
  font-weight: 400;
}

.divide-line {
  position: relative;
}

.divide-line:after {
  content: "Block";
  width: 340px;
  height: 100px;
  background-color: #1f1f42;
  position: absolute;
  top: -30px;
  left: -100px;
  z-index: 9;
  text-indent: -9999px;
  transform: rotate(10deg);
}

.divide-line:before {
  content: "Block";
  width: 20%;
  height: 7px;
  background-color: #1f1f42;
  position: absolute;
  top: -7px;
  right: 0px;
  z-index: 100;
  text-indent: -9999px;
}

.slide-moudule {
  cursor: pointer;
}

.slide-moudule:before {
  content: "Block Line";
  position: absolute;
  bottom: 5px;
  left: 0px;
  top: -1px;
  right: -14px;
  border: 1px solid #bdbcb7;
  font-size: 0;
  transition: all 0.15s ease-out;
}

.slide-moudule:hover:before {
  border-color: #1f1f42;
}

.slide-moudule .swiper-scrollbar {
  position: absolute;
  left: -8px;
  width: calc(100% + 8px);
  bottom: 1px;
  background: none;
}

.slide-moudule .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #1f1f42;
  border-radius: 0;
}

.slide-moudule .swiper-container {
  width: 100%;
  height: 100%;
  padding: 7px 7px 13px;
}

.slide-moudule .swiper-container:after {
  content: "Block";
  position: absolute;
  top: 1px;
  left: 0px;
  bottom: 8px;
  width: 7px;
  background-color: #ece8e1;
  border-left: 1px solid #bdbcb7;
  font-size: 0;
  z-index: 10;
  transition: all 0.15s ease-out;
}

.slide-moudule .swiper-container:before {
  content: "Block";
  position: absolute;
  top: 1px;
  right: 0px;
  bottom: 8px;
  border-right: 1px solid #bdbcb7;
  width: 7px;
  background-color: #ece8e1;
  font-size: 0;
  z-index: 10;
  transition: all 0.15s ease-out;
}

.slide-moudule .swiper-container:hover:after, .slide-moudule .swiper-container:hover:before {
  border-color: #1f1f42;
}

.slide-moudule .swiper-container .swiper-wrapper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}

.slide-moudule .swiper-container .swiper-wrapper .swiper-slide .image {
  display: block;
  width: 100%;
}

.overview {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2.5% 0 10%;
}

.overview .title {
  position: relative;
  margin: 2% 5% 4% 0%;
  text-align: right;
  z-index: 10;
}

.overview .content {
  position: relative;
  margin: 0 9% 1% 52%;
  z-index: 16;
}

.overview h3.content {
  text-transform: uppercase;
}

.overview .image_view {
  text-align: right;
  margin-right: 10%;
}

.overview .image_view .image_view_item {
  position: relative;
  width: 42%;
  margin: 3.5% 4% 0 0;
  display: inline-block;
  vertical-align: top;
  z-index: 110;
  overflow: hidden;
}

.overview .image_view:before {
  content: "Block";
  width: 7px;
  height: 100px;
  background-color: #1f1f42;
  position: absolute;
  bottom: 30%;
  right: 2.5%;
  z-index: 100;
  text-indent: -9999px;
  font-size: 0;
}

.overview .image_view:after {
  content: "Block";
  width: 7px;
  height: 7px;
  background-color: #1f1f42;
  position: absolute;
  bottom: 50px;
  right: 2.5%;
  z-index: 100;
  text-indent: -9999px;
  font-size: 0;
}

.overview:before {
  content: "Block Line";
  position: absolute;
  top: 0;
  right: 2.5%;
  bottom: 0;
  border-left: 1px solid rgba(9, 9, 9, 0.4);
  font-size: 0;
  z-index: 9;
}

.overview .chatactor_asset {
  position: absolute;
  top: 6%;
  left: -2%;
  z-index: 15;
  width: 62%;
  height: 105%;
  transform: translateY(0px);
  transition: transform 0.35s ease-out;
}

.overview .chatactor_asset .name {
  position: relative;
  top: 50px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/priest.png) no-repeat top left;
  background-size: contain;
  text-indent: -9999px;
  z-index: 10;
}

.military {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 5% 0 10%;
}

.military .title {
  text-align: left;
  padding: 5% 0% 3% 50%;
  color: #ece8e1;
}

.military .title:after {
  content: "Block Line";
  position: absolute;
  top: 15%;
  right: 0;
  width: 40%;
  border-top: 1px solid rgba(236, 232, 225, 0.4);
  font-size: 0;
}

.military .title:before {
  content: "Block Box";
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #2c5b8a;
  opacity: 0.45;
  font-size: 0;
}

.military .content {
  padding: 0 20% 0 54%;
  color: #ece8e1;
}

.military .content:after {
  content: "Block Box";
  position: absolute;
  bottom: 55%;
  right: 15%;
  width: 10px;
  height: 10px;
  background-color: #2c5b8a;
  opacity: 0.45;
  font-size: 0;
}

.military .content:before {
  content: "Block Box";
  position: absolute;
  bottom: 35%;
  right: 5%;
  width: 7px;
  height: 7px;
  background-color: #2c5b8a;
  opacity: 0.45;
  font-size: 0;
}

.military h3.content {
  text-transform: uppercase;
}

.military h3.content:after {
  content: "Block Box";
  position: absolute;
  bottom: 65%;
  right: 8%;
  width: 5px;
  height: 5px;
  background-color: #2c5b8a;
  opacity: 0.45;
  font-size: 0;
}

.military h3.content:before {
  content: "Block Line";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 5%;
  right: auto;
  width: 0;
  height: 30%;
  border: 0;
  background: none;
  border-left: 1px solid rgba(236, 232, 225, 0.4);
  font-size: 0;
}

.military .control {
  position: relative;
  padding: 3.5% 0% 0 52%;
  z-index: 11;
}

.military .control:after {
  content: "Block Box";
  position: absolute;
  bottom: 30%;
  left: 5%;
  width: 8px;
  height: 8px;
  background-color: #2c5b8a;
  opacity: 0.45;
  font-size: 0;
}

.military .chatactor_asset {
  width: 45%;
  min-width: 700px;
  height: 150%;
  position: absolute;
  top: 0%;
  left: 6%;
  z-index: 10;
  transform: translateY(0px);
  transition: transform 0.35s ease-out;
}

.military .chatactor_asset .name {
  font-size: 0;
  position: relative;
  top: 300px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/lily_full.png) no-repeat top left;
  background-size: contain;
  text-indent: -9999px;
}

.map {
  position: relative;
  padding: 0 0 6% 0;
}

.map .title {
  position: relative;
  z-index: 10;
  text-align: left;
  padding: 5.5% 14% 3% 14%;
}

.map .content {
  position: relative;
  z-index: 10;
  text-align: left;
  padding: 0 58% 0 18%;
}

.map h3.content {
  text-transform: uppercase;
}

.map .control {
  text-align: left;
  padding: 3% 50% 0 16%;
}

.map:after {
  content: "Balcony";
  position: absolute;
  top: 6%;
  right: 0;
  width: 133%;
  height: 94%;
  z-index: 4;
  font-size: 0;
  background: url(../images/balcony.png) no-repeat top right;
}

.map:before {
  content: "Block";
  width: 340px;
  height: 100px;
  background-color: #ece8e1;
  position: absolute;
  bottom: -15px;
  left: -100px;
  z-index: 3;
  text-indent: -9999px;
  transform: rotate(-5deg);
}

.map .cloud {
  position: absolute;
  bottom: 34%;
  left: 54%;
  width: 450px;
  height: 406px;
  background: url(../images/cloud.png) no-repeat top left;
  font-size: 0;
  z-index: 3;
  transform: translate(0px, 0px);
  transition: transform 0.35s ease-out;
}

.world {
  position: relative;
  padding: 8% 0 0 0;
}

.world:after {
  content: "Block Box";
  position: absolute;
  top: -30px;
  left: 10%;
  width: 16%;
  height: 40px;
  border: 0;
  background-color: #2c5b8a;
  font-size: 0;
  z-index: 10;
}

.world:before {
  content: "Block Box";
  position: absolute;
  top: -30px;
  left: 24%;
  width: 5%;
  height: 40px;
  border: 0;
  background-color: #2c5b8a;
  font-size: 0;
  transform: skew(45deg, 0deg);
  z-index: 10;
}

.world .world_map {
  position: relative;
  width: 72%;
  margin: 0 auto;
}

.world .world_map .world_image .image {
  display: block;
  width: 100%;
}

.world .world_map .europe {
  top: 22%;
  left: 50%;
}

.world .world_map .korea {
  top: 31.1%;
  left: 84.6%;
}

.world .world_map .japan {
  top: 29%;
  left: 88%;
}

.world .world_map .taiwan {
  top: 41%;
  left: 84%;
}

.world .world_map .southEastAsia {
  top: 56%;
  left: 78.8%;
}

.world .world_map .unitedStates {
  top: 29%;
  left: 15%;
}

.world .world_map .brazil {
  top: 68%;
  left: 26.5%;
}

.world .title {
  z-index: 10;
  text-align: left;
  padding: 0 0% 3.5% 4%;
  font-size: 8em;
  color: #ece8e1;
}

.world .title:after {
  content: "Block Box";
  position: absolute;
  top: -30px;
  left: 31%;
  width: 16%;
  height: 40px;
  border: 0;
  background-color: #2c5b8a;
  font-size: 0;
  z-index: 40;
  transform: none;
}

.world .title:before {
  content: "Block Box";
  position: absolute;
  top: -30px;
  left: 44%;
  width: 5%;
  height: 40px;
  border: 0;
  background-color: #2c5b8a;
  font-size: 0;
  transform: skew(45deg, 0deg);
  z-index: 40;
}

.world .draw_edge:before {
  content: "Block Line";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(10% - 1px);
  width: 0;
  border: 0;
  background: none;
  border-left: 1px solid rgba(236, 232, 225, 0.4);
  font-size: 0;
  z-index: 50;
}

.world .draw_edge:after {
  content: "Block Box";
  position: absolute;
  top: -12px;
  left: 25%;
  width: 15%;
  height: 40px;
  border: 0;
  background-color: #2c5b8a;
  font-size: 0;
  transform: skew(45deg, 0deg);
  z-index: 40;
}

.marker {
  position: absolute;
  cursor: pointer;
}

.marker .preview {
  display: none;
}

.marker:hover .preview {
  display: block;
  position: absolute;
  bottom: 98px;
  left: 0px;
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2em;
  background-color: #1f1f42;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
  word-break: keep-all;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.24);
}

.marker:hover .preview:after {
  content: "Tail";
  font-size: 0;
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0px;
  height: 0px;
  transform: rotate(-90deg);
  border-top: 0px solid transparent;
  border-right: 10px solid #1f1f42;
  border-bottom: 10px solid transparent;
  z-index: 10;
}

.marker:hover .preview:before {
  content: "Block Line";
  position: absolute;
  top: 0;
  bottom: -8px;
  left: -5px;
  width: 0;
  border: 0;
  background: none;
  border-left: 1px solid rgba(236, 232, 225, 0.4);
  font-size: 0;
  z-index: 50;
}

.marker.coming .preview {
  background-color: #505050;
}

.marker.coming .preview:after {
  border-right-color: #505050;
}

.marker.red .head {
  background-color: #1f1f42;
}

.marker.red .ground {
  background-color: #1f1f42;
}

.marker.red .ground:after, .marker.red .ground:before {
  border-color: #1f1f42;
}

.marker.red:after {
  border-right-color: #1f1f42;
}

.marker.gray .head {
  background-color: #505050;
}

.marker.gray .ground {
  background-color: #505050;
}

.marker.gray .ground:after, .marker.gray .ground:before {
  border-color: #505050;
}

.marker.gray:after {
  border-right-color: #505050;
}

.marker .head {
  position: absolute;
  top: -80px;
  left: 50%;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin: 0 0 0 -23px;
}

.marker .head:before {
  content: "Ring";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #2c5b8a;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0;
  z-index: 11;
}

.marker .ground {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin: 0 0 0 -29px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  opacity: 0.4;
  transform: rotateX(45deg);
  z-index: 4;
}

.marker .ground:after {
  content: "Wave";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  font-size: 0;
  border: solid 1px #1f1f42;
  animation-duration: 0.5s;
  animation-name: markerGround;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.marker .ground:before {
  content: "Wave";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  font-size: 0;
  border: solid 1px #1f1f42;
  animation-duration: 1.2s;
  animation-name: markerGround2;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes markerGround2 {
  from {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  to {
    top: -18%;
    left: -19%;
    right: -19%;
    bottom: -20%;
  }
}

@keyframes markerGround {
  from {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  to {
    top: -14%;
    left: -15%;
    right: -15%;
    bottom: -16%;
  }
}

.marker:after {
  content: "Tail";
  font-size: 0;
  position: absolute;
  top: -44px;
  left: 50%;
  margin: 0 0 0 -23px;
  width: 0px;
  height: 0px;
  transform: rotate(-90deg);
  border-top: 22px solid transparent;
  border-right: 48px solid #1f1f42;
  border-bottom: 22px solid transparent;
  z-index: 10;
}

#footer {
  position: relative;
  padding: 5% 0;
  background-color: #111111;
  font-family: 'Rubik', sans-serif;
  font-size: 0.75em;
  line-height: 1.6em;
  color: #7E7E7E;
  text-align: center;
}

#footer .footer_logo {
  width: 85px;
  height: 55px;
  margin: 0 auto;
}

#footer .footer_logo .logo_image {
  display: block;
  width: 85px;
  height: 55px;
}

#footer .copy {
  margin: 2% 0 0;
}
