@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap&subset=korean");
/* reset */
html, body, div, p, img, span, a, em, strong, pre, h1, h2, h3, h4, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tbody, thead, tfoot, tr, th, td, form, fieldset, legend, caption, input, textarea, button, select, video, iframe, header, article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

main, header, article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
}

body {
  color: #fff;
  line-height: 1;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
}

input, textarea, button, select {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
}

img, fieldset, button {
  border: 0;
}

input, button, textarea {
  border: 0 none;
  outline: 0;
}

button {
  cursor: pointer;
}

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

ul, ol {
  list-style: none;
}

a, a:link {
  text-decoration: none;
  color: #fff;
}

a, img {
  vertical-align: top;
}

.blind {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

em {
  font-style: normal;
}

.gnbWrapper {
  min-width: 1280px !important;
}

/* layout */
#wrap {
  position: relative;
  overflow-x: hidden;
  min-width: 1280px;
  background: #30178c;
}

#screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}

.load #screen {
  opacity: 0;
  transition: opacity 800ms ease;
}

section {
  position: relative;
}

.container {
  position: relative;
  width: 1280px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* common */
header .logo, header .btn, .content1 .btn_wrap a, .btn_top span {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_btn.png") no-repeat;
}

section .object_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section .object_wrap div, section .object_wrap span {
  position: absolute;
}

section .caution {
  height: 38px;
}

.content .title_wrap span, .content .content_wrap {
  opacity: 0;
}

.content .content_wrap {
  transform: translateY(20px);
  transition: opacity 300ms ease, transform 500ms ease;
}

.content .title_wrap .description {
  transition: opacity 300ms linear;
}

.content .h3 {
  height: 124px;
}

.content .h3 div {
  width: 100%;
  height: 55px;
  overflow: hidden;
}

.content .h3 span {
  opacity: 0;
}

.content .h3 span:not(.dot) {
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-position-x: 0;
  transition: opacity 300ms ease, transform 400ms ease;
}

.content .h3 ._t1 {
  top: 0px;
}

.content .h3 ._t1 span {
  background-position-y: 0px;
  transform: translateY(100%) rotate(10deg);
}

.content .h3 ._t2 {
  top: 71px;
}

.content .h3 ._t2 span {
  background-position-y: -71px;
  transform: translateY(-100%) rotate(10deg);
}

.content .h3 .dot {
  top: -28px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ffd600;
  transform: translateY(50px);
  transition: opacity 0ms linear, transform 200ms cubic-bezier(0, 0.5, 0.5, 2);
}

.content.active .title_wrap span, .content.active .content_wrap {
  opacity: 1;
}

.content.active .content_wrap {
  transform: translateY(0);
  transition-delay: 500ms;
}

.content.active .description {
  transition-delay: 300ms;
}

.content.active .h3 div span {
  transform: translateY(0);
}

.content.active .h3 .dot {
  transform: translateY(0);
}

.content.active .h3 .dot._d1 {
  transition-delay: 200ms;
}

.content.active .h3 .dot._d2 {
  transition-delay: 250ms;
}

.content.active .h3 .dot._d3 {
  transition-delay: 300ms;
}

.content.active .h3 .dot._d4 {
  transition-delay: 350ms;
}

/* lnb */
#lnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 142px;
  height: 100%;
  z-index: 100;
  background: #6900be;
  transition: left 300ms ease;
}

.fixed #lnb {
  position: fixed;
}

#lnb .lnb_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#lnb a {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_lnb.png") no-repeat;
}

#lnb h1 {
  position: relative;
  height: 167px;
}

#lnb h1 a {
  position: absolute;
  top: 27px;
  left: 32px;
  width: 84px;
  height: 99px;
  background-position: -416px 0;
}

#lnb .btn_toggle {
  position: absolute;
  top: 0;
  left: 142px;
  width: 36px;
  height: 36px;
  background: #4a0086;
}

#lnb .btn_toggle span {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 22px;
  height: 3px;
  background: #fff;
  transition: all 300ms ease;
}

#lnb .btn_toggle span:first-child {
  transform: rotate(45deg) skew(-45deg);
}

