﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*==============================================
css import
==============================================*/
@import url('loding.css'); /* 로딩화면 css */


/*==============================================
reset css
==============================================*/
@import url('reset.css');


/*header */
header {
	display: block;
	position: relative;
	/* opacity: 0; */
	/* z-index: 1; */
}

#header .menuLogo_area { display: block; width: 225px; height: 147px; position: fixed; left: 1%; top: 5%; z-index: 10; background: url(../images/img_menuLogo0.png) no-repeat; transition: 0.5s all; }
#header .menuLogo_area span.mainLogo { width: 225px; height: 147px; position: absolute;  z-index: 1; background: url(../images/img_menuLogo.png) no-repeat; }
#header .menuLogo_area span.logoPart0{ width: 90px; height: 90px; position: absolute; left: 34%; top: 11px; z-index: 1; background: url(../images/img_menuLogo1.png) no-repeat;
	-webkit-transition: -webkit-transform 5s ease-out;
    transition: -webkit-transform 5s ease-out;
    transition: transform 5s ease-out;
    transition: transform 5s ease-out, -webkit-transform 5s ease-out
}
#header .menuLogo_area span.logoPart1{ width: 90px; height: 90px; position: absolute; left: 34%; top: 12px; z-index: 1; background: url(../images/img_menuLogo2.png) no-repeat;
	-webkit-transition: -webkit-transform 5s ease-out;
    transition: -webkit-transform 5s ease-out;
    transition: transform 5s ease-out;
    transition: transform 5s ease-out, -webkit-transform 5s ease-out
}
#header .menuLogo_area span.logoPart0.is_animated{
	-webkit-transform: rotate(1turn);
    transform: rotate(1turn)
 }
#header .menuLogo_area span.logoPart1.is_animated{
	-webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}


#header .menuLogo_area .btn_menu { width: 503px; height: 153px; position: absolute; left: -1%; top: -5%; background: url(../images/btn_menuButton.png) no-repeat; z-index: 10; background-position: 86% 43%; }
#header .menuLogo_area .btn_menu.brown{background: url(../images/btn_menuButton_brown.png) no-repeat; background-position: 86% 43%; }
#header .menuLogo_area .btn_menuBGM { display: block; width: 107px; height: 28px; position: absolute; left: 28.5%; top: 101%; background: url(../images/btn_soundOn_off.png) no-repeat; cursor: pointer; z-index: 10; transition: 0.5s all; }
#header .menuLogo_area .btn_menuBGM.active{ width: 107px; height: 28px; position: absolute; left: 28.5%; top: 101%; background: url(../images/btn_soundOff_off.png) no-repeat; z-index: 10; }
#header .menuLogo_area .btn_menuBGM.brown { background: url(../images/btn_soundOn_brown_off.png) no-repeat; }
#header .menuLogo_area .btn_menuBGM.active.brown{ background: url(../images/btn_soundOff_brown_off.png) no-repeat;  }


#header nav { width: 360px; height: 100%; display: block; position: fixed; left: -100%; z-index: 99;}
#header nav a.menuHomeLogo { display: block; width: 220px; height: 134px; position: absolute; left: 50%; top: 47px; margin-left: -110px; z-index: 10; }

#header nav ul.navUL { display: block; width: 300px; height: auto; box-sizing: border-box; position: absolute; top:52%; left:50%; transform:translate(-50%, -50%); z-index: 10; }
#header nav ul.navUL li { width: 300px; height: 40px; background: url(../images/nav_menu_off_220510.png) no-repeat; transition: 0.5s all; cursor: pointer; }
#header nav ul.navUL li a { display: block; }
#header nav ul.navUL li:hover { background: url(../images/nav_menu_on_220510.png) no-repeat; }
#header nav ul.navUL li.active { background: url(../images/nav_menu_on_220510.png) no-repeat; }


#header nav ul.navUL li.news { background-position: 0px -15px; margin-top: 10px; height:56px; cursor: default; }
#header nav ul.navUL li.news:hover { background: url(../images/nav_menu_off_220510.png) no-repeat;  background-position: 0px -15px; }
#header nav ul.navUL li.news.active:hover { background: url(../images/nav_menu_on_220510.png) no-repeat;  background-position: 0px -15px; }
#header nav ul.navUL li.news--update { background-position: 0px -79px; height:40px;}


#header nav ul.navUL li.menu0 { background-position: 0px 0px;margin-top: 10px; height:56px;}

#header nav ul.navUL li.menu1 { background-position: 0px -144px;  margin-top: 10px; height:56px; cursor: default;}
#header nav ul.navUL li.menu1:hover { background: url(../images/nav_menu_off_220510.png) no-repeat;  background-position: 0px -144px; }
#header nav ul.navUL li.menu1.active:hover { background: url(../images/nav_menu_on_220510.png) no-repeat;  background-position: 0px -144px; }
#header nav ul.navUL li.menu1_0 { background-position: 0px -214px; height: 40px;  }
#header nav ul.navUL li.menu1_1 { background-position: 0px -256px; height:40px;  }
#header nav ul.navUL li.menu1_2 { background-position: 0px -296px; height:40px;  }
#header nav ul.navUL li.menu1_3 { background-position: 0px -335px; height:40px;  }

#header nav ul.navUL li.menu2 { background-position: 0px -394px; margin-top: 10px;  height:56px; cursor: default;}
#header nav ul.navUL li.menu2:hover { background: url(../images/nav_menu_off_220510.png) no-repeat;  background-position: 0px -394px; }
#header nav ul.navUL li.menu2.active:hover { background: url(../images/nav_menu_on_220510.png) no-repeat;  background-position: 0px -394px; }
#header nav ul.navUL li.menu2_0 { background-position: 0px -455px; height: 40px;  }
#header nav ul.navUL li.menu2_1 { background-position: 0px -494px; height: 40px;  }

/*
#header nav .sns_area{ position: absolute; top: 823.641px; left: 18%; width: 225px; height: 50px; z-index: 4; }
#header nav .sns_area ul li { display: inline-block; width: 50px; height: 50px; background: url(../images/btn_navSns_off_0319.png) no-repeat; transition: 0.5s all; }
#header nav .sns_area ul li:hover{  background: url(../images/btn_navSns_on_0319.png) no-repeat;}
#header nav .sns_area ul li a{ width: 100%; height: 100%; cursor: pointer; display: inline-block; }

#header nav .sns_area ul li.snsbtn0{ background-position: 0 0; }
#header nav .sns_area ul li.snsbtn1{ background-position: -57px -0px }
#header nav .sns_area ul li.snsbtn2{ background-position: -115px -0px }
#header nav .sns_area ul li.snsbtn3{ background-position: -174px -0px } */
/*

.main_sns_area{ position: fixed; top: 78px; right: 4.6%; width: 149px; height: 121px; background: url(../images/btn_mainSns2_0319.png) no-repeat left top; z-index: 4; transition: all 0.3s linear; }
.main_sns_area ul li { position: absolute; width: 35px; height: 35px; }
.main_sns_area ul li a{ width: 100%; height: 100%; display: block; }
.main_sns_area ul li.main_snsbtn0 { width: 146px; height: 43px; top: 10px; }
.main_sns_area ul li.main_snsbtn1 { top: 65px; left: 22px; }
.main_sns_area ul li.main_snsbtn2 { top: 65px; left: 60px; }
.main_sns_area ul li.main_snsbtn3 { top: 65px; left: 95px; } */



#header nav .nav_close_btn{ position: absolute; top: 50%; margin-top: -17.5px; left: 103%; width: 35px; height: 35px; z-index: 4;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out
}
#header nav .nav_close_btn:hover{ -webkit-transform: rotate(1turn); transform: rotate(1turn) }




/* fullpage 내 컨텐츠 중앙정렬 div.element */

#fullpage {
	height: 980px;
}

/* 크롬 브라우져 일때 */
/* @media screen and (-webkit-min-device-pixel-ratio:0){
	#fullpage {
		height: 969px;
	}
} */

.section{
	width:100%;
	min-width: 1200px;
	height:100%;
	position:relative;
	overflow: hidden;
}
.element{
	position: relative;
	z-index: 2;
	 width: 1200px;
	 height:100%;
	 margin: 0 auto;
}


.banner_area{ position: fixed; top: 199px; right: 1.3%; width: 250px; height: 448px; z-index: 4; transition: 0.5s all; }
.banner_area ul li { display: block; width : 250px; height: 200px; background: url(../images/btn_banner_0605.png) no-repeat;}
.banner_area ul li a{ width: 100%; height: 100%; cursor: pointer; display: inline-block; }
.banner_area ul li:nth-child(2){ margin-top : 15px}

.banner_area ul li.banner0{ background-position: 0 0; }
.banner_area ul li.banner1{ background-position: 0 -216px; }

.login_area { display: none; position: fixed; top: 63px; right: 4%; width: 214px; height: 67px; z-index: 4; transition: 0.5s all; }
.login_area .btn_login{ width: 214px; height: 67px; background: url(../images/btn_login.png) no-repeat; }
.login_area .btn_logout_community{ width: 214px; height: 67px; background: url(../images/btn_logout_community.png) no-repeat; }
.login_area .btn_logout_facebook{ width: 214px; height: 67px; background: url(../images/btn_logout_facebook.png) no-repeat; }
.login_area .btn_logout_kakao{ width: 214px; height: 67px; background: url(../images/btn_logout_kakao.png) no-repeat; }
.login_area .btn_logout_youtube{ width: 214px; height: 67px; background: url(../images/btn_logout_youtube.png) no-repeat; }
.login_area .btn_logout_apple{ width: 214px; height: 67px; background: url(../images/btn_logout_apple.png) no-repeat; }
.login_area .btn_logout_google{ width: 214px; height: 67px; background: url(../images/btn_logout_google.png) no-repeat; }
.login_area a{ display: block; }


.psyFace { position: fixed; display: block; right:40px; top:395px; width:150px; height:180px; background:url(../images/img_psyFace_220523.png) no-repeat center top; z-index: 20;}
.psyFace a.psyFace--btn { display: block; width:100%; height: 100%;}


.psy { position: absolute; content: ''; display: block; right: 8%; top: 58.3%; width: 732px; height: 409px; background: url(../images/img_psy.png) no-repeat center top; z-index: 20; transition: 0.5s all; }
.psy.img0 { background: url(../images/img_psy.png) no-repeat center top;  }
.psy.img1 { background: url(../images/img_psy2-220509.png) no-repeat center top;  }
.psy.img2 { background: url(../images/img_psy3.png) no-repeat center top;  }
.psy.img3 { background: url(../images/img_psy4.png) no-repeat center top;  }
.psy2 { position: absolute; content: ''; display: none; right: 19%; top: 78%; width: 732px; height: 409px; background: url(../images/img_psy2.png) no-repeat center top; z-index: 20; animation: pop 3.5s infinite;}
.psy3 { position: absolute; content: ''; display: none; right: 19%; top: 78%; width: 732px; height: 409px; background: url(../images/img_psy2.png) no-repeat center top; z-index: 20; animation: pop 3.5s infinite;}
.psy4 { position: absolute; content: ''; display: none; right: 19%; top: 78%; width: 732px; height: 409px; background: url(../images/img_psy3.png) no-repeat center top; z-index: 20; animation: pop 3.5s infinite;}


