@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&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;
}

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: "Nanum Gothic", "맑은 고딕", "Malgun gothic", "돋움", "dotum", sans-serif;
}

input, textarea, button, select {
  font-size: 16px;
  font-family: "Nanum Gothic", "맑은 고딕", "Malgun gothic", "돋움", "dotum", 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;
}

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

section {
  position: relative;
}

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

/* common */
header .logo, header .btn, .btn_top, .layerpop button, .layerpop .btn_survey, .content_wrap a, .content1 .input_wrap button, .content1 .btn_wrap button span, .content2 button, .yeon a {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/spr_btn.png") no-repeat;
}

.agree_wrap {
  display: flex;
  flex-flow: row wrap;
}

.agree_wrap .checkbox {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  box-sizing: border-box;
}

.agree_wrap .checkbox.checked .check {
  position: absolute;
  top: 0;
  left: 2px;
  width: 19px;
  height: 14px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_checkbox.png") 0 0 no-repeat;
}

.agree_wrap .checkbox input {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.agree_wrap .checkbox + label {
  line-height: 20px;
}

main > .bg, main > .noise {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

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

main .noise {
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_noise.png") repeat-x;
  opacity: 0.08;
  animation: lineMove 10s infinite linear;
}

main canvas {
  position: absolute;
  top: 0;
  left: 50%;
}

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

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

#lnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 142px;
  height: 100%;
  z-index: 100;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/spr_lnb.png") -558px 0 no-repeat;
  transition: left 300ms ease;
}

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

.fixed #lnb {
  position: fixed;
}

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

#lnb h1 {
  position: relative;
  height: 148px;
  margin-bottom: 19px;
}

#lnb h1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 112px;
  height: 3px;
  background: #6D17E1;
  border-radius: 6px;
  overflow: hidden;
  margin-left: -56px;
}

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

#lnb .btn_toggle {
  position: absolute;
  top: 0;
  left: 142px;
  width: 40px;
  height: 60px;
  background-position: -420px -124px;
}

#lnb .btn_toggle:hover {
  background-position-x: -460px;
}

#lnb .btn_toggle:hover span {
  border-color: #ffdd4b;
}

#lnb .btn_toggle:hover span:before {
  border-color: #5200CD !important;
}

#lnb .btn_toggle span {
  position: absolute;
  top: 18px;
  left: 9px;
  width: 18px;
  height: 0;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 6px;
  transition: all 300ms ease;
}

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

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

#lnb .btn_toggle span:last-child:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  width: 50%;
  height: 0;
  border: 1px solid #7713FF;
}

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

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

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

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

#lnb.hide .btn_toggle span:last-child:before {
  top: 2px;
  left: 4px;
}

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

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

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

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

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

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

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

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

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

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

header .util {
  position: absolute;
  top: 14px;
  right: 10px;
  height: 40px;
  padding-left: 209px;
}

header .util ul {
  width: 89px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .util ul a {
  width: 40px;
  height: 40px;
  background-position-y: -9px;
}

header .util ul a:hover {
  background-position-y: -63px;
}

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

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

header .btn_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
  height: 54px;
  background-position: -201px 0;
}

header .btn_start:hover {
  background-position-y: -54px;
}

.intro {
  height: 1100px;
}

.intro .object_wrap span {
  opacity: 0;
}

.intro .perspective {
  height: 1000px;
  transform: perspective(500px);
  -ms-perspective: 500px;
  transform-style: preserve-3d;
}

.intro .title_wrap {
  z-index: 1;
}

.intro .title_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/spr_tit_intro.png") 0 0 no-repeat;
}

.intro .title_wrap .slogan, .intro .title_wrap .headline, .intro .title_wrap .event {
  transform: translateZ(-3000px);
}

.intro .title_wrap .description, .intro .title_wrap .h3, .intro .title_wrap .date {
  transform: translateZ(-50px);
}

.intro .title_wrap .slogan {
  top: 180px;
  left: 426px;
  width: 429px;
  height: 75px;
}

.intro .title_wrap .headline {
  top: 262px;
  left: 169px;
  width: 950px;
  height: 264px;
  background-position: 0 -548px;
}

.intro .title_wrap .event {
  top: 458px;
  left: 467px;
  width: 359px;
  height: 145px;
  background-position: -591px 0;
}

.intro .title_wrap .description {
  top: 836px;
  left: 318px;
  width: 638px;
  height: 43px;
  background-position: 0 -257px;
}

.intro .title_wrap .h3 {
  top: 907px;
  left: 528px;
  width: 259px;
  height: 106px;
  background-position: 0 -329px;
}