#lnb .btn_toggle span:last-child {
  transform: rotate(-45deg) skew(45deg);
}

#lnb.hide {
  left: -142px;
}

#lnb.hide .btn_toggle span {
  width: 11px;
}

#lnb.hide .btn_toggle span:first-child {
  transform: rotate(45deg) skew(-45deg) translate(-5px, -6px);
}

#lnb.hide .btn_toggle span:last-child {
  transform: rotate(-45deg) skew(45deg) translate(-5px, 6px);
}

#lnb nav {
  width: 128px;
  margin: 0 auto;
}

#lnb nav li {
  margin-bottom: 25px;
}

#lnb nav li:last-child {
  margin-bottom: 0;
}

#lnb nav a {
  height: 133px;
  background-position-x: 0;
}

#lnb nav li.on a, #lnb nav a:hover {
  background-position-x: -142px;
}

#lnb nav .nav1 a {
  background-position-y: 0px;
}

#lnb nav .nav2 a {
  background-position-y: -158px;
}

#lnb nav .nav3 a {
  background-position-y: -316px;
}

#lnb nav .nav4 a {
  background-position-y: -474px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header .logo {
  position: absolute;
  top: 27px;
  left: 32px;
  width: 84px;
  height: 99px;
}

header .btn {
  height: 59px;
  background-position-y: 0;
}

header .btn:hover {
  background-position-y: -44px;
}

header .util {
  position: absolute;
  top: 34px;
  right: 24px;
  width: 126px;
  height: 52px;
  background: #6900be;
  padding: 8px 0 0 156px;
}

header .util .btn {
  height: 44px;
}

header .util ul {
  width: 126px;
  display: flex;
  justify-content: center;
}

header .util ul li {
  position: relative;
  margin: 0 9px;
}

header .util ul a {
  width: 25px;
}

header .util ul .btn_h {
  background-position-x: -290px;
}

header .util ul .btn_c {
  background-position-x: -337px;
}

header .btn_start {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 147px;
  background-position-x: -115px;
}

main {
  position: relative;
}

main:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 99.99%;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg.jpg") center top no-repeat;
  padding-left: 0.01%;
}

main .move_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1280px;
  margin-left: -640px;
}

main .move_wrap div, main .move_wrap span {
  position: absolute;
}

main .move_wrap div {
  height: 277px;
}

main .move_wrap div span {
  top: 0;
  height: 100%;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_txt_move.png") 0 0 no-repeat;
}

main .move_wrap ._m1 {
  top: 698px;
  left: -120px;
  width: 1519px;
  transform: translateX(-1800px);
}

main .move_wrap ._m2 {
  top: 1470px;
  left: 94px;
  width: 1080px;
  transform: translateX(1800px);
}

main .move_wrap ._m3 {
  top: 2688px;
  left: -23px;
  width: 1338px;
  transform: translateX(-1800px);
}

main .move_wrap ._m2 ._t1 {
  left: 0px;
  width: 230px;
  background-position: 0px 0;
}

main .move_wrap ._m2 ._t2 {
  left: 210px;
  width: 241px;
  background-position: -300px 0;
}

main .move_wrap ._m2 ._t3 {
  left: 442px;
  width: 224px;
  background-position: -600px 0;
}

main .move_wrap ._m2 ._t4 {
  left: 656px;
  width: 215px;
  background-position: -900px 0;
}

main .move_wrap ._m2 ._t5 {
  left: 865px;
  width: 215px;
  background-position: -1200px 0;
}

main .move_wrap ._m3 ._t1 {
  left: 0px;
  width: 230px;
  background-position: 0px -278px;
}

main .move_wrap ._m3 ._t2 {
  left: 217px;
  width: 224px;
  background-position: -300px -278px;
}

main .move_wrap ._m3 ._t3 {
  left: 436px;
  width: 238px;
  background-position: -600px -278px;
}

main .move_wrap ._m3 ._t4 {
  left: 648px;
  width: 237px;
  background-position: -900px -278px;
}

main .move_wrap ._m3 ._t5 {
  left: 877px;
  width: 224px;
  background-position: -1200px -278px;
}