.poring { position: absolute; display: none; content: ''; display: block; right: 9%; top: 87%; width: 90px; height: 134px; background: url(../images/img_poring.png) no-repeat center top; z-index: 20; animation: pop 3.5s infinite;}



.snsArea { position: fixed; display: none; transition: 0.5s all; right:40px; top:95px; width:150px; height:310px; background:url(../images/sns_floating_banner_220328.png) no-repeat center top; z-index: 20;}
.snsArea a { display: block; width:150px; height: 40px;}
.snsArea .sns1 { margin-top: 9px;}

.bannerIcon{position: absolute;  right: -40px; top:260px ; width:255px !important; height:200px !important; z-index: 5; }

/* *********
	main
   *********
*/

#main {
	display: none;
}


/* #main .intro {transition: 0.5s all;} */
#main .intro .element .btn_play{ position: absolute; top: 404px; left: 50%; width: 354px; height: 130px; margin-left: -177px; background:url(../images/btn_play.png) no-repeat; z-index: 4; }

#main .intro .element .btn_main_reservation { position: absolute; top: 54%; left:  50%; margin-left:-235px; width: 470px; height: 119px; z-index: 4; background: url(../images/btn_main_reservation.png) no-repeat;}

#main .intro .element .btn_scroll_area{ position: absolute; top: 59%; left: 50%; margin-left: -272px; width: 544px; height: 78px; z-index: 4; }
#main .intro .element .btn_scroll_area ul li { display: block; position: absolute; width: 260px; height: 78px;}
#main .intro .element .btn_scroll_area ul li a{ width: 100%; height: 100%; cursor: pointer; display: inline-block; }
#main .intro .element .btn_scroll_area ul li.btn_preResister{ left: 0;  }
#main .intro .element .btn_scroll_area ul li.btn_giveaway{right: 0; }


#main .mainTxt{position: absolute; left:50%; top:0; transform: translate(-50%, 0); z-index: 30;}
#effect_morning_area { display: block; width: 100%; position: absolute; height: 100%; z-index: 1; left: 50%; top: 0; margin-left: -50%; }
#effect_afternoon_area { display: none; width: 1900px; position: absolute; height: 100%; z-index: 1; left: 50%; top: 0; margin-left: -950px; }
#effect_evening_area { display: none; width: 1900px; position: absolute; height: 100%; z-index: 1; left: 50%; top: 0; margin-left: -950px; }
#effect_evening_area .bg_play{position:absolute; top:318px; left:590px}

/* 아침 */
#main .intro.morning{
	background:url(../images/bg_mainMorning.jpg) no-repeat center top;
	background-size: 1920px 100%;
	height:100%;
}

/* 오후 */
#main .intro.afternoon{
	background:url(../images/bg_mainAfternoon.jpg) no-repeat center top;
	background-size: 1920px 100%;
	height:100%;
}
/* 밤 */
#main .intro.evening{
	background:url(../images/bg_mainEvening.jpg) no-repeat center top;
	background-size: 1920px 100%;
	height:100%;
}

.change_timeArea {
  display: none !important;
  width: 190px; height: 60px; position: fixed; top: 80%; left: 88%; z-index: 9; transition: 0.5s all;
}
.change_timeArea a { display: inline-block; cursor: pointer; transition: 0.5s all; margin-left: 5px; }
.change_timeArea a.morning { background: url(../images/img_morning_off.png) no-repeat; width: 50px; height: 50px; }
.change_timeArea a.afternoon { background: url(../images/img_afternoon_off.png) no-repeat; width: 50px; height: 50px; }
.change_timeArea a.evening { background: url(../images/img_evening_off.png) no-repeat; width: 50px; height: 50px; }

.change_timeArea a.morning.active { background: url(../images/img_morning.png) no-repeat; width: 50px; height: 50px; }
.change_timeArea a.afternoon.active { background: url(../images/img_afternoon.png) no-repeat; width: 50px; height: 50px; }
.change_timeArea a.evening.active { background: url(../images/img_evening.png) no-repeat; width: 50px; height: 50px; }

.change_timeArea a.morning:hover { background: url(../images/img_morning.png) no-repeat; width: 50px; height: 50px; }
.change_timeArea a.afternoon:hover { background: url(../images/img_afternoon.png) no-repeat; width: 50px; height: 50px; }
.change_timeArea a.evening:hover { background: url(../images/img_evening.png) no-repeat; width: 50px; height: 50px; }


.change_cityArea {
  display: block; width: 789px; height: 56px; position: absolute; top: 55%; left: 50%; z-index: 9; margin-left: -394.5px;
}
.change_cityArea a { display: inline-block; cursor: pointer; transition: 0.5s all; margin-left: 5px; width: 189px; height: 56px; background: url(../images/btn_cityChange_off.png) no-repeat;}
.change_cityArea a:hover { background: url(../images/btn_cityChange_on.png) no-repeat;  }
.change_cityArea a.active { background: url(../images/btn_cityChange_on.png) no-repeat;  }

.change_cityArea a.prontera { background-position: 0 0;  }
.change_cityArea a.payon { background-position: -199px 0px;  }
.change_cityArea a.alberta {  background-position: -400px 0px }
.change_cityArea a.aldebaran {  background-position: -600px 0px }



/******* 스크롤네비 *******/
.scrolldownContainer {
    position: absolute;
    width: 537px;
    height: 140px;
    z-index: 10;
    top: 69%;
    left: 50%;
    transform: translateX(-50%);
  }

  .smallTxt{
    text-align: center;
    animation: pulsate-bck 1.3s ease-in-out infinite;
  }



/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



  .scrollDown{
    display: block;
    width: 52px;
    height: 80%;
    position: absolute;
    top:115px;
    left:50%;
    margin-left:-26px;
    transform: translateX(-50%);
  }
  .scrollImg{
    position:absolute;
    width: 52px;
    left:50%;
    margin-left:-26px;
	  animation:move 1.3s ease-in-out infinite;
  }

  .chevron {
	position:absolute;
	top:40px;
	left:50%;
	width:7px;
	margin-left:-3.5px;
	height:7px;
	background-color:#fff;
  border-radius: 15px;
  }

  .chevron1{
    top:40px;
    width:7px;
    margin-left:-3.5px;
    height:7px;
	  animation:opacityzero 1.3s ease-in-out infinite;
  }
  .chevron2{
    top:55px;
    width:3px;
    margin-left:-1.5px;
    height:3px;
	  animation:opacityzero 1.3s ease-in-out infinite;
    animation-delay: 0.2s;
  }

  .chevron3{
    top:70px;
    width:2px;
    margin-left:-1px;
    height:2px;
	  animation:opacityzero 1.3s ease-in-out infinite;
    animation-delay: 0.4s;
    background-color: #efefef;
  }

  .txtScroll{
    position: absolute;
    bottom:0;
    width:66px;
    left:50%;
    margin-left:-33px
  }


/*
==============================================
move (메인스크롤)
==============================================
*/
.move{
	animation-name: move;
	-webkit-animation-name: move;
	visibility: visible !important;
}
@keyframes move {
	0% {
	opacity: 1;
	top:5px;
	}
	70%{
	opacity: 0.9;
	}
	100% {
	opacity: 0;
	top:50px;
	}
  }

.opacityzero{
	animation-name: opacityzero;
	-webkit-animation-name: opacityzero;
	visibility: visible !important;
}
@keyframes opacityzero {
	0% {
	opacity: 1;
  }
  20% {
	opacity: 0.3;
	}
	100% {
	opacity: 0;
	}
  }



.particles {
  position: absolute;
  left: 65%;
  top: 46%;
  width: 196px;
  height: 207px;
  z-index: 20;
  transform: rotate(180deg);
}

.particles img {
  display: none;
  position: absolute;
}

.particles1 {
  position: absolute;
  left: 1%;
  top: 66%;
  width: 196px;
  height: 207px;
  z-index: 20;
  transform: rotate(180deg);
}

.particles1 img {
  display: none;
  position: absolute;
}


div#rain_area {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 920px;
  overflow: hidden;
  /* background: linear-gradient(to bottom, #ffffff00, #18181f); */
}

.rain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rain.back-row {
  display: none;
  z-index: 1;
  bottom: 60px;
  opacity: 0.5;
}

div.back-row-toggle .rain.back-row {
  display: block;
}

.drop {
  position: absolute;
  bottom: 100%;
  width: 15px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(90vh);
  }
  100% {
    transform: translateY(90vh);
  }
}

.stem {
  width: 1px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  display: none;
}

div.splat-toggle .splat {
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.toggles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.toggle {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  box-sizing: border-box;
  text-align: center;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.toggle:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.toggle.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.splat-toggle {
  top: 20px;
}

.back-row-toggle {
  top: 90px;
  line-height: 12px;
  padding-top: 14px;
}

.single-toggle {
  top: 160px;
}

div.single-toggle .drop {
  display: none;
}

div.single-toggle .drop:nth-child(10) {
  display: block;
}


/* .change_timeArea a:hover { opacity: 1; }
.change_timeArea a.active { opacity: 1; }  */


/* main의 크루세이더 소개 영역 */
#section_crusader{position: relative; width:100%; display: none;}
#section_crusader .intro {
    background: url(../images/crusader/bg_crusader.jpg) no-repeat center top;
    height: 100%;
    background-size: 1920px 100%;
    transition: 0.5s all;
}



.titBecome { font-size: 0; text-indent: -9999px; width: 1000px; height: 400px; background: url(../images/crusader/tit-become.png) no-repeat; position: absolute; z-index: 6; top: 58%; left: 50%; transform: translateX(-50%); }
.charCrudader { width: 1300px; height: 980px; background: url(../images/crusader/char-crusader.png) no-repeat; position: absolute; z-index: 3; top: 8%; left: 50%; transform: translateX(-58%); }

.imgStone1 { display: block; content: ''; width: 280px; height: 180px; position: absolute; left: 4%; top: 30%; background: url(../images/crusader/imgSton1.png) no-repeat; z-index: 7; animation: bounce 5.5s infinite; }
.imgStone2 { display: block; content: ''; width: 280px; height: 180px; position: absolute; left: 0%; top: 10%; background: url(../images/crusader/imgSton2.png) no-repeat; z-index: 7; animation: bounce 6s infinite; }
.imgStone3 { display: block; content: ''; width: 280px; height: 180px; position: absolute; left: 38%; top: 4%; background: url(../images/crusader/imgSton3.png) no-repeat; z-index: 7; animation: bounce 5s infinite; }
.imgStone4 { display: block; content: ''; width: 280px; height: 180px; position: absolute; left: 94%; top: 15%; background: url(../images/crusader/imgSton4.png) no-repeat; z-index: 7; animation: bounce 4.5s infinite; }
.imgStone5 { display: block; content: ''; width: 280px; height: 180px; position: absolute; left: 89%; top: 31%; background: url(../images/crusader/imgSton5.png) no-repeat; z-index: 7; animation: bounce 3s infinite; }


#section_alchemist,
#section_psy{
  display: none;
}
#section_alchemist .intro ,
#section_psy .intro {
  height: 100%;
  background-size: 1920px 100%;
  transition: 0.5s all;
}
#section_alchemist .tit,
#section_psy .tit{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#section_alchemist .intro {
  background: url(../images/alchemist/bg_alchemist.jpg) no-repeat center top;
}
#section_psy .intro {
  background: url(../images/bg_psy.jpg?ver=220524) no-repeat center top;
}