.intro .title_wrap .date {
  top: 1000px;
  left: 432px;
  width: 420px;
  height: 22px;
  background-position: 0 -458px;
}

.intro .sun_wrap .sun {
  top: 3px;
  left: 239px;
  width: 807px;
  height: 807px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_sun_intro.png") 0 0 no-repeat;
}

.intro .land_wrap ._l1 {
  top: 312px;
  left: -564px;
  width: 1255px;
  height: 753px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_land1_intro.png") 0 0 no-repeat;
  transform: translateX(200px);
}

.intro .land_wrap ._l2 {
  top: 409px;
  left: 748px;
  width: 1464px;
  height: 659px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_land2_intro.png") 0 0 no-repeat;
  transform: translateX(-200px);
}

.intro .char_wrap ._c1 {
  top: -182px;
  left: -282px;
  width: 1431px;
  height: 975px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_char1_intro.png") 0 0 no-repeat;
}

.intro .char_wrap ._c2 {
  top: -108px;
  left: 885px;
  width: 804px;
  height: 1104px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_char2_intro.png") 0 0 no-repeat;
  z-index: 1;
  transform: translate(0px, 50px);
}

.intro .char_wrap ._c3 {
  top: 115px;
  left: 373px;
  width: 777px;
  height: 1029px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_char3_intro.png") 0 0 no-repeat;
  z-index: 1;
  transform: translate(50px, 0px);
}

.intro .light_wrap {
  z-index: 1;
}

.intro .light_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/spr_light_intro.png") 0 0 no-repeat;
  transform: translateZ(-5000px) rotate(-30deg);
}

.intro .light_wrap ._l1 {
  top: 351px;
  left: 534px;
  width: 72px;
  height: 66px;
  background-position: 0 0px;
  transition: opacity 500ms 1870ms linear, transform 1s 1970ms linear;
}

.intro .light_wrap ._l2 {
  top: 396px;
  left: 595px;
  width: 51px;
  height: 45px;
  background-position: 0 -66px;
  transition: opacity 500ms 1860ms linear, transform 1s 1960ms linear;
}

.intro .light_wrap ._l3 {
  top: 469px;
  left: 519px;
  width: 66px;
  height: 56px;
  background-position: 0 -111px;
  transition: opacity 500ms 1850ms linear, transform 1s 1950ms linear;
}

.intro .light_wrap ._l4 {
  top: 561px;
  left: 733px;
  width: 59px;
  height: 53px;
  background-position: 0 -167px;
  transition: opacity 500ms 1840ms linear, transform 1s 1940ms linear;
}

.intro .light_wrap ._l5 {
  top: 584px;
  left: 811px;
  width: 77px;
  height: 62px;
  background-position: 0 -220px;
  transition: opacity 500ms 1830ms linear, transform 1s 1930ms linear;
}

.intro .light_wrap ._l6 {
  top: 500px;
  left: 327px;
  width: 117px;
  height: 104px;
  background-position: 0 -282px;
  transition: opacity 500ms 1820ms linear, transform 1s 1920ms linear;
}

.intro .light_wrap ._l7 {
  top: 265px;
  left: 621px;
  width: 54px;
  height: 55px;
  background-position: 0 -386px;
  transition: opacity 500ms 1810ms linear, transform 1s 1910ms linear;
}

.intro .light_wrap ._l8 {
  top: 318px;
  left: 695px;
  width: 60px;
  height: 52px;
  background-position: 0 -441px;
  transition: opacity 500ms 1800ms linear, transform 1s 1900ms linear;
}

.intro .light_wrap ._l9 {
  top: 640px;
  left: 455px;
  width: 87px;
  height: 68px;
  background-position: 0 -493px;
  transition: opacity 500ms 1790ms linear, transform 1s 1890ms linear;
}

.intro .light_wrap ._l10 {
  top: 655px;
  left: 608px;
  width: 55px;
  height: 57px;
  background-position: 0 -561px;
  transition: opacity 500ms 1780ms linear, transform 1s 1880ms linear;
}

.intro .light_wrap ._l11 {
  top: 157px;
  left: 449px;
  width: 79px;
  height: 70px;
  background-position: 0 -618px;
  transition: opacity 500ms 1770ms linear, transform 1s 1870ms linear;
}

.intro .light_wrap ._l12 {
  top: 410px;
  left: 220px;
  width: 122px;
  height: 69px;
  background-position: 0 -688px;
  transition: opacity 500ms 1760ms linear, transform 1s 1860ms linear;
}

.intro .light_wrap ._l13 {
  top: 467px;
  left: 190px;
  width: 145px;
  height: 76px;
  background-position: 0 -757px;
  transition: opacity 500ms 1750ms linear, transform 1s 1850ms linear;
}