main .move_wrap ._m3 ._t6 {
  left: 1083px;
  width: 255px;
  background-position: -1500px -278px;
}

main .move_wrap ._m1 ._t1 {
  left: 0px;
  width: 237px;
  background-position: 0px -561px;
}

main .move_wrap ._m1 ._t2 {
  left: 221px;
  width: 241px;
  background-position: -300px -561px;
}

main .move_wrap ._m1 ._t3 {
  left: 453px;
  width: 224px;
  background-position: -600px -561px;
}

main .move_wrap ._m1 ._t4 {
  left: 657px;
  width: 220px;
  background-position: -900px -561px;
}

main .move_wrap ._m1 ._t5 {
  left: 852px;
  width: 232px;
  background-position: -1200px -561px;
}

main .move_wrap ._m1 ._t6 {
  left: 1063px;
  width: 230px;
  background-position: -1500px -561px;
}

main .move_wrap ._m1 ._t7 {
  left: 1298px;
  width: 221px;
  background-position: -1800px -561px;
}

main .noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .noise:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 99.99%;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg_noise.png") center top no-repeat;
  padding-left: 0.01%;
}

main .noise:before {
  background-repeat: repeat;
  animation: noiseMove 100s infinite linear;
}

/* intro */
.intro {
  height: 1470px;
}

.intro .object_wrap span, .intro .char {
  opacity: 0;
}

.intro .char {
  position: absolute;
  top: -131px;
  left: 753px;
  width: 1045px;
  height: 1363px;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg_char_intro.png") 0 0 no-repeat;
  transform: translateX(-800px);
}

.intro .light_wrap div span, .intro .light_wrap div:before, .intro .light_wrap div:after {
  width: 100%;
  height: 100%;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_light_intro.png") 0 0 no-repeat;
}

.intro .light_wrap div:before, .intro .light_wrap div:after {
  position: absolute;
  content: "";
}

.intro .light_wrap div:before {
  top: -735px;
}

.intro .light_wrap div:after {
  top: 735px;
}

.intro .light_wrap div span {
  top: 0;
  left: 0;
}

.intro .light_wrap div:nth-child(2n) {
  animation: moveLight1 100s infinite linear, fadeLight 100s 100s infinite linear;
}

.intro .light_wrap div:nth-child(2n+1) {
  animation: moveLight2 60s infinite linear, fadeLight 100s 100s infinite linear;
}

.intro .light_wrap ._l1 {
  top: 60px;
  left: 407px;
  width: 32px;
  height: 32px;
}

.intro .light_wrap ._l1 span, .intro .light_wrap ._l1:before, .intro .light_wrap ._l1:after {
  background-position: 0 0px;
}

.intro .light_wrap ._l2 {
  top: 216px;
  left: 113px;
  width: 42px;
  height: 42px;
}

.intro .light_wrap ._l2 span, .intro .light_wrap ._l2:before, .intro .light_wrap ._l2:after {
  background-position: 0 -143px;
}

.intro .light_wrap ._l3 {
  top: 126px;
  left: 922px;
  width: 36px;
  height: 36px;
}

.intro .light_wrap ._l3 span, .intro .light_wrap ._l3:before, .intro .light_wrap ._l3:after {
  background-position: 0 -72px;
}

.intro .light_wrap ._l4 {
  top: 232px;
  left: 1414px;
  width: 40px;
  height: 40px;
}

.intro .light_wrap ._l4 span, .intro .light_wrap ._l4:before, .intro .light_wrap ._l4:after {
  background-position: 0 -218px;
}

.intro .light_wrap ._l5 {
  top: 324px;
  left: 235px;
  width: 52px;
  height: 52px;
}

.intro .light_wrap ._l5 span, .intro .light_wrap ._l5:before, .intro .light_wrap ._l5:after {
  background-position: 0 -286px;
}

.intro .light_wrap ._l6 {
  top: 349px;
  left: 1006px;
  width: 44px;
  height: 44px;
}

.intro .light_wrap ._l6 span, .intro .light_wrap ._l6:before, .intro .light_wrap ._l6:after {
  background-position: 0 -364px;
}

.intro .light_wrap ._l7 {
  top: 390px;
  left: 1365px;
  width: 30px;
  height: 30px;
}

