@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: hidden;
  min-width: 1280px;
  background: #30178c;
}

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

section {
  position: relative;
}

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

/* common */
header .btn, #rnb .txt, #rnb button, section .btn_detail, section a.btn_detail .txt, .slider_wrap .move span, .layerpop .btn_x, .layerpop .btn_hide_today .txt {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_btn_6A3373ECB2795C7D.png") no-repeat;
}

.logo {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_lnb_D3A35C068D236754.png") no-repeat;
  position: absolute;
  top: 32px;
  left: 23px;
  width: 98px;
  height: 117px;
  background-position: -24px 0;
}

section .char {
  position: absolute;
}

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

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

section .title_wrap .fill span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section .shape_wrap span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_shape.png") 0 0 no-repeat;
}

section .image {
  position: absolute;
  left: 140px;
  width: 1001px;
  height: 657px;
  padding: 35px;
  box-sizing: border-box;
}

section .image .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_frame_image.png") !important;
}

section .btn_detail {
  position: absolute;
  height: 82px;
  background-position: 0 -602px;
}

section .btn_detail span {
  top: 0;
  height: 100%;
}

section .btn_detail .bg {
  right: 0;
  width: 0;
  background: #bd20c2 !important;
  transition: all 300ms ease;
}

section .btn_detail .txt {
  left: 0;
  width: 100%;
}

section .btn_detail:hover .bg {
  width: 100%;
  left: 0;
}

.slider_wrap .swiper-pagination {
  left: 0;
  width: 100%;
  text-align: center;
  height: 15px;
  font-size: 0;
}

.slider_wrap .swiper-pagination span {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 6px;
}

.slider_wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #39fdff !important;
}

.content .title_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_title_content.png") 0 0 no-repeat;
}

.content .title_wrap .h3 {
  height: 118px;
}

.content.content1 .h3 {
  width: 835px;
  background-position: 0 0px;
}

.content.content2 .h3 {
  width: 600px;
  background-position: 0 -118px;
}

.content.content3 .h3 {
  width: 477px;
  background-position: 0 -236px;
}

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

.fixed #lnb {
  position: fixed;
}

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

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

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

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

#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 .btn_toggle:hover span {
  background: #ffc80b;
}

#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 a {
  background-position-x: 0;
}

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

#lnb nav > ul > li > a {
  height: 45px;
}

#lnb nav > ul ul {
  background: #1f1260;
  padding: 23px 0;
}

#lnb nav > ul ul li {
  margin-bottom: 11px;
}

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

#lnb nav > ul ul a {
  height: 13px;
}

#lnb nav li:hover ul {
  background: #410083;
}

#lnb nav .nav1 > a {
  background-position-y: -154px;
  background-color: #2e15a0;
}

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

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

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

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

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

#lnb nav .nav2 > a {
  background-position-y: -354px;
  background-color: #381eb3;
}

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

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

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

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

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

#lnb nav .nav3 > a {
  background-position-y: -554px;
  background-color: #381eb3;
}

/* rnb */
#rnb {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -195px;
  z-index: 100;
}

#rnb .link {
  position: relative;
  width: 274px;
  transition: margin 300ms ease;
}

#rnb .link.hide {
  margin-left: 274px;
}

#rnb .link a {
  position: relative;
  display: block;
}

#rnb .link a:before, #rnb .link a:after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  transition: all 300ms ease;
}

#rnb .link a:after {
  right: 0;
  width: 0;
}

#rnb .link a:before {
  left: 0;
  width: 100%;
}

#rnb .link a .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#rnb .link a:hover:before {
  left: auto;
  right: 0;
  width: 0;
}

#rnb .link a:hover:after {
  left: 0;
  width: 100%;
}

#rnb .link > a {
  height: 46px;
}

#rnb .link > a:before {
  background-color: rgba(183, 16, 198, 0.92);
}

#rnb .link > a:after {
  background-color: rgba(143, 2, 156, 0.92);
}

#rnb .link > a .txt {
  background-position-y: -113px;
}

#rnb .link li {
  margin-top: 1px;
}

#rnb .link li a {
  height: 68px;
}

#rnb .link li a:before {
  background-color: rgba(116, 33, 239, 0.92);
}