.intro .light_wrap ._l14 {
  top: 603px;
  left: 234px;
  width: 99px;
  height: 136px;
  background-position: 0 -833px;
  transition: opacity 500ms 1740ms linear, transform 1s 1840ms linear;
}

.intro .light_wrap ._l15 {
  top: 596px;
  left: 403px;
  width: 57px;
  height: 62px;
  background-position: 0 -969px;
  transition: opacity 500ms 1730ms linear, transform 1s 1830ms linear;
}

.intro .light_wrap ._l16 {
  top: 641px;
  left: 1159px;
  width: 198px;
  height: 144px;
  background-position: 0 -1031px;
  transition: opacity 500ms 1720ms linear, transform 1s 1820ms linear;
}

.intro .light_wrap ._l17 {
  top: 839px;
  left: 1355px;
  width: 85px;
  height: 73px;
  background-position: 0 -1175px;
  transition: opacity 500ms 1710ms linear, transform 1s 1810ms linear;
}

.intro .light_wrap ._l18 {
  top: 303px;
  left: 1343px;
  width: 236px;
  height: 73px;
  background-position: 0 -1248px;
  transition: opacity 500ms 1700ms linear, transform 1s 1800ms linear;
}

.intro .light_wrap ._l19 {
  top: 163px;
  left: 1332px;
  width: 224px;
  height: 136px;
  background-position: 0 -1321px;
  transition: opacity 500ms 1690ms linear, transform 1s 1790ms linear;
}

.intro .light_wrap ._l20 {
  top: 340px;
  left: 891px;
  width: 95px;
  height: 61px;
  background-position: 0 -1457px;
  transition: opacity 500ms 1680ms linear, transform 1s 1780ms linear;
}

.intro .light_wrap ._l21 {
  top: 259px;
  left: 1021px;
  width: 75px;
  height: 59px;
  background-position: 0 -1518px;
  transition: opacity 500ms 1670ms linear, transform 1s 1770ms linear;
}

.intro .light_wrap ._l22 {
  top: 272px;
  left: 735px;
  width: 128px;
  height: 116px;
  background-position: 0 -1577px;
  transition: opacity 500ms 1660ms linear, transform 1s 1760ms linear;
}

.intro .light_wrap ._l23 {
  top: 232px;
  left: 792px;
  width: 65px;
  height: 55px;
  background-position: 0 -1693px;
  transition: opacity 500ms 1650ms linear, transform 1s 1750ms linear;
}

.intro .light_wrap ._l24 {
  top: 23px;
  left: 556px;
  width: 106px;
  height: 86px;
  background-position: 0 -1748px;
  transition: opacity 500ms 1640ms linear, transform 1s 1740ms linear;
}

.intro .light_wrap ._l25 {
  top: -70px;
  left: 330px;
  width: 157px;
  height: 128px;
  background-position: 0 -1834px;
  transition: opacity 500ms 1630ms linear, transform 1s 1730ms linear;
}

.intro .light_wrap ._l26 {
  top: -50px;
  left: 70px;
  width: 88px;
  height: 123px;
  background-position: 0 -1962px;
  transition: opacity 500ms 1620ms linear, transform 1s 1720ms linear;
}

.intro .light_wrap ._l27 {
  top: 315px;
  left: -222px;
  width: 169px;
  height: 134px;
  background-position: 0 -2085px;
  transition: opacity 500ms 1610ms linear, transform 1s 1710ms linear;
}

.intro .light_wrap ._l28 {
  top: 471px;
  left: -193px;
  width: 171px;
  height: 74px;
  background-position: 0 -2219px;
  transition: opacity 500ms 1600ms linear, transform 1s 1700ms linear;
}

.intro .light_wrap ._l29 {
  top: 778px;
  left: 387px;
  width: 89px;
  height: 77px;
  background-position: 0 -2293px;
  transition: opacity 500ms 1590ms linear, transform 1s 1690ms linear;
}

.intro .light_wrap ._l30 {
  top: 792px;
  left: 652px;
  width: 73px;
  height: 71px;
  background-position: 0 -2370px;
  transition: opacity 500ms 1580ms linear, transform 1s 1680ms linear;
}

.intro .light_wrap ._l31 {
  top: 788px;
  left: 754px;
  width: 247px;
  height: 125px;
  background-position: 0 -2441px;
  transition: opacity 500ms 1570ms linear, transform 1s 1670ms linear;
}

.intro .light_wrap ._l32 {
  top: 204px;
  left: 845px;
  width: 100px;
  height: 93px;
  background-position: 0 -2566px;
  transition: opacity 500ms 1560ms linear, transform 1s 1660ms linear;
}