.intro .light_wrap ._l7 span, .intro .light_wrap ._l7:before, .intro .light_wrap ._l7:after {
  background-position: 0 -445px;
}

.intro .light_wrap ._l8 {
  top: 397px;
  left: 42px;
  width: 30px;
  height: 30px;
}

.intro .light_wrap ._l8 span, .intro .light_wrap ._l8:before, .intro .light_wrap ._l8:after {
  background-position: 0 -519px;
}

.intro .diamond_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_diamond_intro.png") 0 0 no-repeat;
}

.intro .diamond_wrap ._d1 {
  top: 0px;
  left: 171px;
  width: 131px;
  height: 218px;
  background-position: 0px 0px;
  transform: translate(-100px, -50px) rotate(2deg);
}

.intro .diamond_wrap ._d2 {
  top: 577px;
  left: -222px;
  width: 355px;
  height: 510px;
  background-position: 0px -245px;
  transform: translate(200px, -200px) rotate(15deg);
}

.intro .diamond_wrap ._d3 {
  top: 1070px;
  left: -77px;
  width: 92px;
  height: 111px;
  background-position: -178px 0px;
  transform: translate(200px, -100px) rotate(30deg);
}

.intro .title_wrap div span {
  top: 0;
  height: 100%;
}

.intro .title_wrap .shadow {
  top: 102px;
  left: 2px;
  width: 1217px;
  height: 695px;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg_shadow_title.png") 0 0 no-repeat;
}

.intro .title_wrap span:not(.shadow), .intro .title_wrap .headline:before {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_title_intro.png") 0 0 no-repeat;
}

.intro .title_wrap .small {
  top: 161px;
  left: 368px;
  width: 604px;
  height: 67px;
}

.intro .title_wrap .small ._t1 {
  left: 0px;
  width: 131px;
  background-position: 0px 0;
  transform: translateX(50px);
}

.intro .title_wrap .small ._t2 {
  left: 156px;
  width: 133px;
  background-position: -156px 0;
  transform: translateX(15px);
}

.intro .title_wrap .small ._t3 {
  left: 314px;
  width: 133px;
  background-position: -314px 0;
  transform: translateX(-15px);
}

.intro .title_wrap .small ._t4 {
  left: 472px;
  width: 132px;
  background-position: -472px 0;
  transform: translateX(-50px);
}

.intro .title_wrap .headline:before {
  position: absolute;
  content: "";
  opacity: 0.5;
}

.intro .title_wrap .headline span, .intro .title_wrap .headline:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro .title_wrap .headline._h1 {
  top: 240px;
  left: 348px;
  width: 595px;
  height: 195px;
  z-index: 1;
}

.intro .title_wrap .headline._h1 span, .intro .title_wrap .headline._h1:before {
  background-position: 0 -100px;
}

.intro .title_wrap .headline._h1:before {
  transform: scale(0);
}

.intro .title_wrap .headline._h2 {
  top: 400px;
  left: 31px;
  width: 1163px;
  height: 240px;
}

.intro .title_wrap .headline._h2 span, .intro .title_wrap .headline._h2:before {
  background-position: 0 -346px;
}

.intro .title_wrap .headline._h2:before {
  transform: scale(0);
}

.intro .title_wrap .description {
  top: 637px;
  left: 333px;
  width: 612px;
  height: 91px;
}

.intro .title_wrap .description span {
  height: 40px;
}

.intro .title_wrap .description ._t1 {
  top: 0px;
  left: 0px;
  width: 644px;
  background-position: 0px -616px;
  transform: translateX(200px);
}

.intro .title_wrap .description ._t2 {
  top: 51px;
  left: 194px;
  width: 217px;
  background-position: -194px -667px;
  transform: translateX(-200px);
}

.intro .title_wrap .line {
  top: 976px;
  left: -100px;
  width: 1514px;
  height: 3px;
  background-position: 0 -1497px;
  transform: scaleX(0);
}

.intro .title_wrap .server {
  top: 767px;
  width: 440px;
  height: 440px;
}

.intro .title_wrap .server .shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position-y: -725px;
  transform: scale(0.5);
}