#rnb .link li a:after {
  background-color: rgba(76, 48, 212, 0.92);
}

#rnb .link li.on a .txt, #rnb .link li a:hover .txt {
  background-position-x: -274px;
}

#rnb .link li.rnb1 .txt {
  background-position-y: -160px;
}

#rnb .link li.rnb2 .txt {
  background-position-y: -229px;
}

#rnb .link li.rnb3 .txt {
  background-position-y: -298px;
}

#rnb .link li.rnb4 .txt {
  background-position-y: -367px;
}

#rnb .link li.rnb5 .txt {
  background-position-y: -919px;
}

#rnb .btn_top {
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background-position: -119px -451px;
  transition: bottom 300ms ease;
}

#rnb .btn_toggle {
  position: absolute;
  top: 185px;
  left: -41px;
  top: 185px;
  width: 40px;
  height: 68px;
  background-position: -50px -451px;
}

#rnb.hide .link {
  margin-right: -274px;
}

#rnb.hide .btn_toggle {
  background-position-x: 0;
}

#wrap.fixed .btn_top {
  bottom: 0;
}

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

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

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

header .util {
  position: absolute;
  top: 31px;
  right: 23px;
  width: 94px;
  padding-left: 136px;
}

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

header .util ul {
  display: flex;
  justify-content: space-between;
}

header .util ul li {
  position: relative;
  width: 40px;
}

header .util ul a {
  background-color: #7421ef;
  border-radius: 100%;
}

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

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

header .btn_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  background-position-x: 0;
}

.intro {
  height: 2151px;
}

.intro .title_wrap span, .intro .shpae_wrap span, .intro .char {
  opacity: 0;
}

.intro .bg_intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.intro .light_wrap div {
  opacity: 0;
}

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

.intro .light_wrap .w32 {
  width: 32px;
  height: 32px;
}

.intro .light_wrap .w46 {
  width: 46px;
  height: 46px;
}

.intro .light_wrap .w46 span {
  background-position: 0 -32px;
}

.intro .light_wrap .w38 {
  width: 38px;
  height: 38px;
}

.intro .light_wrap .w38 span {
  background-position: 0 -78px;
}

.intro .light_wrap .w34 {
  width: 34px;
  height: 34px;
}

.intro .light_wrap .w34 span {
  background-position: 0 -198px;
}

.intro .light_wrap .w36 {
  width: 36px;
  height: 36px;
}

.intro .light_wrap .w36 span {
  background-position: 0 -116px;
}

.intro .light_wrap .w40 {
  width: 40px;
  height: 40px;
}

.intro .light_wrap .w40 span {
  background-position: 0 -152px;
}

.intro .light_wrap ._l1 {
  top: 49px;
  left: 428px;
  animation: lightsMove1 3s 500ms infinite linear;
}

.intro .light_wrap ._l2 {
  top: 198px;
  left: 254px;
  animation: lightsMove2 3s 1000ms infinite linear;
}

.intro .light_wrap ._l3 {
  top: 557px;
  left: 272px;
  animation: lightsMove3 3s 1500ms infinite linear;
}

.intro .light_wrap ._l4 {
  top: 542px;
  left: -2px;
  animation: lightsMove4 3s 2000ms infinite linear;
}

.intro .light_wrap ._l5 {
  top: 249px;
  left: 780px;
  animation: lightsMove5 3s 2500ms infinite linear;
}

.intro .light_wrap ._l6 {
  top: 443px;
  left: 951px;
  animation: lightsMove6 3s 3000ms infinite linear;
}

.intro .light_wrap ._l7 {
  top: 795px;
  left: 355px;
  animation: lightsMove7 3s 3500ms infinite linear;
}

.intro .light_wrap ._l8 {
  top: 865px;
  left: 110px;
  animation: lightsMove8 3s 4000ms infinite linear;
}

.intro .light_wrap ._l9 {
  top: 922px;
  left: -93px;
  animation: lightsMove9 3s 4500ms infinite linear;
}

.intro .light_wrap ._l10 {
  top: 163px;
  left: 1447px;
  animation: lightsMove10 3s 5000ms infinite linear;
}