.intro .light_wrap ._l33 {
  top: 205px;
  left: 940px;
  width: 71px;
  height: 66px;
  background-position: 0 -2659px;
  transition: opacity 500ms 1550ms linear, transform 1s 1650ms linear;
}

.intro .light_wrap ._l34 {
  top: 174px;
  left: 779px;
  width: 61px;
  height: 65px;
  background-position: 0 -2725px;
  transition: opacity 500ms 1540ms linear, transform 1s 1640ms linear;
}

.intro .light_wrap ._l35 {
  top: 165px;
  left: 695px;
  width: 64px;
  height: 75px;
  background-position: 0 -2790px;
  transition: opacity 500ms 1530ms linear, transform 1s 1630ms linear;
}

.intro .light_wrap ._l36 {
  top: 159px;
  left: 259px;
  width: 167px;
  height: 165px;
  background-position: 0 -2865px;
  transition: opacity 500ms 1520ms linear, transform 1s 1620ms linear;
}

.intro .light_wrap ._l37 {
  top: 188px;
  left: 146px;
  width: 83px;
  height: 74px;
  background-position: 0 -3030px;
  transition: opacity 500ms 1510ms linear, transform 1s 1610ms linear;
}

.intro .light_wrap ._l38 {
  top: 299px;
  left: 42px;
  width: 198px;
  height: 98px;
  background-position: 0 -3104px;
  transition: opacity 500ms 1500ms linear, transform 1s 1600ms linear;
}

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

.intro.load .perspective span {
  transform: translateZ(0) scale(1);
}

.intro.load .land_wrap span {
  transform: translateX(0);
  transition: opacity 300ms ease, transform 2s 300ms cubic-bezier(0, 0.6, 0.9, 1);
}

.intro.load .sun_wrap .sun {
  animation: sunMove 2000ms 700ms linear;
  transition: opacity 0ms 2700ms linear;
}

.intro.load .title_wrap .slogan, .intro.load .title_wrap .headline, .intro.load .title_wrap .event {
  transition: opacity 300ms ease, transform 300ms cubic-bezier(0, 0.6, 0.8, 1);
}

.intro.load .title_wrap .h3, .intro.load .title_wrap .description, .intro.load .title_wrap .date {
  transition: opacity 300ms linear, transform 500ms ease;
}

.intro.load .title_wrap .slogan {
  transition-delay: 2200ms;
}

.intro.load .title_wrap .headline {
  transition-delay: 2400ms;
}

.intro.load .title_wrap .event {
  transition-delay: 2600ms;
}

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

.intro.load .title_wrap .h3 {
  transition-delay: 3200ms;
}

.intro.load .title_wrap .date {
  transition-delay: 3200ms;
}

.intro.load .char_wrap span {
  transform: translate(0, 0);
  transition: opacity 500ms linear, transform 500ms ease;
}

.intro.load .char_wrap ._c1 {
  transition-delay: 500ms;
}

.intro.load .char_wrap ._c2 {
  transition-delay: 700ms;
}

.intro.load .char_wrap ._c3 {
  transition-delay: 900ms;
}

.content {
  height: 2270px;
}

.content .object_wrap span {
  opacity: 0;
}

.content .object_wrap.active span {
  opacity: 1;
}

.content .triangle_wrap {
  top: -441px;
}

.content .triangle_wrap ._t1 {
  top: 130px;
  left: -90px;
  width: 1459px;
  height: 672px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_triangle1.png") 0 0 no-repeat;
  transform: translateY(-100px);
}

.content .triangle_wrap ._t2 {
  top: -43px;
  left: -90px;
  width: 1459px;
  height: 756px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_triangle2.png") 0 0 no-repeat;
  transform: translateY(-80px);
}

.content .triangle_wrap ._t3 {
  top: -44px;
  left: -90px;
  width: 1459px;
  height: 707px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_triangle3.png") 0 0 no-repeat;
  transform: translateY(-60px);
}

.content .triangle_wrap ._t4 {
  top: -261px;
  left: -90px;
  width: 1459px;
  height: 884px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_triangle4.png") 0 0 no-repeat;
  transform: translateY(-40px);
}

.content .triangle_wrap ._t5 {
  top: 0px;
  left: -183px;
  width: 1780px;
  height: 582px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_triangle5.png") 0 0 no-repeat;
  transform: translateY(-20px);
}

.content .triangle_wrap.active span {
  transform: translateY(0);
  transition: opacity 500ms linear, transform 1s ease;
}

.content .triangle_wrap.active ._t1 {
  transition-delay: 400ms;
}

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