.intro .title_wrap .server .ribbon {
  top: 369px;
  height: 50px;
  background-position-y: -1184px;
  transform: translateY(-30px);
}

.intro .title_wrap .server .txt {
  top: 444px;
  height: 117px;
  background-position-y: -1289px;
  transform: translateY(-30px);
}

.intro .title_wrap .server._s1 {
  left: 4px;
}

.intro .title_wrap .server._s1 .shape {
  background-position-x: 0px;
}

.intro .title_wrap .server._s1 .ribbon {
  left: 132px;
  width: 186px;
  background-position-x: -132px;
}

.intro .title_wrap .server._s1 .txt {
  left: 112px;
  width: 214px;
  background-position-x: -112px;
}

.intro .title_wrap .server._s2 {
  left: 420px;
}

.intro .title_wrap .server._s2 .shape {
  background-position-x: -440px;
}

.intro .title_wrap .server._s2 .ribbon {
  left: 107px;
  width: 226px;
  background-position-x: -547px;
}

.intro .title_wrap .server._s2 .txt {
  left: 72px;
  width: 273px;
  background-position-x: -517px;
}

.intro .title_wrap .server._s3 {
  left: 836px;
}

.intro .title_wrap .server._s3 .shape {
  background-position-x: -880px;
}

.intro .title_wrap .server._s3 .ribbon {
  left: 47px;
  width: 346px;
  background-position-x: -927px;
}

.intro .title_wrap .server._s3 .txt {
  left: 107px;
  width: 213px;
  background-position-x: -987px;
}

.intro .title_wrap .caution {
  top: 1374px;
  left: 315px;
  width: 638px;
  background-position: -876px -626px !important;
}

.load .intro .object_wrap span, .load .intro .char {
  opacity: 1;
}

.load .intro .char {
  transform: translateX(0);
  transition: opacity 300ms 100ms ease, transform 1s cubic-bezier(0, 0, 0, 1);
}

.load .intro .diamond_wrap span {
  transform: translate(0, 0) rotate(0);
  transition: opacity 300ms ease, transform 1s cubic-bezier(0, 0.9, 1, 1);
}

.load .intro .title_wrap .shadow {
  transition: opacity 300ms 2000ms linear;
}

.load .intro .title_wrap .small span {
  transform: translateX(0);
  transition: opacity 300ms ease, transform 1s cubic-bezier(0, 0.1, 0, 1);
  transition-delay: 500ms;
}

.load .intro .title_wrap .caution {
  transition: opacity 300ms 2000ms linear;
}

.load .intro .title_wrap .headline:before {
  transform: scale(1);
  opacity: 0;
}

.load .intro .title_wrap .headline:before, .load .intro .title_wrap .headline span {
  transition: opacity 300ms ease, transform 0ms ease;
}

.load .intro .title_wrap .headline._h1:before, .load .intro .title_wrap .headline._h1 span {
  animation: textMove1 1.2s linear;
}

.load .intro .title_wrap .headline._h1:before {
  transition-delay: 750ms;
  animation-delay: 750ms;
}

.load .intro .title_wrap .headline._h1 span {
  transition-delay: 700ms;
  animation-delay: 700ms;
}

.load .intro .title_wrap .headline._h2:before, .load .intro .title_wrap .headline._h2 span {
  animation: textMove2 1.2s linear;
}

.load .intro .title_wrap .headline._h2:before {
  transition-delay: 950ms;
  animation-delay: 950ms;
}

.load .intro .title_wrap .headline._h2 span {
  transition-delay: 900ms;
  animation-delay: 900ms;
}

.load .intro .title_wrap .description span {
  transform: translateX(0);
  transition: opacity 300ms ease, transform 300ms ease;
}

.load .intro .title_wrap .description ._t1 {
  transition-delay: 1200ms;
}

.load .intro .title_wrap .description ._t2 {
  transition-delay: 1300ms;
}

.load .intro .title_wrap .line {
  transform: scaleX(1);
  transition: transform 1s ease;
  transition-delay: 1400ms;
}

.load .intro .title_wrap .server span {
  transition: opacity 300ms ease, transform 500ms ease;
}

