.e-shadow {
  display: none;
  overflow: hidden;
  z-index: 90;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
html,
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* si quieres que lo que no cubre el contenedor sea negro */
}

button {
  padding: 0;
  border: none 0;
  outline: none 0;
  cursor: pointer;
}
button:disabled {
  pointer-events: none;
}
.e-container {
  position: relative;
  overflow: hidden;
  min-width: 1280px;
  max-width: 1920px;
  margin: 0 auto;
}
.e-contents {
  overflow: hidden;
}
.e-event {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.e-event .img-content {
  margin-left: -320px;
}
.e-wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.e-footer p {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}
.dimmed,
.e-container:after {
  opacity: 1;
  overflow: hidden;
  z-index: 90;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.ie-lower {
  padding: 240px 0;
  min-height: 400px;
  background: url(//mimage.webzen.kr/community/v01/images/bg_dimmed.png) repeat;
  text-align: center;
}
.ie-lower .inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 30px 30px;
  width: 720px;
  background-color: #fff;
}
.ie-lower h2 {
  line-height: 1.6;
  color: #1a1a1a;
  font-size: 24px;
}
.ie-lower p {
  line-height: 1.6;
  color: #6f6f6f;
  font-size: 20px;
}
.ie-lower .browser-list {
  overflow: hidden;
  width: 380px;
  margin: 50px auto 0;
}
.ie-lower .browser-list li {
  font-size: 15px;
  color: #6f6f6f;
  float: left;
  width: 50%;
  padding-top: 132px;
  text-align: center;
  background: url(//mimage.webzen.kr/template/images/ico_chrome.svg) no-repeat
    50% 0 / auto 120px;
}
.ie-lower .browser-list li + li {
  background: url(//mimage.webzen.kr/template/images/ico_edge.svg) no-repeat 50%
    0 / auto 120px;
}
.ie-lower .browser-list a {
  display: block;
  margin: 35px auto 10px;
  width: 160px;
  height: 50px;
  font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", "Tahoma",
    "Arial", "sans-serif";
  font-weight: bold;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  color: #303030;
  background-color: #f0f0f0;
}
.ie-lower .browser-list a:hover {
  color: #fff;
  background-color: #303030;
}
.ie-lower--layer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.ie-lower-close {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99999;
  width: 35px;
  height: 35px;
  background: url(//mimage.webzen.kr/community/v01/images/btn_close.png)
    no-repeat 50%;
}
.ie-lower.dark {
  background: #000;
}
.ie-lower.dark .inner {
  background-color: #000;
}
.ie-lower.dark h2,
.ie-lower.dark p {
  color: #e8d3c0;
}
.ie-lower.dark .browser-list li {
  padding-top: 116px;
  color: #909090;
}
.ie-lower.dark .browser-list a {
  color: #303030;
  background-color: #e8d3c0;
}
.ie-lower.dark .browser-list a:hover {
  color: #fff;
  background-color: #303030;
}
.ie-lower.dark .ie-lower-close {
  background-image: url(//image.webzen.kr/Company/kor/img/popup/ban_popup_close.gif);
  background-position-x: -1px;
}
html {
  background-color: #000;
}
button {
  cursor: pointer;
}
#canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin-left: -960px;
  pointer-events: none;
}
.e-skip {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.e-blind,
.e-header .e-title {
  font-size: 0;
  color: transparent;
  line-height: 0;
  text-indent: -9999em;
}
.e-container * {
  box-sizing: border-box;
}
.e-container:after {
  display: block;
  content: "";
  -webkit-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s;
}
.e-header {
  position: relative;
  height: 900px;
  background: url("") center no-repeat;
}
.e-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("images/bg_header2.jpg") center no-repeat;
  -webkit-animation: opacityBg 4s 1s infinite linear;
  animation: opacityBg 4s 1s infinite linear;
}
.e-header .bi {
  width: 195px;
  height: 115px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
.e-header .bi a {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/bi.png") 0 0 no-repeat;
  background-size: contain;
}
.e-header .e-util {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 10;
  font-size: 0;
}
.e-header .e-util #closeToday span,
.e-header .e-util .e-btn {
  background-image: url("images/img_util.png");
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}
.e-header .e-util .btn-red,
.e-header .e-util .btn-download {
  display: inline-block;
  margin-left: 5px;
  background-position-y: 0;
}
.e-header .e-util .btn-red {
  background-position: -220px 0;
  width: 48px;
  height: 49px;
}
.e-header .e-util .btn-red:hover {
  background-position-y: calc(100% + 2px);
}
.e-header .e-util .btn-download {
  background-position: -276px 0;
  width: 48px;
  height: 49px;
}
.e-header .e-util .btn-download:hover {
  background-position-y: calc(100% + 2px);
}
.e-header .e-util #closeToday {
  display: inline-block;
  cursor: pointer;
}
.e-header .e-util #closeToday span {
  display: block;
  width: 220px;
  height: 51px;
  background-position: 0 0;
}
.e-header .e-util #closeToday input {
  display: none;
}
.e-header .e-util #closeToday input:checked + span {
  background-position-y: 100%;
}
.e-header .char {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 845px;
  background: url("images/char.png") center no-repeat;
  opacity: 0;
  -webkit-animation: slideUp 0.5s 0.5s linear forwards;
  animation: slideUp 0.5s 0.5s linear forwards;
}
.e-header .e-title {
  position: absolute;
  width: 1277px;
  height: 845px;
  left: 50%;
  transform: translateX(-50%);
  top: 230px;
  z-index: 2;
}
.e-header .e-title img {
  opacity: 0;
  width: 100%;
  -webkit-animation: opacityTitle 0.8s 1s linear forwards;
  animation: opacityTitle 0.8s 1s linear forwards;
}
.e-event {
  position: relative;
  z-index: 3;
  width: 100%;
  background: url("images/img_event.jpg") center 0 no-repeat;
}
.e-event .e-evt1 {
  height: 2980px;
}
.e-event .e-evt1 .e-btn {
  position: absolute;
  bottom: 465px;
  left: 50%;
  width: 446px;
  height: 130px;
  transform: translateX(-50%);
  background: url("images/btn_reward.png") 0 0 no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}
.e-event .e-evt1 .e-btn:hover {
  background-position-y: 50%;
}
.e-event .e-evt1 .e-btn[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.e-event .e-evt1 .e-btn.success {
  background-position-y: 100%;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
}
.e-footer {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.btn-top {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 10;
  position: absolute;
  right: 40px;
  bottom: 100px;
  width: 71px;
  height: 72px;
  background: url(images/btn_top.png) no-repeat;
}
.btn-top.active {
  position: fixed;
  opacity: 1;
}
.btn-top:hover {
  background-position-y: 100%;
}
.loaded.e-container:after {
  opacity: 0;
  z-index: -1;
}
@keyframes opacityBg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opacityTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation-box {
    position: relative
}

.animation-box .top-title,.animation-box .sub-title,.animation-box .period {
    position: absolute;
    left: 50%;
    opacity: 0;
    animation: slideUp .4s ease-in-out forwards
}

.animation-box .top-title {
    top: 430px;
    transform: translateY(-100px) translateX(-50%);
    filter: drop-shadow(3px 0 10px rgba(0,0,0,0.8))
}

.animation-box .sub-title {
    top: 590px;
    transform: translateY(100px) translateX(-50%)
}

.animation-box .period {
    top: 635px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1009px;
    height: 89px;
    background: url("images/bg_period.png") 50% 0 no-repeat;
    transform: translateX(-50%);
    animation-delay: .3s
}

.animation-box .period>div {
    display: flex;
    justify-content: center
}

.animation-box .period>div+div {
    margin-top: 5px
}

.animation-box .period>div p {
    font-size: 23px
}

.animation-box .period > div .left {
    position: relative;
    color: #f878ff;
    padding-right: 10px;
    font-weight: 600;
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

.animation-box .period > div .left::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    right: 0;
    top: 50%;
    background-color: #88f5ff;
    transform: translateY(-50%);
    box-shadow:
        -1px 0 0 #000,
         1px 0 0 #000;
}


.animation-box .period > div .right {
    color: #fff;
    padding-left: 10px;
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}


@keyframes slideUp {
    to {
        transform: translateY(0) translateX(1);
        opacity: 1
    }
}