.intro .char {
  top: -46px;
  left: 520px;
  width: 1425px;
  height: 1676px;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_char_intro.png") 0 0 no-repeat;
  transform: translateX(-300px);
}

.intro .grid_wrap {
  height: 100%;
}

.intro .grid_wrap span {
  left: -344px;
  width: 1994px;
  height: 0;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_grid_intro.png") 0 0 no-repeat;
}

.intro .grid_wrap ._g1 {
  top: 0;
  height: 493px;
}

.intro .grid_wrap ._g2 {
  bottom: 1046px;
  height: 612px;
}

.intro .grid_wrap ._g2 span {
  bottom: 0;
  background-position: 0 100%;
}

.intro .title_wrap span, .intro .title_wrap .h2 span:before {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_title_intro.png") 0 0 no-repeat;
}

.intro .title_wrap .h2 {
  top: 5px;
  left: 53px;
  width: 1220px;
  height: 958px;
}

.intro .title_wrap .h2 span {
  transform: scale(10);
}

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

.intro .title_wrap .h2 span:before {
  position: absolute;
  content: "";
  transform: scale(2);
  opacity: 0.4;
}

.intro .content_wrap {
  top: 757px;
}

.intro .content_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_title_intro.png") 0 0 no-repeat;
}

.intro .content_wrap .image {
  top: 304px;
}

.intro .content_wrap .image .frame, .intro .content_wrap .image img {
  opacity: 0;
}

.intro .content_wrap .image .frame {
  transform: scale(0.8);
}

.intro .content_wrap .image img {
  transform: scale(1.2);
}

.intro .content_wrap.active .image .frame, .intro .content_wrap.active .image img {
  transform: scale(1);
  opacity: 1;
}

.intro .content_wrap.active .image .frame {
  transition: opacity 300ms linear, transform 1s ease;
}

.intro .content_wrap.active .image img {
  transition: opacity 300ms linear, transform 500ms ease;
  transition-delay: 200ms;
}

.intro .content_wrap .h3 {
  top: 100px;
  left: 267px;
  width: 745px;
  height: 111px;
  background-position: 0 -998px;
}

.intro .content_wrap .description._d1 {
  top: 224px;
  left: 347px;
  width: 587px;
  height: 61px;
  background-position: 0 -1159px;
}

.intro .content_wrap .description._d2 {
  top: 981px;
  left: 311px;
  width: 658px;
  height: 164px;
  background-position: 0 -1285px;
}

.intro .content_wrap .btn_detail {
  top: 1192px;
  left: 390px;
  width: 500px;
}

.intro .content_wrap .btn_detail .txt {
  background-position: 0 -520px;
}

.intro .shape_wrap ._s1 {
  top: -245px;
  left: -99px;
  width: 438px;
  height: 443px;
}

.intro .shape_wrap ._s1 span {
  background-position: 0 0px;
  transform: translate(500px, 500px) rotate(120deg) scale(0);
}

.intro .shape_wrap ._s2 {
  top: 921px;
  left: 1050px;
  width: 224px;
  height: 224px;
}

.intro .shape_wrap ._s2 span {
  background-position: 0 -5100px;
  transform: translate(-760px, -460px) rotate(-90deg) scale(0);
}

.intro .shape_wrap ._s3 {
  top: 381px;
  left: -15px;
  width: 129px;
  height: 129px;
}

.intro .shape_wrap ._s3 span {
  background-position: 0 -698px;
  transform: translate(560px, 30px) rotate(100deg) scale(0);
}

.intro .shape_wrap ._s4 {
  top: 145px;
  left: 887px;
  width: 89px;
  height: 81px;
}

.intro .shape_wrap ._s4 span {
  background-position: 0 -878px;
  transform: translate(-320px, 300px) rotate(210deg) scale(0);
}

.intro .shape_wrap ._s5 {
  top: 669px;
  left: 134px;
  width: 130px;
  height: 100px;
}

.intro .shape_wrap ._s5 span {
  background-position: 0 -1000px;
  transform: translate(410px, -210px) rotate(-360deg) scale(0);
}

.intro .shape_wrap ._s6 {
  top: 1029px;
  left: -260px;
  width: 257px;
  height: 257px;
}