.load .intro .title_wrap .server .ribbon, .load .intro .title_wrap .server .txt {
  transform: translateY(0);
}

.load .intro .title_wrap .server .shape {
  transform: scale(1);
}

.load .intro .title_wrap .server._s1 span {
  transition-delay: 1500ms;
}

.load .intro .title_wrap .server._s2 span {
  transition-delay: 1600ms;
}

.load .intro .title_wrap .server._s3 span {
  transition-delay: 1700ms;
}

/* content1 */
.content1 {
  height: 1218px;
}

.content1 .char {
  position: absolute;
  top: -245px;
  left: -499px;
  width: 1184px;
  height: 1632px;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg_char_content1.png") 0 0 no-repeat;
}

.content1 .title_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_title_content1.png") 0 0 no-repeat;
}

.content1 .title_wrap .h3 {
  top: 157px;
  left: 334px;
  width: 611px;
}

.content1 .title_wrap .h3 ._d1 {
  left: 398px;
}

.content1 .title_wrap .h3 ._d2 {
  left: 452px;
}

.content1 .title_wrap .h3 ._d3 {
  left: 525px;
}

.content1 .title_wrap .h3 ._d4 {
  left: 580px;
}

.content1 .title_wrap .description {
  top: 305px;
  left: 318px;
  width: 644px;
  height: 53px;
  background-position: 0 -148px;
}

.content1 .content_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_cnt_content1_3880395E3CF84B64.png") 0 0 no-repeat;
}

.content1 .content_wrap .table {
  top: 410px;
  left: 28px;
  width: 1224px;
  height: 559px;
}

.content1 .content_wrap .caution {
  top: 1125px;
  left: 441px;
  width: 398px;
  background-position: -413px -715px;
}

.content1 .content_wrap .btn_wrap {
  top: 1009px;
  left: 104px;
  width: 1073px;
  display: flex;
  justify-content: space-between;
}

.content1 .content_wrap a {
  height: 64px;
  background-position-y: -110px;
}

.content1 .content_wrap a:hover {
  background-position-y: -174px;
}

.content1 .content_wrap .btn_detail {
  width: 308px;
  background-position-x: 0px;
}

.content1 .content_wrap .btn_item {
  width: 308px;
  background-position-x: -322px;
}

.content1 .content_wrap .btn_yeon {
  width: 428px;
  background-position-x: -645px;
}

/* content2 */
.content2 {
  height: 1117px;
}

.content2 .char {
  position: absolute;
  top: 55px;
  left: 953px;
  width: 667px;
  height: 1472px;
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg_char_content2.png") 0 0 no-repeat;
}

.content2 .title_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_title_content2.png") 0 0 no-repeat;
}

.content2 .title_wrap .h3 {
  top: 147px;
  left: 240px;
  width: 798px;
}

.content2 .title_wrap .h3 ._d1 {
  left: 454px;
}

.content2 .title_wrap .h3 ._d2 {
  left: 510px;
}

.content2 .title_wrap .h3 ._d3 {
  left: 582px;
}

.content2 .title_wrap .h3 ._d4 {
  left: 637px;
}

.content2 .title_wrap .description {
  top: 295px;
  left: 462px;
  width: 356px;
  height: 24px;
  background-position: -222px -148px;
}

.content2 .content_wrap {
  padding-top: 502px;
}

.content2 .content_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/spr_cnt_content2.png") 0 0 no-repeat;
}

.content2 .content_wrap dl {
  position: absolute;
  top: 362px;
  left: 296px;
  width: 681px;
  height: 78px;
  background: #1a0b51;
  border: 4px solid #03f7ff;
  text-align: center;
  font-size: 0;
}

.content2 .content_wrap dl dt, .content2 .content_wrap dl dd {
  display: inline-block;
  font-size: 38px;
  line-height: 78px;
}

.content2 .content_wrap dl dt {
  color: #03f7ff;
}

.content2 .content_wrap .card_wrap {
  position: relative;
  width: 1036px;
  margin: 0 auto;
}

.content2 .content_wrap .card_wrap ul {
  *zoom: 1;
}

.content2 .content_wrap .card_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}