.content .triangle_wrap.active ._t3 {
  transition-delay: 200ms;
}

.content .triangle_wrap.active ._t4 {
  transition-delay: 100ms;
}

.content .triangle_wrap.active ._t5 {
  transition-delay: 0ms;
}

.content .square_wrap {
  top: 383px;
  left: 102px;
  width: 1065px;
  height: 1065px;
}

.content .square_wrap ._s1 {
  top: 127px;
  left: 236px;
  width: 594px;
  height: 606px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_square1.png") 0 0 no-repeat;
  transform: scale(0.9);
}

.content .square_wrap ._s2 {
  top: 104px;
  left: 208px;
  width: 650px;
  height: 650px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_square2.png") 0 0 no-repeat;
  transform: scale(0.8);
}

.content .square_wrap ._s3 {
  top: 70px;
  left: 181px;
  width: 705px;
  height: 719px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_square3.png") 0 0 no-repeat;
  transform: scale(0.7);
}

.content .square_wrap ._s4 {
  top: 27px;
  left: 131px;
  width: 804px;
  height: 804px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_square4.png") 0 0 no-repeat;
  transform: scale(0.6);
}

.content .square_wrap ._s5 {
  top: -25px;
  left: 88px;
  width: 891px;
  height: 909px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_square5.png") 0 0 no-repeat;
  transform: scale(0.5);
}

.content .square_wrap ._s6 {
  top: -100px;
  left: 0px;
  width: 1065px;
  height: 1065px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_square6.png") 0 0 no-repeat;
  transform: scale(0.4);
}

.content .square_wrap.active {
  animation: sqaureRotate 360s infinite linear;
}

.content .square_wrap.active span {
  transform: scale(1);
  transition: opacity 500ms linear, transform 1s ease;
}

.content .square_wrap.active ._s1 {
  transition-delay: 0ms;
}

.content .square_wrap.active ._s2 {
  transition-delay: 80ms;
}

.content .square_wrap.active ._s3 {
  transition-delay: 160ms;
}

.content .square_wrap.active ._s4 {
  transition-delay: 240ms;
}

.content .square_wrap.active ._s5 {
  transition-delay: 320ms;
}

.content .square_wrap.active ._s6 {
  transition-delay: 400ms;
}

.content .fill_wrap {
  top: 194px;
  opacity: 0.5;
}

.content .fill_wrap span {
  top: 0;
  width: 0;
  height: 1464px;
}

.content .fill_wrap ._f1 {
  right: 640px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_fill1.png") 100% 50% no-repeat;
  transform-origin: 100% 50%;
}

.content .fill_wrap ._f2 {
  left: 640px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_fill2.png") 0% 50% no-repeat;
  transform-origin: 0% 50%;
}

.content .fill_wrap.active span {
  width: 1280px;
  transition: opacity 500ms linear, width 1s ease;
}

.content .fill_wrap.active ._f1 {
  animation: fillRotate1 10s infinite alternate linear;
}

.content .fill_wrap.active ._f2 {
  animation: fillRotate2 10s infinite alternate linear;
}

.content .content_wrap {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-left: 34px;
}

.content .content_wrap > span, .content .content_wrap .gift_list span {
  position: absolute;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/spr_content.png") 0 0 no-repeat;
}

.content .content_wrap .caution li {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #beaaeb;
  padding-left: 31px;
  margin-bottom: 4px;
}

.content .content_wrap .caution li:before {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  width: 10px;
  height: 3px;
  border-radius: 5px;
  background: #a98fd8;
}

.content .content_wrap .caution li em {
  color: #fbdd4f;
}

.content .title {
  top: 0;
  left: 33px;
  width: 780px;
}

.content .gradient {
  position: absolute;
  top: 298px;
  left: 50%;
  width: 2560px;
  height: 1124px;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_gradient.png") 0 0 no-repeat;
  margin-left: -1280px;
}

.content .content1 {
  top: 316px;
  padding-top: 238px;
}

.content .content1 .title {
  height: 190px;
}

.content .content1 .banner._b1 {
  top: -35px;
  left: 861px;
  width: 1295px;
  height: 485px;
  background-position: 0px -470px;
}

.content .content1 .banner._b2 {
  top: 423px;
  left: 855px;
  width: 513px;
  height: 285px;
  background-position: -837px 0px;
}

.content .content1 .banner a {
  position: absolute;
  top: 169px;
  left: 115px;
  width: 224px;
  height: 54px;
  background-position: 0 -127px;
}

.content .content1 .banner a:hover {
  background-position-x: -224px;
}

.content .content1 .form {
  position: relative;
}