.intro .shape_wrap ._s6 span {
  background-position: 0 -1155px;
  transform: translate(0px, 0px) rotate(0deg) scale(1);
}

.intro .shape_wrap ._s7 {
  top: 1366px;
  left: 1438px;
  width: 269px;
  height: 269px;
}

.intro .shape_wrap ._s7 span {
  background-position: 0 -1485px;
  transform: translate(0px, 0px) rotate(0deg) scale(1);
}

.intro .shape_wrap ._s2 {
  z-index: 1;
}

.intro .shape_wrap ._s6 {
  transform: translateY(400px);
}

.intro .shape_wrap ._s7 {
  transform: translateY(600px);
}

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

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

.intro.load .grid_wrap span {
  height: 100%;
  transition: height 1s ease;
}

.intro.load .title_wrap .h2 {
  animation: vibration 200ms 3 900ms linear;
}

.intro.load .title_wrap .h2 span {
  transform: scale(1);
  transition: transform 500ms cubic-bezier(0.2, 0.9, 1, 1), opacity 300ms ease;
  transition-delay: 400ms;
}

.intro.load .title_wrap .h2 span:before {
  width: 0;
  height: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity 500ms ease 700ms, transform 700ms ease 700ms, width 0ms 1400ms linear, height 0ms 1400ms linear;
}

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

.intro.load .shape_wrap ._s1 span {
  transition-delay: 800ms;
}

.intro.load .shape_wrap ._s2 span {
  transition-delay: 850ms;
}

.intro.load .shape_wrap ._s3 span {
  transition-delay: 900ms;
}

.intro.load .shape_wrap ._s4 span {
  transition-delay: 950ms;
}

.intro.load .shape_wrap ._s5 span {
  transition-delay: 1000ms;
}

.content1 {
  height: 993px;
}

.content1:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1163px;
  content: "";
  width: 99.99%;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_content1.jpg") center top no-repeat;
  padding-left: 0.01%;
}

.content1 .char {
  top: -691px;
  left: -646px;
  width: 1066px;
  height: 1624px;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_char_content1.png") 0 0 no-repeat;
  animation: doondoong 1s infinite alternate ease;
}

.content1 .title_wrap .h3 {
  top: 137px;
  left: 224px;
}

.content1 .title_wrap .description {
  top: 265px;
  left: 330px;
  width: 616px;
  height: 27px;
  background-position: 0 -498px;
}

.content1 .shape_wrap ._s1 {
  top: -225px;
  left: 1222px;
  width: 149px;
  height: 154px;
  transform: translateY(500px);
}

.content1 .shape_wrap ._s1 span {
  background-position: 0 -1809px;
}

.content1 .shape_wrap ._s2 {
  top: -102px;
  left: 1376px;
  width: 306px;
  height: 311px;
  transform: translateY(300px);
}

.content1 .shape_wrap ._s2 span {
  background-position: 0 -2020px;
}

.content1 .shape_wrap ._s3 {
  top: 790px;
  left: 1246px;
  width: 176px;
  height: 176px;
  transform: translateY(400px);
}

.content1 .shape_wrap ._s3 span {
  background-position: 0 -2386px;
}

.content1 .shape_wrap ._s4 {
  top: 970px;
  left: -353px;
  width: 420px;
  height: 425px;
  transform: translateY(600px);
}

.content1 .shape_wrap ._s4 span {
  background-position: 0 -2640px;
}

.content1 .shape_wrap ._s5 {
  top: 1121px;
  left: 1371px;
  width: 243px;
  height: 243px;
  transform: translateY(500px);
}

.content1 .shape_wrap ._s5 span {
  background-position: 0 -3120px;
}

.content1 .shape_wrap ._s6 {
  top: 1800px;
  left: 1233px;
  width: 292px;
  height: 297px;
  transform: translateY(600px);
}

.content1 .shape_wrap ._s6 span {
  background-position: 0 -3394px;
}

.content1 .shape_wrap ._s4, .content1 .shape_wrap ._s6 {
  z-index: 1;
}

.content1 .img_wrap {
  top: 316px;
}