.content2 .content_wrap .card_wrap li {
  position: relative;
  float: left;
  width: 230px;
  margin-right: 38px;
}

.content2 .content_wrap .card_wrap li:last-child {
  margin-right: 0;
}

.content2 .content_wrap .card_wrap li > a, .content2 .content_wrap .card_wrap li span:not(.txt) {
  display: block;
  width: 100%;
  height: 280px;
}

.content2 .content_wrap .card_wrap li .front {
  background-position-y: 0;
}

.content2 .content_wrap .card_wrap li .txt {
  top: 306px;
  left: 0;
  width: 100%;
  height: 47px;
  background-position-y: -306px;
}

.content2 .content_wrap .card_wrap li .back {
  background-position-y: -360px;
  transform: rotateY(-180deg);
  opacity: 0;
}

.content2 .content_wrap .card_wrap li a {
  position: relative;
  transform: perspective(500px);
  -ms-perspective: 500px;
  transform-style: preserve-3d;
}

.content2 .content_wrap .card_wrap li a span {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 200ms linear, transform 400ms ease;
}

.content2 .content_wrap .card_wrap li a:hover .back {
  transform: rotateY(0);
  opacity: 1;
}

.content2 .content_wrap .card_wrap li a:hover .front {
  transform: rotateY(180deg);
  opacity: 0;
}

.content2 .content_wrap .card_wrap li._c1 span {
  background-position-x: 0px;
}

.content2 .content_wrap .card_wrap li._c2 span {
  background-position-x: -268px;
}

.content2 .content_wrap .card_wrap li._c3 span {
  background-position-x: -536px;
}

.content2 .content_wrap .card_wrap li._c4 span {
  background-position-x: -804px;
}

.content2 .content_wrap .caution {
  top: 905px;
  left: 188px;
  width: 908px;
  height: 68px;
  background-position: -64px -708px;
}

footer {
  position: relative;
}

footer .caution {
  height: 316px;
  background: #1a0b51;
}

footer .caution .container {
  background: url("https://lwi.nexon.com/baram/2020/0715_event_CA8C91F99C7B5E3F/bg_caution_footer.png") center top no-repeat;
}

footer .copyright {
  width: 100%;
  height: 132px;
  line-height: 132px;
  background: #000;
  text-align: center;
  font-size: 12px;
  font-family: '굴림', 'gulim', sans-serif;
  color: #8c8c8d;
}

.btn_top {
  display: none;
  position: fixed;
  top: 50%;
  right: 24px;
  width: 44px;
  background: #8f18f0;
  padding-top: 57px;
  margin-top: -47px;
}

.btn_top span {
  display: block;
}

.btn_top.show {
  display: block;
}

.btn_top .arrow {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 15px;
  background-position: -416px 0;
  filter: alpha(opacity=100);
  opacity: 0;
}

.btn_top .arrow._a1 {
  top: 11px;
  animation: arrowOpacity1 1.5s infinite linear;
  animation-delay: 200ms;
}

.btn_top .arrow._a2 {
  top: 22px;
  animation: arrowOpacity2 1.5s infinite linear;
  animation-delay: 100ms;
}

.btn_top .arrow._a3 {
  top: 33px;
  animation: arrowOpacity3 1.5s infinite linear;
  animation-delay: 0ms;
}

.btn_top .top {
  width: 100%;
  height: 37px;
  background-color: #600aa5;
  background-position: -404px -24px;
}

.naver .btn_top {
  display: none !important;
}

@keyframes fadeLight {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moveLight1 {
  0% {
    transform: translate(0, 735px);
  }
  100% {
    transform: translate(-100px, -735px);
  }
}

@keyframes moveLight2 {
  0% {
    transform: translate(0, 735px);
  }
  100% {
    transform: translate(100px, -735px);
  }
}

@keyframes noiseMove {
  from {
    background-position: 50% 0;
  }
  to {
    background-position: 50% -100%;
  }
}

@keyframes textMove1 {
  0% {
    transform: translateX(500px);
  }
  15% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes textMove2 {
  0% {
    transform: translateX(-500px);
  }
  20% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes arrowOpacity1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowOpacity2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowOpacity3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