.content .content1 .form .input_wrap {
  width: 788px;
  position: relative;
  height: 74px;
}

.content .content1 .form .input_wrap:before {
  width: 490px;
  position: absolute;
  top: 0;
  left: -9px;
  content: "";
  height: 100%;
  background: #fff;
  border-radius: 14px;
  transform: skewX(-10deg);
}

.content .content1 .form .input_wrap input {
  position: relative;
  width: 481px;
  display: block;
  height: 100%;
  background: none;
  color: #29194a;
  font-size: 28px;
  font-family: 'tahoma', sans-serif;
  font-weight: bold;
  padding-left: 31px;
}

.content .content1 .form .input_wrap input::placeholder {
  color: #af95b8;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Nanum Gothic', sans-serif;
}

.content .content1 .form .input_wrap input:-ms-input-placeholder {
  color: #af95b8;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Nanum Gothic', sans-serif;
}

.content .content1 .form .input_wrap button {
  position: absolute;
  top: 0;
  width: 148px;
  height: 100%;
}

.content .content1 .form .input_wrap button:hover {
  background-position-x: -148px;
}

.content .content1 .form .input_wrap .btn_refresh {
  right: 0;
  background-position: 0 -314px;
}

.content .content1 .form .input_wrap .btn_change {
  right: 151px;
  background-position: 0 -213px;
}

.content .content1 .form .input_wrap .disabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #af95b8;
  font-size: 26px;
  line-height: 74px;
}

.content .content1 .form .input_wrap .disabled a {
  color: inherit;
  background: none;
  text-indent: 0;
  text-decoration: underline;
}

.content .content1 .form .input_wrap .disabled a, .content .content1 .form .input_wrap .disabled span {
  position: relative;
  display: block;
  padding-left: 31px;
}

.content .content1 .form .input_wrap .disabled:before {
  width: 794px;
  position: absolute;
  top: 0;
  left: -9px;
  content: "";
  height: 100%;
  background: #fff;
  border-radius: 14px;
  transform: skewX(-10deg);
}

.content .content1 .form .agree_wrap {
  padding-top: 29px;
}

.content .content1 .form .agree_wrap .checkbox {
  border-color: #fff;
}

.content .content1 .form .agree_wrap label {
  margin-left: 10px;
}

.content .content1 .form .agree_wrap .btn_agree {
  width: 124px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: -6px 0 0 17px;
}

.content .content1 .form .caution {
  margin-top: 20px;
}

.content .content1 .form .btn_wrap {
  width: 490px;
  height: 112px;
  margin: 39px 0 0 158px;
}

.content .content1 .form .btn_wrap button {
  position: relative;
  width: 490px;
  height: 112px;
  overflow: visible;
  background: none;
}

.content .content1 .form .btn_wrap button span {
  position: absolute;
  top: 0;
  left: -14px;
  pointer-events: none;
  width: 525px;
  height: 152px;
  background-position: 0 -428px;
}

.content .content1 .form .btn_wrap button:hover span {
  background-position-y: -580px;
}

.content .content1 .form .btn_wrap.disabled button span {
  background-position-y: -732px;
}

.content .content2 {
  top: 1159px;
  padding-top: 168px;
}

.content .content2 .title {
  height: 115px;
  background-position: 0 -264px;
}

.content .content2 .gift_list {
  *zoom: 1;
  margin: 0 0 88px -7px;
}

.content .content2 .gift_list:after {
  content: "";
  display: block;
  clear: both;
}

.content .content2 .gift_list li {
  position: relative;
  float: left;
  width: 422px;
  height: 450px;
  margin-right: -18px;
}

.content .content2 .gift_list li .item {
  top: 0;
  left: 31px;
  width: 391px;
  height: 266px;
}

.content .content2 .gift_list li .text {
  bottom: 0;
  left: 0;
  width: 341px;
  height: 184px;
}

.content .content2 .gift_list li .gift_btn {
  position: absolute;
  top: 425px;
  left: 24px;
  width: 348px;
  height: 77px;
}

.content .content2 .gift_list li .gift_btn button {
  width: 100%;
  height: 100%;
  background-position: 0 -897px;
}

.content .content2 .gift_list li .gift_btn button:hover {
  background-position-y: -974px;
}

.content .content2 .gift_list li.disabled .item {
  background-position-y: -1515px;
}

.content .content2 .gift_list li.disabled .gift_btn button {
  background-position-y: -1051px;
}

.content .content2 .gift_list ._g1 .item {
  background-position: 0px -1063px;
}

.content .content2 .gift_list ._g1 .text {
  background-position: 0px -1331px;
}