.content1 .img_wrap .frame, .content1 .img_wrap .slider_image {
  opacity: 0;
}

.content1 .img_wrap .frame {
  transform: scale(0.8);
}

.content1 .img_wrap .slider_image {
  transform: scale(1.2);
}

.content1 .img_wrap .move {
  position: absolute;
  top: 50%;
  width: 132px;
  height: 132px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.55);
  margin-top: -61px;
}

.content1 .img_wrap .move span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 52px;
  margin: -26px 0 0 -20px;
}

.content1 .img_wrap .move.prev {
  left: -167px;
}

.content1 .img_wrap .move.prev span {
  background-position: -301px 0;
}

.content1 .img_wrap .move.next {
  left: 1036px;
}

.content1 .img_wrap .move.next span {
  background-position: -370px 0;
}

.content1 .img_wrap .move:hover span {
  background-position-y: -52px;
}

.content1 .img_wrap .swiper-pagination {
  top: 670px;
}

.content1 .img_wrap .swiper-pagination span {
  background: #7e51ff;
}

.content1.active .img_wrap .frame, .content1.active .img_wrap .slider_image {
  transform: scale(1);
  opacity: 1;
}

.content1.active .img_wrap .frame {
  transition: opacity 300ms linear, transform 1s ease;
}

.content1.active .img_wrap .slider_image {
  transition: opacity 300ms linear, transform 500ms ease;
  transition-delay: 200ms;
}

.content1 .twinkle_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_twinkle_content.png") 0 0 no-repeat;
}

.content1 .twinkle_wrap ._t1 {
  top: 261px;
  left: 1161px;
  width: 46px;
  height: 48px;
  background-position: 0 0px;
  animation: twinkle1 500ms infinite alternate linear;
}

.content1 .twinkle_wrap ._t2 {
  top: 342px;
  left: 1260px;
  width: 64px;
  height: 66px;
  background-position: 0 -81px;
  animation: twinkle2 500ms infinite alternate linear;
}

.content2 {
  height: 1163px;
}

.content2 .title_wrap .h3 {
  top: 100px;
  left: 340px;
}

.content2 .title_wrap .description {
  top: 195px;
  left: 324px;
  width: 643px;
  height: 133px;
  background-position: 0 -567px;
}

.content2 .circle_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_circle_content.png") 0 0 no-repeat;
}

.content2 .circle_wrap > div {
  top: 315px;
  width: 385px;
  height: 385px;
}

.content2 .circle_wrap > div .frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 -357px;
  transform: scale(0.7);
  opacity: 0;
}

.content2 .circle_wrap > div .circle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 100%;
}

.content2 .circle_wrap > div .circle, .content2 .circle_wrap > div .circle span {
  top: 50%;
  left: 50%;
  margin: 0;
}

.content2 .circle_wrap > div .circle span {
  width: 312px;
  height: 312px;
  margin: -156px 0 0 -156px;
}

.content2 .circle_wrap > div .txt {
  top: 395px;
  left: 6px;
  width: 366px;
  height: 212px;
}

.content2 .circle_wrap ._c1 {
  left: 45px;
}

.content2 .circle_wrap ._c1 .circle span {
  background-position: 0px 0;
}

.content2 .circle_wrap ._c1 .txt {
  background-position: -1075px 0px;
}

.content2 .circle_wrap ._c2 {
  left: 448px;
}

.content2 .circle_wrap ._c2 .circle span {
  background-position: -334px 0;
}

.content2 .circle_wrap ._c2 .txt {
  background-position: -1075px -212px;
}

.content2 .circle_wrap ._c3 {
  left: 851px;
}

.content2 .circle_wrap ._c3 .circle span {
  background-position: -668px 0;
}

.content2 .circle_wrap ._c3 .txt {
  background-position: -1075px -424px;
}

.content2 .circle_wrap .line {
  top: 328px;
  left: -86px;
  width: 0;
  height: 330px;
  background-position: 0 -778px;
}

.content2 .circle_wrap .btn_detail {
  left: 450px;
  width: 380px;
  top: 961px;
}

.content2 .circle_wrap .btn_detail .txt {
  background-position: 0 -684px;
}