#section_screenshot{position: relative; width:100%; display: none;}
#section_screenshot .intro {
    background: url(../images/crusader/bg_screenshot_220627.jpg) no-repeat center top;
    height: 100%;
    background-size: 1920px 100%;
    transition: 0.5s all;
}
#section_screenshot .intro .element{ width: 100%; }

/* main의 아이템보상영역 */
#section_reservation{position: relative; width:100%; display: none;}
#section_reservation .intro {
    background: url(../images/reservation/bg_reward_0806.jpg) no-repeat center top;
    height: 100%;
    background-size: 1920px 100%;
    transition: 0.5s all;
}

#section_reservation .intro .reward{
  position: absolute;
  top:248px;
  left:50%;
  width:1026px;
  height:510px;
  margin-left:-513px;
  box-sizing: border-box;
}

#section_reservation .intro .reward ul{
  width:100%;
  padding-top: 43px;
  display:flex;
  display:-ms-flex;
  display:-webkit-flex;
  flex-wrap: nowrap;
  -ms-flex-wrap : nowrap;
  -webkit-box-lines: single;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  box-sizing: border-box;
}

#section_reservation .intro .reward ul.rewardItem{
  padding:15px 20px 0;

}

#section_reservation .intro .reward ul li{
  display:flex;
  display:-ms-flex;
  display:-webkit-flex;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -99999px;
}

#section_reservation .intro .reward ul.gauge li{
  width:198px;
  height:231px;
}
#section_reservation .intro .reward ul.rewardItem li{
  width:162px;
  height:181px;
}

#section_reservation .intro .reward ul li a{
  display: block;
  width: 100%;
  height: 100%;
}

#section_reservation .intro .reward ul.gauge li:first-child{
  background-image: url('../images/reservation/img_reward1_off.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(2){
  background-image: url('../images/reservation/img_reward2_off.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(3){
  background-image: url('../images/reservation/img_reward3_off.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(4){
  background-image: url('../images/reservation/img_reward4_off.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(5){
  background-image: url('../images/reservation/img_reward5_off.png');
}

#section_reservation .intro .reward ul.gauge li:first-child.on{
  background-image: url('../images/reservation/img_reward1_on.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(2).on{
  background-image: url('../images/reservation/img_reward2_on.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(3).on{
  background-image: url('../images/reservation/img_reward3_on.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(4).on{
  background-image: url('../images/reservation/img_reward4_on.png');
}
#section_reservation .intro .reward ul.gauge li:nth-child(5).on{
  background-image: url('../images/reservation/img_reward5_on.png');
}


#section_reservation .intro .reward ul.rewardItem li:first-child{
  background-image: url('../images/reservation/btn_reward1_off.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(2){
  background-image: url('../images/reservation/btn_reward2_off.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(3){
  background-image: url('../images/reservation/btn_reward3_off.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(4){
  background-image: url('../images/reservation/btn_reward4_off.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(5){
  background-image: url('../images/reservation/btn_reward5_off.png');
}


#section_reservation .intro .reward ul.rewardItem li:first-child a:hover{
  background-image: url('../images/reservation/btn_reward1_on.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(2) a:hover{
  background-image: url('../images/reservation/btn_reward2_on.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(3) a:hover{
  background-image: url('../images/reservation/btn_reward3_on.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(4) a:hover{
  background-image: url('../images/reservation/btn_reward4_on.png');
}
#section_reservation .intro .reward ul.rewardItem li:nth-child(5) a:hover{
  background-image: url('../images/reservation/btn_reward5_on.png');
}

#section_reservation .reservation_area{ position: absolute; top: 800px; left: 50%; margin-left: -228px; width: 456px; height: 68px; z-index: 4; }
#section_reservation .reservation_area ul li { display: block; position: absolute; width: 223px; height: 68px; }
#section_reservation .reservation_area ul li a{ width: 100%; height: 100%; cursor: pointer; display: inline-block; }
#section_reservation .reservation_area ul li.btn_android{background: url(../images/reservation/googleplay.png) no-repeat 0 0;left: 0;  }
#section_reservation .reservation_area ul li.btn_app{ background: url(../images/reservation/appstore.png) no-repeat 0 0; right: 0; }


/******* #section_reservation 내 스크롤네비 *******/
#section_reservation .scrolldownContainer {
    position: absolute;
    width: 69px;
    height: 60px;
    z-index: 10;
    top: 85%;
    left: 50%;
	  margin-left:-34.5px;
    z-index: 1;
  }

#section_reservation .scrollDown{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:43px;
    left:50%;
    margin-left:-34.5px;
  }
#section_reservation .scrollImg{
    position:absolute;
    width: 100%;
    left:50%;
    margin-left:-34.5px;
	  animation:move 1.3s ease-in-out infinite;
  }

 #section_reservation .chevron {
	position:absolute;
	top:53px;
	left:50%;
	width:7px;
	margin-left:-3.5px;
	height:7px;
	background-color:#493926;
  border-radius: 0;
  transform: rotate(45deg);
  }

 #section_reservation .chevron1{
    top:53px;
    width:7px;
    margin-left:-3.5px;
    height:7px;
	  animation:opacityzero 1.3s ease-in-out infinite;
  }
 #section_reservation .chevron2{
    top:67px;
    width:4px;
    margin-left:-2px;
    height:4px;
	  animation:opacityzero 1.3s ease-in-out infinite;
    animation-delay: 0.2s;
  }

 #section_reservation .chevron3{
    top:77px;
    width:2px;
    margin-left:-1px;
    height:2px;
	  animation:opacityzero 1.3s ease-in-out infinite;
    animation-delay: 0.4s;
    background-color: #493926;
  }




/* main의 이메일등록 영역 */
#section_registration{position: relative; width:100%;height:1395px; display:none;}
#section_registration .intro {
    background: url(../images/reservation/bg_registration_1110.jpg) no-repeat center top;
    height: 100%;
    background-size: 1920px 100%;
    transition: 0.5s all;
}
#section_registration .bonusReward{
  position: absolute;
  left:50%;
  top:42.4%;
  width:72%;
  transform: translateX(-50%);
}
#section_registration .bonusReward ul li{
  width:200px;
  height: 215px;
  float: left;
  margin:0 10px;
}

#section_registration .bonusReward ul li a{
  width:100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

#section_registration .bonusReward ul li#reward1{
  margin-left:0
}

#section_registration .bonusReward ul li#reward4{
  margin-right:0
}

#section_registration .emailArea{
  position: absolute;
  top:890px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

#section_registration .emailArea button{
  border:none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

#section_registration .emailArea input.email, #section_registration .emailArea .codeArea input{
  width:605px;
  height:58px;
  font-size: 22px;
  border:1px solid #dddddd;
  padding:10px 20px;
  box-sizing: border-box;
  text-align: left;
  outline: none;
  color:#333;
  background-color:#fff
}

#section_registration .emailArea .inputArea{
  width:100%;
  background:url('../images/reservation/img_bar.png') no-repeat center bottom;
  padding-bottom: 50px;
}

#section_registration .emailArea input.email.disabled{
  background-color:#ccc;
  color:#a0a0a0
}

#section_registration .emailArea .codeArea{
  clear: both;
  width:605px;
  height:58px;
  margin:10px auto;
}
#section_registration .emailArea input.code{
  width:370px;
  float:left;
}
#section_registration .emailArea .btn_code, #section_registration .emailArea .btn_code.disabled {
  float:right;
}
#section_registration .emailArea .chkBox{
  clear: both;
  padding:2px 0;
  text-align: left;
  margin:0 auto;
  width:605px
}
#section_registration .emailArea .chkBox label{cursor: pointer;}
#section_registration .emailArea input.email::placeholder, #section_registration .emailArea .codeArea input::placeholder{
  color:#ccc
}
#section_registration .emailArea input.email::-ms-input-placeholder, #section_registration .emailArea .codeArea input::-ms-input-placeholder{
   color:#ccc
}

#section_registration .emailArea input.email::-webkit-input-placeholder, #section_registration .emailArea .codeArea input::-webkit-input-placeholder{
  color:#ccc
}

#section_registration .emailArea input.disabled::placeholder{
  color:#a0a0a0 !important
}
#section_registration .emailArea input.disabled:-ms-input-placeholder{
  color:#a0a0a0 !important
}
#section_registration .emailArea input.disabled::-webkit-input-placeholder{
  color:#a0a0a0 !important
}
.agreeText{margin-left: 4px; display: inline-block; vertical-align: sub;}

/* agree */


#section_registration .emailArea .btn_agree{
  vertical-align: sub;
}
#section_registration .emailArea .btn_submit{
  width:862px;
  margin-top: 20px;
  text-align: center;
}



/************************************************/
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 19px;
  vertical-align:sub;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 25%);
}