.content .content2 .gift_list ._g2 .item {
  background-position: -425px -1063px;
}

.content .content2 .gift_list ._g2 .text {
  background-position: -405px -1331px;
}

.content .content2 .gift_list ._g3 .item {
  background-position: -850px -1063px;
}

.content .content2 .gift_list ._g3 .text {
  background-position: -810px -1331px;
}

.content .yeon {
  position: absolute;
  left: 53px;
  bottom: 109px;
  width: 1172px;
  height: 148px;
  z-index: 1;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/bg_yeon.png") 0 0 no-repeat;
}

.content .yeon a {
  position: absolute;
  left: 10px;
  bottom: 7px;
  width: 670px;
  height: 66px;
  background-position: 0 -1154px;
}

.content .yeon a:hover {
  background-position-y: -1220px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
  text-align: center;
}

footer p {
  font-size: 12px;
  color: #8464c5;
}

.btn_top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 54px;
  height: 119px;
  background-position: -117px 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 300ms ease, transform 300ms cubic-bezier(0, 0.3, 1, 1.2);
}

.btn_top.show {
  transform: translateY(0);
  opacity: 1;
}

.layerpop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  opacity: 0;
  transition: opacity 200ms ease;
  background: rgba(0, 0, 0, 0.5);
}

.layerpop.pop_get h3, .layerpop.pop_get h4, .layerpop .pop_reserve .survey_message {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/spr_pop.png") no-repeat;
}

.layerpop.show {
  display: block;
}

.layerpop.fade {
  opacity: 1;
}

.layerpop .pop_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
}

.layerpop .pop_content {
  position: relative;
  width: 860px;
  background: #fff;
  border-radius: 50px 50px 30px 30px;
  flex: none;
  margin: auto;
  letter-spacing: -0.5px;
}

.layerpop .pop_content .btn_x {
  position: absolute;
  top: 0;
  right: -85px;
  width: 70px;
  height: 70px;
  background-position: -600px 0;
}

.layerpop .pop_content .btn_x:hover {
  background-position-y: -70px;
}

.layerpop .pop_content > div {
  padding-left: 54px;
  padding-right: 54px;
}

.layerpop .pop_header {
  background: linear-gradient(to bottom, #9e4ffb 0%, #9e4ffb 50%, #d928ff 100%);
  border-radius: 30px 30px 0 0;
}

.layerpop .pop_body {
  position: relative;
}

.layerpop .pop_footer {
  background: #f2ecf2;
  border-radius: 0 0 30px 30px;
  padding-top: 25px;
  padding-bottom: 29px;
}

.layerpop .pop_footer li {
  font-size: 12px;
  line-height: 17px;
  color: #aa8cb4;
  margin-bottom: 3px;
}

.layerpop .pop_footer li:last-child {
  margin-bottom: 0;
}

.layerpop .btn_wrap {
  height: 68px;
  font-size: 0;
  text-align: center;
  padding-left: 25px;
}

.layerpop .btn_wrap a, .layerpop .btn_wrap button {
  display: inline-block;
  height: 100%;
  background-position-y: -1291px;
}

.layerpop .btn_wrap a:hover, .layerpop .btn_wrap button:hover {
  background-position-y: -1359px;
}

.layerpop .btn_wrap .btn_cancel {
  width: 175px;
}

.layerpop .btn_wrap .btn_get {
  width: 340px;
  background-position-x: -184px;
}

.pop_get .pop_header {
  height: 218px;
  padding-top: 48px;
}

.pop_get .pop_header h3 {
  height: 90px;
  margin-bottom: 24px;
}

.pop_get .pop_header .item_list {
  *zoom: 1;
}

.pop_get .pop_header .item_list:after {
  content: "";
  display: block;
  clear: both;
}

.pop_get .pop_header .item_list li {
  float: left;
  position: relative;
  width: 234px;
  line-height: 21px;
  padding-left: 16px;
  margin-bottom: 5px;
}

.pop_get .pop_header .item_list li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #fbdd4f;
  border-radius: 100%;
}

.pop_get .pop_body {
  padding-bottom: 38px;
}

.pop_get .select_wrap {
  position: relative;
  display: flex;
  background: #8430e7;
  height: 64px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: -33px;
}

.pop_get .select_wrap h4 {
  height: 14px;
  margin-right: 20px;
}

.pop_get .select_wrap h4.server {
  width: 28px;
  background-position: 0 -102px;
}

.pop_get .select_wrap h4.char {
  width: 40px;
  background-position: -35px -102px;
  margin-left: 50px;
}

.pop_get .select_wrap .select {
  position: relative;
  width: 245px;
  height: 50px;
  line-height: 50px;
  background: #9641fb;
}