.content2.active .circle_wrap .line {
  width: 1441px;
  transition: width 1.5s ease;
}

.content2.active .circle_wrap .circle {
  width: 312px;
  height: 312px;
  margin: -156px 0 0 -156px;
  transition: all 500ms ease;
}

.content2.active .circle_wrap .frame {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms ease, transform 500ms ease;
}

.content2.active .circle_wrap ._c1 .circle {
  transition-delay: 100ms;
}

.content2.active .circle_wrap ._c1 .frame {
  transition-delay: 0ms;
}

.content2.active .circle_wrap ._c2 .circle {
  transition-delay: 200ms;
}

.content2.active .circle_wrap ._c2 .frame {
  transition-delay: 100ms;
}

.content2.active .circle_wrap ._c3 .circle {
  transition-delay: 300ms;
}

.content2.active .circle_wrap ._c3 .frame {
  transition-delay: 200ms;
}

.banner {
  height: 399px;
  background: #211078;
}

.banner .title_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_banner.png") 0 0 no-repeat;
}

.banner .title_wrap .h3 {
  top: 58px;
  left: 86px;
}

.banner .title_wrap .h3 div, .banner .title_wrap .h3 span {
  height: 53px;
}

.banner .title_wrap .h3 ._t1 {
  top: 0px;
  width: 219px;
  background-position: 0 0px;
}

.banner .title_wrap .h3 ._t2 {
  top: 64px;
  width: 153px;
  background-position: 0 -64px;
}

.banner .title_wrap .h3 ._t3 {
  top: 128px;
  width: 157px;
}

.banner .title_wrap .fill .before {
  background-position: 0 -128px;
}

.banner .title_wrap .fill .after {
  background-position: 0 -199px;
}

.banner .title_wrap .description {
  top: 259px;
  left: 86px;
  width: 253px;
  height: 83px;
  background-position: -291px -247px;
}

.banner .title_wrap .caution {
  top: 290px;
  left: 395px;
  width: 798px;
  height: 55px;
  background-position: 0 -344px;
}

.banner .title_wrap .card {
  top: 59px;
  left: 395px;
}

.banner .title_wrap .card span {
  width: 192px;
  height: 222px;
}

.banner .title_wrap .card ._c1 {
  left: 0px;
  background-position: -298px 0;
}

.banner .title_wrap .card ._c2 {
  left: 202px;
  background-position: -500px 0;
}

.banner .title_wrap .card ._c3 {
  left: 404px;
  background-position: -702px 0;
}

.banner .title_wrap .card ._c4 {
  left: 606px;
  background-position: -904px 0;
}

.content3 {
  height: 971px;
}

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

.content3 .title_wrap .h3 {
  top: 138px;
  left: 401px;
  width: 477px;
}

.content3 .title_wrap .description {
  top: 265px;
  left: 409px;
  width: 461px;
  height: 27px;
  background-position: 0 -734px;
}

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

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

.content3 dl dt {
  color: #03f7ff;
}

.content3 .content_wrap span {
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/spr_cnt_content3.png") 0 0 no-repeat;
}

.content3 .content_wrap .caution {
  top: 838px;
  left: 128px;
  width: 1023px;
  height: 68px;
  background-position: -6px -704px;
}

.content3 .card_wrap {
  top: 472px;
  left: 50%;
  width: 989px;
  margin-left: -495px;
}

.content3 .card_wrap ul {
  *zoom: 1;
}

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

.content3 .card_wrap li {
  position: relative;
  float: left;
  width: 191px;
  margin-right: 75px;
}

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

.content3 .card_wrap li:nth-child(2n+1) .box {
  transform: perspective(500px) translateY(30px);
}

.content3 .card_wrap li:nth-child(2n) .box {
  transform: perspective(500px) translateY(-30px);
}

.content3 .card_wrap li .box, .content3 .card_wrap li .box span {
  display: block;
  width: 100%;
  height: 238px;
}

.content3 .card_wrap li .box {
  position: relative;
  opacity: 0;
}

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

.content3 .card_wrap li .frame {
  top: -34px;
  left: -32px;
  width: 256px;
  height: 305px;
  background-position: -780px -361px;
  transform: scale(0.8);
  opacity: 0;
}

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

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