.switch input:checked + .slider {
  background-color: #4cd964;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #4cd964;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
/*
#section_registration #agree1{

	background:url('../images/reservation/img_agree1.png') no-repeat left;
}
*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* *********
	// main
   *********
*/




#header_leftContents { transform: translateX(-1000px); }
#header_rightContents { transform: translateX(+1000px); }



.showBottom {
    transition: 0.5s all;
    display: block;
    position: fixed;
    right: 73px;
    bottom: 72px;
    z-index: 10;
    opacity: 0.5;
    width: 185px;
    height: 25px;
    background: url("../images/btn_footerOpen.png") no-repeat;
    background-size: 100% auto;
}

.showBottom:hover {
    opacity: 1;
}

.showBottom.active {
    bottom: 113px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer.cbp-spmenu {
    background: #000;
    position: relative;
    display: none;
    width: 100%;
    height: 55px;
    left: 0;
    z-index: 20;
    bottom: 0;
    min-width: 1200px;
    box-sizing: border-box;
}

footer:after {
    clear: both;
    display: block;
    content: ""
}

footer.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

footer.cbp-spmenu.cbp-spmenu-open {
    bottom: 0px;
}

footer.cbp-spmenu,
footer.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .copyText {
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    text-align: center;
    padding-top: 20px;
}


footer .copyText a img {
    width: 100%;
    height: 100%
}

footer .footerLogo {
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 13px
}
/* //footer */

/* 공지사항 */
.terms {
	text-indent: -9999px
}

/* 이벤트배경 */
.imgView { position: absolute; top: 0; left: 0; z-index:1;}
.imgView span{z-index:1;}

/* popup */
.blind{
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:black;
	width:100%;
  min-width: 1200px;
	height:4254px;
	z-index:21;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	 opacity: 0.7;
}
.popup{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
  max-width: 30vw;
  z-index:22;
  transform: translate(-50%, -50%);
}
.popup div{
	width:100%;
	height:100%;
}
.popup .btn_close{
	position:absolute;
	top:0px;
	right:-50px;
	width:35px;
	height:35px;
	z-index: 12;
}
.popup .btn_close:hover{ -webkit-transform: rotate(1turn); transform: rotate(1turn) }


#pop_items div{display: none;}
#pop_items div img{width: 100%;}
#pop_reward div{display: none;}
#pop_reward div img{width: 100%;}

#pop_cbt{max-width: 530px; top: 230px; left: 4px; transform: translate(0,0);}
#pop_cbt .btn_close{
  bottom: auto;
  top:2%;
  right: 2%;
  width: 3%;
  height: 3%;
  cursor: pointer;
}

/* Alert 팝업 */

.pop_alert{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	z-index:15;
    width: 580px; height: 300px; margin-left: -290px; margin-top: -150px;
}


.textArea {
    position: absolute; top: 9.3%; transition: 0.5s all; width: 100%; height: 125px; line-height: 125px; text-align: center;
    box-sizing: border-box;
    padding: 0 92px;
}
.textArea p {
    font-size: 27.5px;
    color: #264a72;
    font-weight: bold;
    display: inline-block;
    /* max-width: 202px; */
    /* max-height: 55px; */
    vertical-align: middle;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* terms 팝업*/
#pop_terms{
  max-width: 860px;
  width:46.7vw;
  min-width: 350px;
  background-color: #fff;
  color:#000;
}
#pop_terms img{width: 100%;}

#pop_terms .btn_close{
  bottom: 2.5%;
  top:auto;
  right: 4%;
  width: 13%;
  height: 5%;
}

/* movie_wrap 동영상 */
.movie_wrap{
	position: fixed;
	background: url(../images/movie_wrap.png) no-repeat;
	transform: scale(0,0);
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	top:53%;
	left:50%;
	width:1300px;
	height:740px;
	margin-left:-650px;
	margin-top:-370px;
	z-index:25;
}
.movie_wrap.open_movie{
	transform : scale(1,1);
	transition: all .5s;
	opacity: 1;
}
.movie_wrap .btn_close{
    position: absolute;
    top: -7%;
    right: 50%;
    width: 29px;
    height: 30px;
    z-index: 25;
}
.movie_wrap .btn_close:hover{
	transition:transform .6s ease-out;
  transition:-webkit-transform .6s ease-out;
}
.movie_wrap .you_tube{
	position:relative;
	height:0;
	padding-bottom:56.25%;
	z-index:25;
}
.movie_wrap .you_tube iframe, .movie_wrap  .you_tube object, .movie_wrap  .you_tube embed{
    position: absolute;
    display: block;
    width: 97%;
    height: 97%;
    margin-top: 70px;
    left: 1.5%;
    top: -7%;
}



.btn_detail_view{
	position: absolute;
	left : 50%;
	margin-left : -79px;
	bottom : 8%;
	width: 158px;
	height: 26px;
	background : url("../images/btn_detail_view.png") no-repeat;
	cursor: pointer;
	z-index: 10;
}
.bt15{
	bottom : 15%;
}
.bt13{
	bottom : 13%;
}

/* top button */
#btn_top { display: none !important; position: fixed; width: 137px; height: 137px; right: 1%; z-index: 21; bottom: 7%; cursor: pointer; }
/* //top button */



/* fog animation */

  .fog_area{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: 0.7;
    /* -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
    filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2); */
  }
  #foglayer_01, #foglayer_02, #foglayer_03 {
    height: 100%;
    position: absolute;
    width: 200%;
  }
  #foglayer_01 .image01, #foglayer_01 .image02,
  #foglayer_02 .image01, #foglayer_02 .image02,
  #foglayer_03 .image01, #foglayer_03 .image02 {
    float: left;
    height: 100%;
    width: 50%;
  }
  #foglayer_01 {
    -webkit-animation: foglayer_moveme 25s linear infinite;
    -moz-animation: foglayer_moveme 25s linear infinite;
    animation: foglayer_moveme 25s linear infinite;
    /* -webkit-animation: foglayer_01_opacity 20s linear infinite, foglayer_moveme 25s linear infinite;
    -moz-animation: foglayer_01_opacity 20s linear infinite, foglayer_moveme 25s linear infinite;
    animation: foglayer_01_opacity 20s linear infinite, foglayer_moveme 25s linear infinite; */
  }
  #foglayer_02, #foglayer_03 {
    -webkit-animation: foglayer_moveme 23s linear infinite;
    -moz-animation: foglayer_moveme 23s linear infinite;
    animation: foglayer_moveme 23s linear infinite;
    /* -webkit-animation: foglayer_02_opacity 31s linear infinite, foglayer_moveme 23s linear infinite;
    -moz-animation: foglayer_02_opacity 31s linear infinite, foglayer_moveme 23s linear infinite;
    animation: foglayer_02_opacity 31s linear infinite, foglayer_moveme 23s linear infinite; */
  }


  #foglayer_01 .image01, #foglayer_01 .image02 {
    background: url("../images/fog1.png") center center/cover no-repeat transparent;
    opacity: 0.7;
  }
  #foglayer_02 .image01, #foglayer_02 .image02,
  #foglayer_03 .image01, #foglayer_03 .image02{
    background: url("../images/fog2.png") center center/cover no-repeat transparent;
    opacity: 0.7;
  }

  /* ---------- Keyframe Layer 1 ---------- */
  @-webkit-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  @-moz-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  @-o-keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  @keyframes foglayer_01_opacity {
    0% { opacity: .1; }
    22% { opacity: .5; }
    40% { opacity: .28; }
    58% { opacity: .4; }
    80% { opacity: .16; }
    100% { opacity: .1; }
  }
  /* ---------- Keyframe Layer 2 ---------- */
  @-webkit-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  @-moz-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  @-o-keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  @keyframes foglayer_02_opacity {
    0% { opacity: .5; }
    25% { opacity: .2; }
    50% { opacity: .1; }
    80% { opacity: .3; }
    100% { opacity: .5; }
  }
  /* ---------- Keyframe Layer 3 ---------- */
  @-webkit-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  @-moz-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  @-o-keyframes foglayer_03_opacity {
    0% { opacity: .8 }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  @keyframes foglayer_03_opacity {
    0% { opacity: .8; }
    27% { opacity: .2; }
    52% { opacity: .6; }
    68% { opacity: .3; }
    100% { opacity: .8; }
  }
  /* ---------- Keyframe moveMe ---------- */
  @-webkit-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  @-moz-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  @-o-keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }
  @keyframes foglayer_moveme {
    0% { left: 0; }
    100% { left: -100%; }
  }

  @media only screen
    and (min-width: 280px)
    and (max-width: 767px) {
      #foglayer_01 .image01, #foglayer_01 .image02,
      #foglayer_02 .image01, #foglayer_02 .image02,
      #foglayer_03 .image01, #foglayer_03 .image02 {
        width: 100%;
      }
    }
/* //fog animation */


/* bird animation */
@import url("https://fonts.googleapis.com/css?family=Arima+Madurai:300");
.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: 900px 125px;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  opacity: 0.7;

  -webkit-animation-timing-function: steps(10);

          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;

          animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  -webkit-transform: scale(0) translateX(-10vw);

      transform: scale(0) translateX(-10vw);
  will-change: transform;

  -webkit-animation-name: fly-right-one;

          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;

          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

          animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 15s;

          animation-duration: 15s;
  -webkit-animation-delay: 0;

          animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-name: fly-right-two;
  animation-name: fly-right-two;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
    top: 60%;
}
.bird-container--three {
  -webkit-animation-name: fly-right-three;
  animation-name: fly-right-three;
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 20.5s;
          animation-delay: 20.5s;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}


@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    -webkit-transform: scale(0.3) translateX(-10vw);
            transform: scale(0.3) translateX(-10vw);
  }
  10% {
    -webkit-transform: translateY(2vh) translateX(10vw) scale(0.4);
            transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.5);
            transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.6);
            transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    -webkit-transform: translateY(2vh) translateX(70vw) scale(0.6);
            transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.6);
            transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    -webkit-transform: scale(0.3) translateX(-10vw);
            transform: scale(0.3) translateX(-10vw);
  }
  10% {
    -webkit-transform: translateY(2vh) translateX(10vw) scale(0.4);
            transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.5);
            transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.6);
            transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    -webkit-transform: translateY(2vh) translateX(70vw) scale(0.6);
            transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.6);
            transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
            transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}