.pop_get .select_wrap .select a {
  display: block;
  font-size: 18px;
  padding-left: 27px;
}

.pop_get .select_wrap .select .default {
  background: url("https://lwi.nexon.com/baram/2020/0709_intro_0F34F027E71CB82C/blt_select.png") 0 0 no-repeat;
}

.pop_get .select_wrap .select .options {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  background: #9641fb;
  max-height: 200px;
}

.pop_get .select_wrap .select .options .os-scrollbar-handle {
  background: #fedd4b;
}

.pop_get .select_wrap .select ul {
  padding: 0 10px 10px;
}

.pop_get .select_wrap .select li {
  margin-bottom: 10px;
}

.pop_get .select_wrap .select li:last-child {
  margin-bottom: 0;
}

.pop_get .select_wrap .select li a {
  line-height: 40px;
}

.pop_get .select_wrap .select li a:hover {
  background: #5f19b2;
  color: #fedd4b;
}

.pop_get .select_wrap .select.active .default {
  background-position: 0 -50px;
}

.pop_get .select_wrap .select.active .options {
  display: block;
}

.pop_get .input_wrap {
  position: relative;
  height: 64px;
  margin: 16px 0 10px;
}

.pop_get .input_wrap input {
  display: block;
  width: 476px;
  height: 100%;
  background: #f2ecf2;
  font-size: 24px;
  color: #2a194a;
  border-radius: 15px;
  font-weight: bold;
  font-family: 'tahoma', sans-serif;
  padding-left: 35px;
}

.pop_get .input_wrap input::placeholder {
  color: #af95b8;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Nanum Gothic', sans-serif;
}

.pop_get .input_wrap input:-ms-input-placeholder {
  color: #af95b8;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Nanum Gothic', sans-serif;
}

.pop_get .input_wrap button {
  position: absolute;
  top: 0;
  width: 116px;
  height: 64px;
}

.pop_get .input_wrap button:hover {
  background-position-y: -331px;
}

.pop_get .input_wrap .btn_change {
  right: 120px;
  background-position: -330px -267px;
}

.pop_get .input_wrap .btn_refresh {
  right: 0;
  background-position: -450px -267px;
}

.pop_get .agree_wrap {
  padding-top: 12px;
}

.pop_get .agree_wrap p {
  flex: 0 0 100%;
  font-weight: bold;
  color: #40008b;
  line-height: 21px;
  margin-bottom: 13px;
}

.pop_get .agree_wrap .checkbox {
  border-color: #8430E7;
}

.pop_get .agree_wrap .checkbox.checked .check {
  background-position: 0 -14px;
}

.pop_get .agree_wrap label {
  color: #8430e7;
  font-size: 13px;
  margin-left: 8px;
}

.pop_get .caution {
  color: #ff7c1c;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding: 26px 0 15px;
}

.pop_confirm .pop_header {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 52px;
}

.pop_confirm .pop_header h3 {
  line-height: 41px;
  font-size: 32px;
  font-weight: normal;
}

.pop_confirm .pop_header h3 span {
  color: #fedd4b;
}

.pop_confirm .pop_header p {
  font-size: 15px;
  color: #5ffdff;
  line-height: 21px;
  margin-top: 14px;
}

.pop_confirm .pop_body {
  padding-top: 27px;
  padding-bottom: 29px;
}

.pop_confirm .btn_confirm {
  width: 340px;
  background-position-x: -558px;
}

.pop_confirm .pop_reserve .survey_message {
  position: absolute;
  top: -20px;
  left: 239px;
  width: 387px;
  height: 46px;
  background-position: 0 -165px;
}

.pop_confirm .pop_reserve .btn_confirm {
  width: 175px;
  background-position-x: -939px;
}

.pop_confirm .pop_reserve .btn_survey {
  width: 340px;
  background-position-x: -1147px;
}

.pop_confirm .pop_agree .pop_header {
  border-radius: 30px;
}

@keyframes sunMove {
  0% {
    opacity: 0;
    transform: translateZ(-5000px);
  }
  30% {
    opacity: 1;
    transform: translateZ(-3000px);
  }
  60% {
    opacity: 1;
    transform: translateZ(-2500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes lineMove {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -100%;
  }
}

@keyframes sqaureRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fillRotate1 {
  from {
    transform: perspective(500px) rotateX(0);
  }
  to {
    transform: perspective(500px) rotateX(45deg);
  }
}

@keyframes fillRotate2 {
  from {
    transform: perspective(5000px) rotateX(0);
  }
  to {
    transform: perspective(5000px) rotateX(-45deg);
  }
}