.content3 .card_wrap li a {
  -ms-perspective: 500px;
  transform-style: preserve-3d;
}

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

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

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

.content3 .card_wrap li._c1 span:not(.frame) {
  background-position-x: 0px;
}

.content3 .card_wrap li._c2 span:not(.frame) {
  background-position-x: -266px;
}

.content3 .card_wrap li._c3 span:not(.frame) {
  background-position-x: -532px;
}

.content3 .card_wrap li._c4 span:not(.frame) {
  background-position-x: -798px;
}

.content3.active .card_wrap .frame, .content3.active .card_wrap .box {
  opacity: 1;
  transition: opacity 300ms ease, transform 500ms ease;
}

.content3.active .card_wrap .frame {
  transform: scale(1);
}

.content3.active .card_wrap .box {
  transform: perspective(500px) translateY(0) !important;
}

.content3.active .card_wrap ._c1 .box {
  transition-delay: 0ms;
}

.content3.active .card_wrap ._c1 .frame {
  transition-delay: 150ms;
}

.content3.active .card_wrap ._c2 .box {
  transition-delay: 100ms;
}

.content3.active .card_wrap ._c2 .frame {
  transition-delay: 250ms;
}

.content3.active .card_wrap ._c3 .box {
  transition-delay: 200ms;
}

.content3.active .card_wrap ._c3 .frame {
  transition-delay: 350ms;
}

.content3.active .card_wrap ._c4 .box {
  transition-delay: 300ms;
}

.content3.active .card_wrap ._c4 .frame {
  transition-delay: 450ms;
}

.content3 .shape_wrap ._s1 {
  top: -82px;
  left: -235px;
  width: 362px;
  height: 362px;
  transform: translateY(500px);
}

.content3 .shape_wrap ._s1 span {
  background-position: 0 -3748px;
}

.content3 .shape_wrap ._s2 {
  top: 106px;
  left: 1026px;
  width: 243px;
  height: 243px;
  transform: translateY(400px);
}

.content3 .shape_wrap ._s2 span {
  background-position: 0 -4189px;
}

.content3 .shape_wrap ._s3 {
  top: 471px;
  left: 1418px;
  width: 129px;
  height: 134px;
  transform: translateY(500px);
}

.content3 .shape_wrap ._s3 span {
  background-position: 0 -4514px;
}

.content3 .shape_wrap ._s4 {
  top: 772px;
  left: 1078px;
  width: 340px;
  height: 340px;
  transform: translateY(600px);
}

.content3 .shape_wrap ._s4 span {
  background-position: 0 -4681px;
}

footer {
  position: relative;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_footer.jpg") 0 0 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;
}

footer .container {
  height: 280px;
  background: url("https://lwi.nexon.com/baram/2020/0723_intro_286F3CA21F06734D/bg_caution_footer.png") 0 0 no-repeat;
}

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

.layerpop.show {
  display: block;
  opacity: 0;
}

.layerpop.fade {
  opacity: 1;
}

.layerpop .pop_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  flex-direction: column;
  justify-content: center;
}

.layerpop .pop_content {
  position: relative;
  width: 1102px;
  height: 622px;
  margin: 0 auto;
  padding: 111px 0 34px;
}

.layerpop .pop_content .btn_hide_today {
  position: absolute;
  top: 752px;
  left: 0;
  width: 140px;
  height: 18px;
  background: none;
  z-index: 20;
}

.layerpop .pop_content .btn_hide_today span {
  position: absolute;
}

.layerpop .pop_content .btn_hide_today .box {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #A5A5A5;
}

.layerpop .pop_content .btn_hide_today .txt {
  top: 2px;
  left: 27px;
  width: 113px;
  height: 14px;
  background-position: -435px -462px;
}

.layerpop .pop_content .btn_hide_today.checked .box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  background: #00fff6;
  margin: -4px 0 0 -4px;
}

.layerpop .pop_content .btn_x {
  position: absolute;
  top: 0;
  left: 50%;
  width: 112px;
  height: 112px;
  background-position: 0 -788px;
  margin-left: -56px;
}

.layerpop .pop_content .btn_x:hover {
  background-position-x: -144px;
}