@-webkit-keyframes fly-right-two {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
            transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(-4vh) translateX(10vw) scale(0.4);
            transform: translateY(-4vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-8vh) translateX(30vw) scale(0.6);
            transform: translateY(-8vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(-16vh) translateX(50vw) scale(0.45);
            transform: translateY(-16vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-25vh) translateX(70vw) scale(0.5);
            transform: translateY(-25vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-30vh) translateX(90vw) scale(0.45);
            transform: translateY(-30vh) translateX(90vw) scale(0.45);
  }
  60% {
    -webkit-transform: translateY(-40vh) translateX(110vw) scale(0.45);
            transform: translateY(-40vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(-60vh) translateX(110vw) scale(0.45);
            transform: translateY(-60vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
            transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(-4vh) translateX(10vw) scale(0.4);
            transform: translateY(-4vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-8vh) translateX(30vw) scale(0.6);
            transform: translateY(-8vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(-16vh) translateX(50vw) scale(0.45);
            transform: translateY(-16vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-25vh) translateX(70vw) scale(0.5);
            transform: translateY(-25vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-30vh) translateX(90vw) scale(0.45);
            transform: translateY(-30vh) translateX(90vw) scale(0.45);
  }
  60% {
    -webkit-transform: translateY(-40vh) translateX(110vw) scale(0.45);
            transform: translateY(-40vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(-60vh) translateX(110vw) scale(0.45);
            transform: translateY(-60vh) translateX(110vw) scale(0.45);
  }
}

@-webkit-keyframes fly-right-three {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
            transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(-4vh) translateX(10vw) scale(0.4);
            transform: translateY(-4vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-8vh) translateX(30vw) scale(0.6);
            transform: translateY(-8vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(-16vh) translateX(50vw) scale(0.45);
            transform: translateY(-16vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-25vh) translateX(70vw) scale(0.5);
            transform: translateY(-25vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-30vh) translateX(90vw) scale(0.45);
            transform: translateY(-30vh) translateX(90vw) scale(0.45);
  }
  60% {
    -webkit-transform: translateY(-40vh) translateX(110vw) scale(0.45);
            transform: translateY(-40vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(-60vh) translateX(110vw) scale(0.45);
            transform: translateY(-60vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-three {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
            transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(-4vh) translateX(10vw) scale(0.4);
            transform: translateY(-4vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-8vh) translateX(30vw) scale(0.6);
            transform: translateY(-8vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(-16vh) translateX(50vw) scale(0.45);
            transform: translateY(-16vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-25vh) translateX(70vw) scale(0.5);
            transform: translateY(-25vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-30vh) translateX(90vw) scale(0.45);
            transform: translateY(-30vh) translateX(90vw) scale(0.45);
  }
  60% {
    -webkit-transform: translateY(-40vh) translateX(110vw) scale(0.45);
            transform: translateY(-40vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(-60vh) translateX(110vw) scale(0.45);
            transform: translateY(-60vh) translateX(110vw) scale(0.45);
  }
}

/* //bird animation */


/* flower flake */
.set {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(-16.5deg);
}
.set div
{
    position: absolute;
    display: block;
}
.set div:nth-child(2n-1)
{
  filter: blur(1.5px);


}
.set div:nth-child(1)
{
    left: 20%;
    animation: animate 15s linear infinite, swingswing 2s linear alternate;
    animation-delay: -7s;
}
.set div:nth-child(2)
{
    left: 50%;
    animation: animate 20s linear infinite;
    animation-delay: -5s;
}
.set div:nth-child(3)
{
    left: 70%;
    animation: animate 25s linear infinite;
}
.set div:nth-child(4)
{
    left: 0%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}
.set div:nth-child(5)
{
    left: 85%;
    animation: animate 18s linear infinite;
    animation-delay: -10s;
}
.set div:nth-child(6)
{
    left: 0%;
    animation: animate 12s linear infinite;
}
.set div:nth-child(7)
{
    left: 38%;
    animation: animate 14s linear infinite;
}
.set div:nth-child(8)
{
    left: 60%;
    animation: animate 15s linear infinite;
}
@keyframes animate
{
    0%
    {
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }
    10%
    {
        opacity: 1;
    }
    20%
    {
        transform: translateX(-20px) rotate(45deg);
    }
    40%
    {
        transform: translateX(-20px) rotate(90deg);
    }
    60%
    {
        transform: translateX(20px) rotate(135deg);
    }
    80%
    {
        transform: translateX(-20px) rotate(180deg);
    }
    100%
    {
        top: 110%;
        transform: translateX(-20px) rotate(225deg);
    }
}
@keyframes swingswing {
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(5deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.set2
{
    transform: scale(2) rotateY(180deg);
    filter: blur(2px);
}
.set3
{
    transform: scale(0.8) rotateX(180deg);
    filter: blur(4px);
}
/* //flower flake */



/* evening effect 정의 */
.house0{
  width: 329px; height: 250px; position: absolute; left: 108px; top: 373px; z-index: 10;
}
.house0 i { display: block; position: absolute; }
.house0 i.leftWin0{ width : 110px; height: 93px; top: 156px; left: -8px; background: url(../images/even_leftWin0.png) no-repeat;
  animation: blinking 1s ease-in-out infinite alternate;
 }
.house0 i.leftWin1{ width : 121px; height: 109px; top: 43px; left: 24px; background: url(../images/even_leftWin1.png) no-repeat;
  animation: blinking1 1.5s ease-in-out infinite alternate;
 }
 .house0 i.leftWin2{ width : 110px; height: 93px; top: 175px; left: 56px; background: url(../images/even_leftWin2.png) no-repeat;
  animation: blinking1 0.8s ease-in-out infinite alternate;
}
.house0 i.leftWin3{ width : 121px; height: 103px; top: -5px; left: 149px; background: url(../images/even_leftWin3.png) no-repeat;
  animation: blinking 1.2s ease-in-out infinite alternate;
 }
.house0 i.leftWin4{ width : 110px; height: 93px; top: 21px; left: 247px; background: url(../images/even_leftWin4.png) no-repeat;
  animation: blinking1 1.8s ease-in-out infinite alternate;
 }

 .house0 i.img_light0{ width : 103px; height: 105px; top: -18px; left: 140px; background: url(../images/img_light0.png) no-repeat;
  animation: blinking 1s ease-in-out infinite alternate;
 }
.house0 i.img_light1{ width : 178px; height: 182px; top: 125px; left: -70px; background: url(../images/img_light1.png) no-repeat;
  animation: blinker 1.5s linear infinite , scaled2 10.1s ease-in-out infinite alternate;;
 }
.house0 i.img_light2{ width : 84px; height: 86px; top: 34px; left: 234px; background: url(../images/img_light2.png) no-repeat;;
  animation: scaled2 10.1s ease-in-out infinite alternate;
 }
.house0 i.img_light3{ width : 84px; height: 86px; top: 53px; left: 8px; background: url(../images/img_light2.png) no-repeat;;
  animation: scaled2 10.1s ease-in-out infinite alternate;
 }

 .house1{
  width: 329px; height: 250px; position: absolute; left: 393px; top: 21%; z-index: 10;
}
.house1 i { display: block; position: absolute; }
.house1 i.leftWin5{ width : 103px; height: 85px; top: 56px; left: 150px; background: url(../images/even_leftWin5.png) no-repeat;
  animation: blinking 1s ease-in-out infinite alternate;
 }
.house1 i.leftWin6{ width : 82px; height: 70px; top: 61px; left: 241px; background: url(../images/even_leftWin6.png) no-repeat;
  animation: blinking1 1.5s ease-in-out infinite alternate;
 }
.house1 i.light3{ width : 84px; height: 86px; top: 58px; left: 216px; background: url(../images/img_light3.png) no-repeat;
  animation: blinking1 1s ease-in infinite alternate, scaled 1s ease-in-out infinite alternate;

 }

.house2{
  width: 329px; height: 250px; position: absolute; left: 55%; top: 373px; z-index: 10;
}
.house2 i { display: block; position: absolute; }
.house2 i.rightWin0{ width : 126px; height: 114px; top: 33px; left: -16px; background: url(../images/even_rightWin0.png) no-repeat;
  animation: blinking1 1.5s ease-in-out infinite alternate;
 }
.house2 i.rightWin1{ width : 111px; height: 94px; top: 77px; left: 144px; background: url(../images/even_rightWin1.png) no-repeat;
  animation: blinking 1s ease-in-out infinite alternate;
 }
.house2 i.rightWin2{ width : 87px; height: 92px; top: 162px; left: 175px; background: url(../images/even_rightWin2.png) no-repeat;
  animation: blinking1 1.1s ease-in-out infinite alternate;
 }

 .house2 i.rightWin3{ width: 111px; height: 94px; top: -75%; left: 278px; background: url(../images/even_rightWin1.png) no-repeat;
  animation: blinking 1s ease-in-out infinite alternate; background-size: 65% 71%;
 }
.house2 i.lemp_light0{ width : 207px; height: 138px; top: 366px; left: 91px; background: url(../images/lemp_light0.png) no-repeat;
  animation: flicker 2.1s ease-in-out infinite alternate;
 }
.house2 i.lemp_light1{ width : 83px; height: 83px; top: 193px; left: 293px; background: url(../images/img_light5.png) no-repeat;
  animation: blinker 1.5s linear infinite , scaled2 10.1s ease-in-out infinite alternate;;
 }
.house2 i.lemp_light2{ width : 83px; height: 83px; top: 107px; left: 413px; background: url(../images/img_light6.png) no-repeat; transform: scale( 0.3 );
  animation: scaled2 10.1s ease-in-out infinite alternate;
 }
.house2 i.lemp_0{ width : 62px; height: 62px; top: 80px; left: 343px; background: url(../images/img_lemp0.png) no-repeat;;
  animation: swing ease-in-out 1s infinite alternate, blinking2 1.0s ease-in-out infinite alternate;
 }
.house2 i.lemp_1{ width : 63px; height: 63px; top: 174px; left: 364px; background: url(../images/img_lemp1.png) no-repeat;;
  animation: swing linear 0.3s infinite alternate, blinking2 1.5s ease-in-out infinite alternate;
 }
.house2 i.lemp_2{ width : 81px; height: 81px; top: 153px; left: 435px; background: url(../images/img_lemp2.png) no-repeat;;
  animation: swing1 linear 1.3s infinite alternate, blinking2 3.5s ease-in-out infinite alternate;
 }




@keyframes scaled{
   0% {transform:scale(0.3)}
   100% {transform :scale(0.7)}
 }

@keyframes blinking{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blinking1{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blinking2{
  0% {opacity:0.5;}
  100% {opacity:1;}
}

@keyframes scaled2 {
  10% { transform: scale(0.3); }
  20% { transform: scale(0.5); }
  30% { transform: scale(0.3); }
  40% { transform: scale(0.5); }
  50% { transform: scale(0.3); }
  60% { transform: scale(0.5); }
  70% { transform: scale(0.3); }
  80% { transform: scale(0.5); }
  90% { transform: scale(0.3); }
  100% { transform: scale(0.5); }
  /* 50% {
    transform: rotate(720deg) scale(0.5);
  } */
}
@keyframes blinker {
  /* animation: blinker 1s linear infinite; */
  50% {
    opacity: 0;
  }
}

@keyframes flicker {
  0%,
	19.999%,
	22%,
	62.999%,
	64%,
	64.999%,
	70%,
	100% {
    opacity: 0.99;

  }
  20%,
	21.999%,
	63%,
	63.999%,
	65%,
	69.999% {
    opacity: 0.4;

  }
}

@keyframes swing {

  0% { transform: rotate(10deg); }
  100% { transform: rotate(-10deg); }
}
@keyframes swing1 {

  0% { transform: rotate(20deg); }
  100% { transform: rotate(-20deg); }
}

/* evening effect 정의 */


/* 데비루치 effect 정의 */
.scene_saturn__sparks {
	-webkit-transform: translateZ(-100px);
	transform: translateZ(-100px);
	width: 152px;
    height: 152px;
    border-radius: 76px;
    /* background: white; */
    -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 62%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
  }
  .scene_saturn__sparks .spark {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: rgb(100, 59, 94);
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .scene_saturn__sparks .spark.spe {

	background: rgb(169, 47, 61);

  }
  .scene_saturn__sparks .spark:nth-of-type(odd) {
	background: rgb(252, 235, 105);
  }
  .scene_saturn__sparks .spark.spe:nth-of-type(odd) {
	background: rgb(184, 164, 181);
  }
  @-webkit-keyframes spark--1 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
		left: -147px;
		top: 167px;
		-webkit-transform: scale(0);
				transform: scale(0);
	}
  }
  @keyframes spark--1 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
		left: -147px;
		top: 167px;
		-webkit-transform: scale(0);
				transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(1) {
	-webkit-animation: spark--1 1.5s 0.1s infinite;
			animation: spark--1 1.5s 0.1s infinite;
  }
  @-webkit-keyframes spark--2 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -73px;
	  top: -138px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--2 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -73px;
	  top: -138px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(2) {
	-webkit-animation: spark--2 1.5s 0.2s infinite;
			animation: spark--2 1.5s 0.2s infinite;
  }
  @-webkit-keyframes spark--3 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 179px;
	  top: -9px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--3 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 179px;
	  top: -9px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(3) {
	-webkit-animation: spark--3 1.5s 0.3s infinite;
			animation: spark--3 1.5s 0.3s infinite;
  }
  @-webkit-keyframes spark--4 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -80px;
	  top: -135px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--4 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -80px;
	  top: -135px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(4) {
	-webkit-animation: spark--4 1.5s 0.4s infinite;
			animation: spark--4 1.5s 0.4s infinite;
  }
  @-webkit-keyframes spark--5 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 69px;
	  top: 152px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--5 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 69px;
	  top: 152px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(5) {
	-webkit-animation: spark--5 1.5s 0.5s infinite;
			animation: spark--5 1.5s 0.5s infinite;
  }
  @-webkit-keyframes spark--6 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -9px;
	  top: 144px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--6 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -9px;
	  top: 144px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(6) {
	-webkit-animation: spark--6 1.5s 0.6s infinite;
			animation: spark--6 1.5s 0.6s infinite;
  }
  @-webkit-keyframes spark--7 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -17px;
	  top: -172px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--7 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -17px;
	  top: -172px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(7) {
	-webkit-animation: spark--7 1.5s 0.7s infinite;
			animation: spark--7 1.5s 0.7s infinite;
  }
  @-webkit-keyframes spark--8 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -170px;
	  top: 65px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--8 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -170px;
	  top: 65px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(8) {
	-webkit-animation: spark--8 1.5s 0.8s infinite;
			animation: spark--8 1.5s 0.8s infinite;
  }
  @-webkit-keyframes spark--9 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 121px;
	  top: 73px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--9 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 121px;
	  top: 73px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(9) {
	-webkit-animation: spark--9 1.5s 0.9s infinite;
			animation: spark--9 1.5s 0.9s infinite;
  }
  @-webkit-keyframes spark--10 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 100px;
	  top: 38px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--10 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 100px;
	  top: 38px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(10) {
	-webkit-animation: spark--10 1.5s 1.5s infinite;
			animation: spark--10 1.5s 1.5s infinite;
  }
  @-webkit-keyframes spark--11 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -162px;
	  top: -47px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--11 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -162px;
	  top: -47px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(11) {
	-webkit-animation: spark--11 1.5s 1.1s infinite;
			animation: spark--11 1.5s 1.1s infinite;
  }
  @-webkit-keyframes spark--12 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 51px;
	  top: -70px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--12 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 51px;
	  top: -70px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(12) {
	-webkit-animation: spark--12 1.5s 1.2s infinite;
			animation: spark--12 1.5s 1.2s infinite;
  }
  @-webkit-keyframes spark--13 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -55px;
	  top: -148px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--13 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -55px;
	  top: -148px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(13) {
	-webkit-animation: spark--13 1.5s 1.3s infinite;
			animation: spark--13 1.5s 1.3s infinite;
  }
  @-webkit-keyframes spark--14 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -41px;
	  top: 120px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--14 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -41px;
	  top: 120px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(14) {
	-webkit-animation: spark--14 1.5s 1.4s infinite;
			animation: spark--14 1.5s 1.4s infinite;
  }
  @-webkit-keyframes spark--15 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -168px;
	  top: -7px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--15 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -168px;
	  top: -7px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(15) {
	-webkit-animation: spark--15 1.5s 1.5s infinite;
			animation: spark--15 1.5s 1.5s infinite;
  }
  @-webkit-keyframes spark--16 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -126px;
	  top: 100px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--16 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -126px;
	  top: 100px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(16) {
	-webkit-animation: spark--16 1.5s 1.6s infinite;
			animation: spark--16 1.5s 1.6s infinite;
  }
  @-webkit-keyframes spark--17 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 114px;
	  top: -184px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--17 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 114px;
	  top: -184px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(17) {
	-webkit-animation: spark--17 1.5s 1.7s infinite;
			animation: spark--17 1.5s 1.7s infinite;
  }
  @-webkit-keyframes spark--18 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -145px;
	  top: 21px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--18 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -145px;
	  top: 21px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(18) {
	-webkit-animation: spark--18 1.5s 1.8s infinite;
			animation: spark--18 1.5s 1.8s infinite;
  }
  @-webkit-keyframes spark--19 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -88px;
	  top: 115px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--19 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: -88px;
	  top: 115px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }

  .scene_saturn__sparks .spark:nth-of-type(19) {
	-webkit-animation: spark--19 1.5s 1.9s infinite;
			animation: spark--19 1.5s 1.9s infinite;
  }
  @-webkit-keyframes spark--20 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
			  opacity: 0;
	}
	to {
		opacity: 1;
	  left: 170px;
	  top: -107px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  @keyframes spark--20 {
	from {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	to {
	  left: 170px;
	  top: -107px;
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
  }
  .scene_saturn__sparks .spark:nth-of-type(20) {
	-webkit-animation: spark--20 1.5s 2s infinite;
			animation: spark--20 1.5s 2s infinite;
  }

/* //데비루치 effect 정의 */


/* smoke css */
canvas.smoke {
  position:absolute;
  width: 168px;
  height: 500px;
  left: 18%;
  top: -168%;
  opacity: 0.5;
}
/* //smoke css */



/* star start */
.night {
	position: absolute;
	top: 20%;
	left: 0%;
	width: 100%;
	height: 770px;

	-webkit-transform: rotateZ(20deg);
			transform: rotateZ(20deg);
  }
  .shooting_star {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    background: linear-gradient(-45deg, #6762ee, rgba(0, 0, 255, 0));
    border-radius: 999px;
    -webkit-filter: drop-shadow(0 0 6px #d462ee);
        filter: drop-shadow(0 0 6px #d462ee);
    -webkit-animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite;
        animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite;
    }
    .shooting_star::before, .shooting_star::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(230, 230, 230, 0), #d9def9, rgba(0, 0, 255, 0));
    -webkit-transform: translateX(50%) rotateZ(45deg);
        transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 5000ms ease-in-out infinite;
        animation: shining 5000ms ease-in-out infinite;
    }
    .shooting_star::after {
    -webkit-transform: translateX(50%) rotateZ(-45deg);
        transform: translateX(50%) rotateZ(-45deg);
    }
    .shooting_star:nth-child(1) {
      display: none;
    top: 18%;
    left: 30px;
    -webkit-animation-delay: 1199ms;
        animation-delay: 1199ms;
    }
    .shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
    -webkit-animation-delay: 1199ms;
        animation-delay: 1199ms;
    }
    .shooting_star:nth-child(2) {
    top: 29%;
    left: 203px;
    -webkit-animation-delay: 73ms;
        animation-delay: 73ms;
    }
    .shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after {
    -webkit-animation-delay: 73ms;
        animation-delay: 73ms;
    }
    .shooting_star:nth-child(3) {
      display: none;
    top: 35%;
    left: 234px;
    -webkit-animation-delay: 6710ms;
        animation-delay: 6710ms;
    }
    .shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after {
    -webkit-animation-delay: 6710ms;
        animation-delay: 6710ms;
    }
    .shooting_star:nth-child(4) {
      display: none;
    top: 20px;
    left: 200px;
    -webkit-animation-delay: 3487ms;
        animation-delay: 3487ms;
    }
    .shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after {
    -webkit-animation-delay: 3487ms;
        animation-delay: 3487ms;
    }
    .shooting_star:nth-child(5) {
    top: 71px;
    left: 384px;
    -webkit-animation-delay: 4724ms;
        animation-delay: 4724ms;
    }
    .shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after {
    -webkit-animation-delay: 4724ms;
        animation-delay: 4724ms;
    }
    .shooting_star:nth-child(6) {

    display: none;
    top: 60%;
    left: 27%;
    -webkit-animation-delay: 3452ms;
        animation-delay: 3452ms;
    }
    .shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after {
    -webkit-animation-delay: 3452ms;
        animation-delay: 3452ms;
    }
    .shooting_star:nth-child(7) {
      display: none;
    top: calc(50% - -8px);
    left: calc(50% - 294px);
    -webkit-animation-delay: 8783ms;
        animation-delay: 8783ms;
    }
    .shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after {
    -webkit-animation-delay: 8783ms;
        animation-delay: 8783ms;
    }
    .shooting_star:nth-child(8) {
      display: none;
    top: 10px;
      left: 63%;
    -webkit-animation-delay: 1600ms;
        animation-delay: 1600ms;
    }
    .shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after {
    -webkit-animation-delay: 1600ms;
        animation-delay: 1600ms;
    }
    .shooting_star:nth-child(9) {
    top: -250px;
      left: 72%;
    -webkit-animation-delay: 3781ms;
        animation-delay: 3781ms;
    }
    .shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after {
    -webkit-animation-delay: 3781ms;
        animation-delay: 3781ms;
    }
    .shooting_star:nth-child(10) {
    top: -122px;
      right: 53%;
    -webkit-animation-delay: 6629ms;
        animation-delay: 6629ms;
    }
    .shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after {
    -webkit-animation-delay: 6629ms;
        animation-delay: 6629ms;
    }
    .shooting_star:nth-child(11) {
      display: none;
    top: 100px;
      left: 66%;
    -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }
    .shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after {
    -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }
    .shooting_star:nth-child(12) {
      display: none;
    top: -122px;
      left: 76%;
    -webkit-animation-delay: 5186ms;
        animation-delay: 5186ms;
    }
    .shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after {
    -webkit-animation-delay: 5186ms;
        animation-delay: 5186ms;
    }
    .shooting_star:nth-child(13) {
    top: calc(50% - 79px);
    left: calc(50% - 275px);
    -webkit-animation-delay: 407ms;
        animation-delay: 407ms;
    }
    .shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after {
    -webkit-animation-delay: 407ms;
        animation-delay: 407ms;
    }
    .shooting_star:nth-child(14) {
    top: calc(50% - -53px);
    left: calc(50% - 70px);
    -webkit-animation-delay: 9025ms;
        animation-delay: 9025ms;
    }
    .shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after {
    -webkit-animation-delay: 9025ms;
        animation-delay: 9025ms;
    }
    .shooting_star:nth-child(15) {
    top: calc(50% - 175px);
    left: calc(50% - 237px);
    -webkit-animation-delay: 9363ms;
        animation-delay: 9363ms;
    }
    .shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after {
    -webkit-animation-delay: 9363ms;
        animation-delay: 9363ms;
    }
    .shooting_star:nth-child(16) {
    top: calc(50% - 83px);
    left: calc(50% - 243px);
    -webkit-animation-delay: 4574ms;
        animation-delay: 4574ms;
    }
    .shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after {
    -webkit-animation-delay: 4574ms;
        animation-delay: 4574ms;
    }
    .shooting_star:nth-child(17) {
    top: calc(50% - -156px);
    left: calc(50% - 212px);
    -webkit-animation-delay: 471ms;
        animation-delay: 471ms;
    }
    .shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after {
    -webkit-animation-delay: 471ms;
        animation-delay: 471ms;
    }
    .shooting_star:nth-child(18) {
    top: calc(50% - -112px);
    left: calc(50% - 220px);
    -webkit-animation-delay: 9803ms;
        animation-delay: 9803ms;
    }
    .shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after {
    -webkit-animation-delay: 9803ms;
        animation-delay: 9803ms;
    }
    .shooting_star:nth-child(19) {
    top: calc(50% - 191px);
    left: calc(50% - 42px);
    -webkit-animation-delay: 8177ms;
        animation-delay: 8177ms;
    }
    .shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after {
    -webkit-animation-delay: 8177ms;
        animation-delay: 8177ms;
    }
    .shooting_star:nth-child(20) {
    top: calc(50% - 196px);
    left: calc(50% - 81px);
    -webkit-animation-delay: 4522ms;
        animation-delay: 4522ms;
    }
    .shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after {
    -webkit-animation-delay: 4522ms;
        animation-delay: 4522ms;
    }

    @-webkit-keyframes tail {
    0% {
      width: 0;
    }
    30% {
      width: 100px;
    }
    100% {
      width: 0;
    }
    }

    @keyframes tail {
    0% {
      width: 0;
    }
    30% {
      width: 100px;
    }
    100% {
      width: 0;
    }
    }
    @-webkit-keyframes shining {
    0% {
      width: 0;
    }
    50% {
      width: 30px;
    }
    100% {
      width: 0;
    }
    }
    @keyframes shining {
    0% {
      width: 0;
    }
    50% {
      width: 30px;
    }
    100% {
      width: 0;
    }
    }
    @-webkit-keyframes shooting {
    0% {
      -webkit-transform: translateX(0);
          transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(300px);
          transform: translateX(300px);
    }
    }
    @keyframes shooting {
    0% {
      -webkit-transform: translateX(0);
          transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(300px);
          transform: translateX(300px);
    }
    }
    @-webkit-keyframes sky {
    0% {
      -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    }
    100% {
      -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
    }
    }
    @keyframes sky {
    0% {
      -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    }
    100% {
      -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
    }
    }
/* star end */

/* 반딧불 */
div.manyLight { position: absolute; left: 12%; top: 61%; width: 500px; height: 251px; overflow: hidden; }
div.manyLight a.light1{opacity : 0; animation: light_moving1_0 30s infinite; position : absolute; bottom:30%; left : 30%; width: 77px; height: 77px; background:url('../images/ver2/light_img1.png'); z-index: 1; transform: translatex(50px);}
div.manyLight a.light1_1{opacity : 0; animation: light_moving1 25s infinite; position : absolute; bottom:13%; width: 106px; height: 106px; background:url('../images/ver2/light_img2.png'); z-index: 1; transform: translatex(10px); left: 35%;}
div.manyLight a.light1_2{opacity : 1; animation: light_moving1 30s 4s infinite; position : absolute; bottom:-20%; left : 10%; width: 77px; height: 77px; background:url('../images/ver2/light_img1.png'); z-index: 1;}

div.manyLight a.light1_3{opacity : 1; animation: light_moving1_0 30s 10s infinite; position : absolute; bottom:-20%; left : 15%; width: 77px; height: 77px; background:url('../images/ver2/light_img1.png'); z-index: 1;}
div.manyLight a.light1_4{opacity : 1; animation: light_moving1 25s 8s infinite; position : absolute; bottom:-23%; left : 22%; width: 106px; height: 106px; background:url('../images/ver2/light_img2.png'); z-index: 1;}
div.manyLight a.light1_5{opacity : 1; animation: light_moving1 30s 10s infinite; position : absolute; bottom:-20%; left : 10%; width: 77px; height: 77px; background:url('../images/ver2/light_img1.png'); z-index: 1;}

div.manyLight a.light1_6{opacity : 1; animation: light_moving1_1 45s infinite; position : absolute; bottom:60%; left : -50%; width: 77px; height: 77px; background:url('../images/ver2/light_img1.png'); z-index: 1;}

div.manyLight a.light1_7{opacity : 1; animation: light_moving1_0 32s 20s infinite; position : absolute; bottom:-20%; left : 30%; width: 77px; height: 77px; background:url('../images/ver2/light_img1.png'); z-index: 1;}
div.manyLight a.light1_8{opacity : 1; animation: light_moving1 35s 20s infinite; position : absolute; bottom:-20%; left : 20%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}

div.manyLight a.light2{opacity : 1; animation: light_moving2 30s infinite; position : absolute; bottom:31%; right : 22%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}
div.manyLight a.light2_1{opacity : 1; animation: light_moving2 30s 3s infinite; position : absolute; bottom:-31%; right : 42%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}
div.manyLight a.light2_2{opacity : 1; animation: light_moving2 25s 1s infinite; position : absolute; bottom:-31%; right : -12%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}

div.manyLight a.light2_3{opacity : 1; animation: light_moving2_0 30s 10s infinite; position : absolute; bottom:-31%; right : 22%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}
div.manyLight a.light2_4{opacity : 1; animation: light_moving2 30s 11s infinite; position : absolute; bottom:-31%; right : 42%; width: 106px; height: 106px; background:url('../images/ver2/light_img2.png'); z-index: 1;}
div.manyLight a.light2_5{opacity : 1; animation: light_moving2_0 25s 12s infinite; position : absolute; bottom:-31%; right : 12%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}

div.manyLight a.light2_6{opacity : 1; animation: light_moving2_1 50s infinite; position : absolute; bottom:61%; right : -50%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}
div.manyLight a.light2_7{opacity : 1; animation: light_moving2_1 45s 5s infinite; position : absolute; bottom:-20%; right : -5%; width: 50px; height: 57px; background:url('../images/ver2/light_img3.png'); z-index: 1;}

i.greenParticle1 { animation: greenParticle1 20s linear infinite; width: 106px; height: 106px; background : url(../images/ver2/light_img2.png) no-repeat; position: absolute; opacity : 0; left: 104%; top: 78%; }
i.greenParticle2 { animation: greenParticle2 10s linear infinite; width: 106px; height: 106px; background : url(../images/ver2/light_img2.png) no-repeat; position: absolute; opacity : 0; left: 130%; top: 60%; }
i.greenParticle3 { animation: greenParticle2 9s 3s linear infinite; width: 106px; height: 106px; background : url(../images/ver2/light_img2.png) no-repeat; position: absolute; opacity : 0; left: 105%; top: 70%; }
i.greenParticle4 { animation: greenParticle4 17s 1.5s linear infinite; width: 106px; height: 106px; background : url(../images/ver2/light_img2.png) no-repeat; position: absolute; opacity : 0; left: 98%; top: 57%; }


@keyframes greenParticle1 {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg);

  }
  10% {
    opacity: 1;

  }
  20% {
    opacity: 0.2;

  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;

  }
  60% {
    opacity: 0.99;

  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.2;
  }

  100% {
    transform: rotate(260deg) translateX(40px) rotate(-360deg);
    opacity: 0;
  }
}

@keyframes greenParticle2 {
  0% {
    transform: rotate(0deg) translateX(-20px) rotate(0deg);

  }
  10% {
    opacity: 0.5;

  }
  20% {
    opacity: 0.6;

  }
  30% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.9;

  }
  60% {
    opacity: 0.99;

  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.2;
  }

  100% {
    transform: rotate(-260deg) translateX(-40px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes greenParticle4 {
  0% {
    transform: rotate(0deg) translateY(-20px) rotate(0deg);

  }
  10% {
    opacity: 0.5;

  }
  20% {
    opacity: 0.6;

  }
  30% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.9;

  }
  60% {
    opacity: 0.99;

  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.2;
  }

  100% {
    transform: rotate(-260deg) translateY(-40px) rotate(360deg);
    opacity: 0;
  }
}





@keyframes light_moving1_0 {
  0% {
    transform: translatex(70px);

  }
  5% {
    opacity: 0.5;

  }
  6% {
    opacity: 0.7;
  }
  7% {
    opacity: 0.9;
  }

  0% {
    transform: translatex(-30px);
  }

  25% {
    transform: translatey(50px);
  }

  50% {
    transform: translatex(170px);
  }

  100% {

    opacity: 0;
  }
}

@keyframes light_moving1 {
  0% {
    transform: translatex(-70px);

  }
  5% {
    opacity: 0.5;

  }
  6% {
    opacity: 0.7;
  }
  7% {
    opacity: 0.9;
  }

  0% {
    transform: translatex(30px);
  }

  25% {
    transform: translatey(-50px);
  }

  50% {
    transform: translatex(-170px);
  }

  100% {

    opacity: 0;
  }
}

@keyframes light_moving1_1 {
  0% {
    transform: translatey(30px);
  }

  10% {
    transform: translatey(-70px);
  }

  40% {
    transform: translatey(90px);
  }

  60% {
    transform: translatey(-70px);
  }

  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes light_moving2 {

0% {
  transform: translatex(170px);
  /* bottom : 0px; */
}

25% {
  transform: translatey(-50px);
}

50% {
  transform: translatex(170px);
}

100% {
  bottom: 90%;
}
}

@keyframes light_moving2_0 {

0% {
  transform: translatex(-170px);
  /* bottom : 0px; */
}

25% {
  transform: translatey(50px);
}

50% {
  transform: translatex(-170px);
}

100% {
  bottom: 120%;
}
}

@keyframes light_moving2_1 {
0% {
  transform: translatey(-30px);
}

10% {
  transform: translatey(100px);
}

40% {
  transform: translatey(-90px);
}

60% {
  transform: translatey(100px);
}

100% {
  right: 128%
}
}

/* 반딧불 */


@media all and (max-width: 1800px) {
    #header nav a.menuHomeLogo {
      /* display: none; */
    }
    #header nav ul.navUL {
      transform: translate(-50%,0);
      left: 50%;
      top: 250px;
    }
    /* #header nav .sns_area {

      top: 555px;

    } */
    .movie_wrap {

      top: 53%;
      left: 50%;
      width: 80vw;
      height: 40vw;
      margin-left: -40vw;
      margin-top: -20vw;
      background-size: 80vw 40vw;

  }

    .movie_wrap .btn_close {
      position: absolute;
      top: -7%;
      right: 50%;
      width: 2.5vw;
      height: 2.5vw;
      z-index: 25;
      margin-right: -1.25vw;
  }
  .movie_wrap .btn_close a img{  width: 100%; height: 100%; }
  .movie_wrap .you_tube iframe, .movie_wrap .you_tube object, .movie_wrap .you_tube embed {
    position: absolute;
    display: block;
    width: 77.5vw;
    height: 37vw;
    margin-top: 4.5vw;
    left: 1.2vw;
    top: -7%;
}
}
#wrap
{
  width: 56%; height: 100%; position: absolute; margin: 0 auto 0 auto; overflow: hidden; z-index: 2; top: -59%; left: 22%;
}

#lightings
{
  bottom: -60px;
  position: absolute;
  width: 100%;
}

section
{
  /*border-radius*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  width: 25%;
  position: relative;
  margin: auto;

}

#one
{
  /*animation*/
  -webkit-animation: one 5s ease-in-out infinite alternate;
  -moz-animation: one 5s ease-in-out infinite alternate;
  -ms-animation: one 5s ease-in-out infinite alternate;
  -o-animation: one 5s ease-in-out infinite alternate;
  animation: one 5s ease-in-out infinite alternate;
}
@-webkit-keyframes
one { from {
-webkit-box-shadow: 0 0 250px 20px #473C78;
}

to { -webkit-box-shadow: 0 0 100px 15px #F72A3B; }
}
@-moz-keyframes
one { from {
-moz-box-shadow: 0 0 250px 20px #473C78;
}

to { -moz-box-shadow: 0 0 100px 15px #F72A3B; }
}
@-o-keyframes
one { from {
-o-box-shadow: 0 0 250px 20px #473C78;
}

to { -o-box-shadow: 0 0 100px 15px #F72A3B; }
}

@keyframes
one { from {
box-shadow: 0 0 250px 20px #473C78;
}

to {box-shadow: 0 0 100px 15px #F72A3B; }
}

#two
{
  width: 90%;
  /*animation*/
  -webkit-animation: two 4s ease-in-out infinite alternate;
  -moz-animation: two 4s ease-in-out infinite alternate;
  -ms-animation: two 4s ease-in-out infinite alternate;
  -o-animation: two 4s ease-in-out infinite alternate;
  animation: two 4s ease-in-out infinite alternate;
}
@-webkit-keyframes
two { from {
-webkit-box-shadow: 0 0 250px 20px #18C499;
}

to { -webkit-box-shadow: 0 0 100px 15px #D8F05E; }
}
@-moz-keyframes
two { from {
-moz-box-shadow: 0 0 250px 20px #18C499;
}

to { -moz-box-shadow: 0 0 100px 15px #D8F05E; }
}
@-o-keyframes
two { from {
-o-box-shadow: 0 0 250px 20px #18C499;
}

to { -o-box-shadow: 0 0 100px 15px #D8F05E; }
}

@keyframes
two { from {
box-shadow: 0 0 250px 20px #18C499;
}

to { box-shadow: 0 0 100px 15px #D8F05E; }
}

#three
{
  width: 80%;
  /*animation*/
  -webkit-animation: three 3s ease-in-out infinite alternate;
  -moz-animation: three 3s ease-in-out infinite alternate;
  -ms-animation: three 3s ease-in-out infinite alternate;
  -o-animation: three 3s ease-in-out infinite alternate;
  animation: three 3s ease-in-out infinite alternate;
}
@-webkit-keyframes
three { from {
-webkit-box-shadow: 0 0 250px 20px #FFDD00;
}

to { -webkit-box-shadow: 0 0 100px 15px #3E33FF; }
}
@-moz-keyframes
three { from {
-moz-box-shadow: 0 0 250px 20px #FFDD00;
}

to { -moz-box-shadow: 0 0 100px 15px #3E33FF }
}
@-o-keyframes
three { from {
-o-box-shadow: 0 0 250px 20px #FFDD00;
}

to { -o-box-shadow: 0 0 100px 15px #3E33FF }
}

@keyframes
three { from {
box-shadow: 0 0 250px 20px #FFDD00;
}

to { box-shadow: 0 0 100px 15px #3E33FF }
}

#four
{
  width: 70%;
  /*animation*/
  -webkit-animation: four 2s ease-in-out infinite alternate;
  -moz-animation: four 2s ease-in-out infinite alternate;
  -ms-animation: four 2s ease-in-out infinite alternate;
  -o-animation: four 2s ease-in-out infinite alternate;
  animation: four 2s ease-in-out infinite alternate;
}
@-webkit-keyframes
four { from {
-webkit-box-shadow: 0 0 250px 20px #781848;
}

to { -webkit-box-shadow: 0 0 100px 15px #F2BBE9; }
}
@-moz-keyframes
four { from {
-moz-box-shadow: 0 0 250px 20px #781848;
}

to { -moz-box-shadow: 0 0 100px 15px #F2BBE9; }
}
@-o-keyframes
four { from {
-o-box-shadow: 0 0 250px 20px #781848;
}

to { -o-box-shadow: 0 0 100px 15px #F2BBE9; }
}

@keyframes
four { from {
shadow: 0 0 250px 20px #781848;
}

to { shadow: 0 0 100px 15px #F2BBE9; }
}

#five
{
  width: 60%;
  /*animation*/
  -webkit-animation: five 1s ease-in-out infinite alternate;
  -moz-animation: five 1s ease-in-out infinite alternate;
  -ms-animation: five 1s ease-in-out infinite alternate;
  -o-animation: five 1s ease-in-out infinite alternate;
  animation: five 1s ease-in-out infinite alternate;
}
@-webkit-keyframes
five { from {
-webkit-box-shadow: 0 0 250px 20px #42F2A1;
}

to { -webkit-box-shadow: 0 0 100px 15px #F4F6AD; }
}
@-moz-keyframes
five { from {
-moz-box-shadow: 0 0 250px 20px #42F2A1;
}

to { -moz-box-shadow: 0 0 100px 15px #F4F6AD; }
}
@-o-keyframes
five { from {
-o-box-shadow: 0 0 250px 20px #42F2A1;
}

to { -o-box-shadow: 0 0 100px 15px #F4F6AD; }
}

@keyframes
five { from {
box-shadow: 0 0 250px 20px #42F2A1;
}

to { box-shadow: 0 0 100px 15px #F4F6AD; }
}

.buttonArea{
  width: 580px ; height: 100px ; display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); top: 600px; z-index: 11;
}
.go_mailArea {  display: block; margin: 0 auto; }




/*
==============================================
bounce
==============================================
*/

@-webkit-keyframes bounce {
  10%{
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
  60% {
     -webkit-transform: translate3d(0, -25px, 0);
     transform: translate3d(0, -25px, 0);
   }
 }

 @keyframes bounce {
   10%{
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   60%
   {
     -webkit-transform: translate3d(0, -25px, 0);
     transform: translate3d(0, -25px, 0);
   }
 }

 .bounce {
   -webkit-animation-name: bounce;
   animation-name: bounce;
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
 }


/* swiper */

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;

}


.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 1920px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #ddd; */

}
.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;

}
.swiper-button-prev.slidePrev { background-image: url(../images/crusader/btn_prev.png);     left: 32vw; }
.swiper-button-next.slideNext { background-image: url(../images/crusader/btn_next.png);     right: 32vw; }

@media (min-width : 1800px ){

  .swiper-slide-active { width: 800px !important; background: url(../images/crusader/slideFramework.png) no-repeat; background-position: 0px 185px; background-size: contain; }

  .swiper-slide.swiper-slide-prev { width: 500px !important; }
  .swiper-slide.swiper-slide-next { width: 500px !important; }

  .swiper-slide.swiper-slide-active img { width: 98.99%; left: 50%; height: 600.89px; }


  .swiper-button-prev.slidePrev { background-image: url(../images/crusader/btn_prev.png); left: 508px; right: auto; width: 38px; height: 75px; background-size: contain; }
  .swiper-button-next.slideNext { background-image: url(../images/crusader/btn_next.png); left: 1374px; width: 38px; height: 75px; background-size: contain; }
}



.swiper-pagination {   bottom: 137px !important;
  left: 0;
  width: 100%;}

.swiper-container .swiper-pagination-bullet {    background: #9a9a9a;
  opacity: .9;

}
.swiper-container .swiper-pagination-bullet-active {    background: #fff;
  opacity: .9;

}


@keyframes pop {
  0% {
    transform: translate(-50%, -50%) scale(1.25, 0.75); }
  50% {
    transform: translate(-50%, -90%) scale(1, 1); }
  55% {
    transform: translate(-50%, -90%) rotate(4deg); }
  60% {
    transform: translate(-50%, -90%) rotate(-4deg); }
  65% {
    transform: translate(-50%, -90%) rotate(4deg); }
  70% {
    transform: translate(-50%, -90%) rotate(-4deg); }
  100% {
    transform: translate(-50%, -50%) scale(1.25, 0.75); } }



#header .sns_area {
  position: absolute;
  top: 830px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .sns_area .snsbtn {
  display:inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/btn_navSns_off.png) no-repeat;
  transition: 0.5s all;
}
#header .sns_area .snsbtn:hover{
  background-image: url(../images/btn_navSns_on.png);
}
#header .sns_area .snsbtn a{
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}

#header .sns_area .snsbtn--0{ background-position: -10px 0}
#header .sns_area .snsbtn--1{ background-position: -69px 0}
#header .sns_area .snsbtn--2{ background-position: -128px 0}
#header .sns_area .snsbtn--3{ background-position: -187px 0}
#header .sns_area .snsbtn--4{ background-position: -246px 0}