.layerpop .video_wrap {
  position: relative;
  background: #000;
}

.layerpop .video_wrap .video_nav {
  top: 640px;
}

.layerpop .video_wrap .video_nav span {
  background: #fff;
}

.layerpop .video_wrap .move {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 65px;
  background: none;
  margin-top: -29px;
  z-index: 1;
}

.layerpop .video_wrap .move span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.layerpop .video_wrap .move.prev {
  left: -106px;
}

.layerpop .video_wrap .move.prev span {
  background-position: -422px 0;
}

.layerpop .video_wrap .move.next {
  left: 1149px;
}

.layerpop .video_wrap .move.next span {
  background-position: -484px 0;
}

.layerpop .video_wrap .move:hover span {
  opacity: 1;
}

.layerpop .video_wrap .slider_video {
  width: 1100px;
  height: 622px;
  border: 1px solid #333;
  overflow: hidden;
}

.layerpop .video_wrap .slider_video .swiper-slide-prev, .layerpop .video_wrap .slider_video .swiper-slide-next {
  transition: opacity 0ms 300ms linear;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.layerpop .video_wrap .slider_video .swiper-slide-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0ms 0ms linear;
}

.layerpop .video_wrap .slider_video iframe {
  width: 1100px;
  height: 622px;
}

.naver #rnb {
  top: 300px;
  margin-top: 0;
}

.naver #rnb .btn_top {
  display: none;
}

.naver .layerpop .pop_wrap {
  height: 800px;
  overflow: hidden;
}

@keyframes vibration {
  0% {
    transform: translate(2px, 1px);
  }
  10% {
    transform: translate(-1px, -2px);
  }
  20% {
    transform: translate(-3px, 4px);
  }
  30% {
    transform: translate(0px, 2px);
  }
  40% {
    transform: translate(5px, -1px);
  }
  50% {
    transform: translate(-1px, 2px);
  }
  60% {
    transform: translate(-3px, 4px);
  }
  70% {
    transform: translate(2px, 5px);
  }
  80% {
    transform: translate(-1px, -1px);
  }
  90% {
    transform: translate(2px, 2px);
  }
  100% {
    transform: translate(6px, -2px);
  }
}

@keyframes doondoong {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}

@keyframes twinkle1 {
  0% {
    transform: scale(0.9) rotate(-15deg);
  }
  100% {
    transform: scale(1.1) rotate(15deg);
  }
}

@keyframes twinkle2 {
  0% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    transform: scale(0.9) rotate(-5deg);
  }
}

@keyframes lightsMove1 {
  0% {
    opacity: 1;
    transform: translate3d(170px, 55px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-170px, -55px, 300px);
  }
}

@keyframes lightsMove2 {
  0% {
    opacity: 1;
    transform: translate3d(335px, -105px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-335px, 105px, 300px);
  }
}

@keyframes lightsMove3 {
  0% {
    opacity: 1;
    transform: translate3d(320px, -450px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-320px, 450px, 300px);
  }
}

@keyframes lightsMove4 {
  0% {
    opacity: 1;
    transform: translate3d(597px, -433px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-597px, 433px, 300px);
  }
}

@keyframes lightsMove5 {
  0% {
    opacity: 1;
    transform: translate3d(-186px, -140px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(186px, 140px, 300px);
  }
}

@keyframes lightsMove6 {
  0% {
    opacity: 1;
    transform: translate3d(-355px, -340px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(355px, 340px, 300px);
  }
}

@keyframes lightsMove7 {
  0% {
    opacity: 1;
    transform: translate3d(240px, -686px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-240px, 686px, 300px);
  }
}

@keyframes lightsMove8 {
  0% {
    opacity: 1;
    transform: translate3d(470px, -767px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-470px, 767px, 300px);
  }
}

@keyframes lightsMove9 {
  0% {
    opacity: 1;
    transform: translate3d(690px, -815px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(-690px, 815px, 300px);
  }
}

@keyframes lightsMove10 {
  0% {
    opacity: 1;
    transform: translate3d(-850px, -60px, -300px);
  }
  100% {
    opacity: 1;
    transform: translate3d(850px, 60px, 300px);
  }
}
