
body{
    font-family: "Oswald", "sans-serif";
    color:#fff}
  a{
    color: white;
  }



.startPoint{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 899998989;
    background: black;
    border: none;
    outline: none;
    cursor: pointer;

}

/* content01 */
#section01{
    position: absolute;
    top:0; left:0;
    opacity: 1;
}
#section01 .bg{
    position: absolute;
    top:0; left:0;
    opacity:.7;
}
#section01 .main_bg{
    position: absolute;
    top:70px; left:0;
    opacity:0;
}
#section01 .main_txt{
    position: absolute;
    top:152px; left:319px;
    opacity:0;
}
#section01 .main_txt> img {
    animation: one1 40s linear infinite;
}
@keyframes one1 {
    100% {
        transform: rotate( 360deg );
    }
}
#section01 .main{
    position: absolute;
    top:310px; left:473px;
    scale:.1;
    opacity:0;
}
#section01 .main_deco1{
    position: absolute;
    top:264px; left:104px;
    opacity:0;
    transform: translate(100px,100px);
}
#section01 .main_deco1> img {
    animation: one2 40s linear infinite;
}
@keyframes one2 {
    100% {
        transform: rotate( 360deg );
    }
}
#section01 .main_deco2{
    position: absolute;
    top:168px; left:1388px;
    opacity:0;
    transform: translate(-100px,100px);
}
#section01 .main_deco2> img {
    animation: deco1 1.1s linear infinite alternate;
}
@keyframes deco1 {
    100% {
        transform: translateY(30px );
    }
}
#section01 .main_deco3{
    position: absolute;
    top:987px; left:106px;
    opacity:0;
    transform: translate(200px,100px);
}
#section01 .main_deco3> img {
    animation: deco1 1.1s linear infinite alternate;
}
@keyframes deco1 {
    100% {
        transform: translateY(30px );
    }
}
#section01 .main_deco4{
    position: absolute;
    top:951px; left:1629px;
    opacity:0;
    transform: translate(-200px,-100px);
}
#section01 .main_deco4> img {
    animation: deco2 1.1s linear infinite alternate;
}
@keyframes deco2 {
    100% {
        transform: translateX(-20px );
    }
}
#section01 .txt_deco1{
    position: absolute;
    top:1691px; left:319px;
    transform: translateX(350px);
    transition: all .7s ;
    opacity: 1;
}
#section01 .txt_deco1.on{
    transform: translateX(0);
    opacity: 1;
}
#section01 .txt_deco2{
    position: absolute;
    top:1609px; left:1421px;
    transform: translateX(-350px);
    transition: all .7s ;
    opacity: 1;
}
#section01 .txt_deco2.on{
    transform: translateX(0);
    opacity: 1;
}
#section01 .txt_deco3{
    position: absolute;
    top:1664px; left:912px;
    opacity:1;
}
#section01 .txt1{
    position: absolute;
    top:1731px; left:651px;
    overflow: hidden;
}
#section01 .txt1>img{
    transform: translateY(200px);
    transition: all .7s ;  
}
#section01 .txt1.on>img{
    transform: translateY(0);
}
#section01 .txt2{
    position: absolute;
    top:1781px; left:614px;
    transition: all .8s .6s; 
    opacity: 0; 
}
#section01 .txt2.on{
    opacity: 1; 
}
#section01 .ct{
    position: absolute;
    top:1829px; left:0;
    opacity:1;
}
#section01 .door1{
    position: absolute;
    top:1320px; left:0;
    transform: translateY(250px);
    transition: all .7s ;
    opacity: 1;
}
#section01 .door1.on{
    transform: translateX(0);
    opacity: 1;
}
#section01 .door2{
    position: absolute;
    top:2714px; left:0;
    transform: translateY(-450px);
    transition: all .7s ;
    opacity: 1;
}
#section01 .door2.on{
    transform: translateX(0);
    opacity: 1;
}

/* content02 */
#section02{
    position: absolute;
    top:3231px; left:0;
    opacity: 1;
}
#section02 .bg{
    position: absolute;
    top:0; left:0;
    opacity:1;
}
#section02 .txt{
    position: absolute;
    top:0; left:816px;
    opacity:1;
}
#section02 .tittle1{
    position: absolute;
    top:202px; left:330px;
    overflow: hidden;
}
#section02 .tittle1.on{
    transform: translateX(0);
    opacity: 1;
}
#section02 .tittle1> img {
    transform: translateY(200px);
    transition: all .6s ;  
    animation: custom 1.3s linear infinite;
}
#section02 .tittle1.on>img{
    transform: translateY(0);
}
@keyframes custom {
    0%{
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}
#section02 .tittle2{
    position: absolute;
    top:297px; left:330px;
    overflow: hidden;
}
#section02 .tittle2.on{
    transform: translateX(0);
    opacity: 1;
}
#section02 .tittle2> img {
    transform: translateY(-200px);
    transition: all .6s ;  
    animation: custom 1.3s linear infinite;
}
#section02 .tittle2.on>img{
    transform: translateY(0);
}
@keyframes custom {
    0%{
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}
#section02 .tittle3{
    position: absolute;
    top:233px; left:330px;
    opacity:1;
}
#section02 .ct1{
    position: absolute;
    top:417px; left:122px;
    transition: all .7s ;  
    scale: .3;
    opacity: 0;
}
#section02 .ct1.on{
    scale: 1;
    opacity: 1;
}
#section02 .ct2{
    position: absolute;
    top:417px; left:1010px;
    transition: all .7s .3s;  
    scale: .3;
    opacity: 0;
}
#section02 .ct2.on{
    scale: 1;
    opacity: 1;
}
#section02 .ct3{
    position: absolute;
    top:1247px; left:122px;
    transition: all .7s .3s;  
    scale: .3;
    opacity: 0;
}
#section02 .ct3.on{
    scale: 1;
    opacity: 1;
}
#section02 .ct4{
    position: absolute;
    top:1247px; left:1010px;
    transition: all .7s;  
    scale: .3;
    opacity: 0;
}
#section02 .ct4.on{
    scale: 1;
    opacity: 1;
}
#section02 .arrow1{
    position: absolute;
    top:761px; left:918px;
    transition: all .7s;
    opacity: 0;
}
#section02 .arrow1.on{
    opacity: 1;
}
#section02 .arrow2{
    position: absolute;
    top:1206px; left:1653px;
    transition: all .7s;
    opacity: 0;
}
#section02 .arrow2.on{
    opacity: 1;
}
#section02 .arrow3{
    position: absolute;
    top:1603px; left:913px;
    transition: all .7s;
    opacity: 0;
}
#section02 .arrow3.on{
    opacity: 1;
}

#section02 .deco{
    position: absolute;
    top:1004px; left:47px;
    opacity:1;
}
#section02 .line{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top:2222px; left:0;
    display: flex;
}
#section02 .line > img {
    animation: slogan 20s linear infinite;
}
@keyframes slogan {
    100% {
        transform: translateX(-1920px);
    }
}
#section23 .bg2{
    position: absolute;
    top:5643px; left:0;
    opacity: 1;
}

/* content03 */
#section03{
    position: absolute;
    top:5643px; left:0;
    opacity: 1;
}

#section03 .tittle_deco1{
    position: absolute;
    top:400px; left:1247px;
    opacity:1;
}
#section03 .tittle1{
    position: absolute;
    top:272px; left:161px;
    transition: all .7s .3s;  
    scale: 2;
    opacity: 0;
}
#section03 .tittle1.on{
    scale: 1;
    opacity: 1;
}

#section03 .tittle2{
    position: absolute;
    top:272px; left:1037px;
    transition: all .7s .3s;  
    scale: 2;
    opacity: 0;
}
#section03 .tittle2.on{
    scale: 1;
    opacity: 1;
}
#section03 .tittle3{
    position: absolute;
    top:61px; left:450px;
    transition: all .7s .3s;  
    scale: 2;
    opacity: 0;
}
#section03 .tittle3.on{
    scale: 1;
    opacity: 1;
}
#section03 .tittle_deco2{
    position: absolute;
    top:83px; left:97px;
    opacity:1;
}
#section03 .game_bg{
    position: absolute;
    top:698px; left:0px;
    opacity:1;
}
#section03 .game_deco1{
    position: absolute;
    top:1507px; left:0px;
    opacity:1;
}
#section03 .game_deco2{
    position: absolute;
    top:1418px; left:1705px;
    opacity:1;
}
#section03 .game{
    position: absolute;
    top:595px; left:75px;
    opacity:1;
}
#section03 .point1{
    position: absolute;
    top:1095px; left:33px;
    transform:rotateY(100deg);
    transition: all .8s;
    opacity:0;
}
#section03 .point1.on{
    transform:rotateY(0);
    opacity: 1;
}
#section03 .point2{
    position: absolute;
    top:1780px; left:1417px;
    transform:rotateY(-100deg);
    transition: all .7s;
    opacity:0;
}
#section03 .point2.on{
    transform:rotateY(0);
    opacity: 1;
}


/* content04 */
#section04{
    position: absolute;
    top:8513px; left:0;
    opacity: 1;
}
#section04 .deco0{
    position: absolute;
    top:42px; left:1563px;
    opacity:1;
}
#section04 .deco1{
    position: absolute;
    top:33px; left:170px;
    transition: all .6s ;  
    scale: .3;
    opacity: 0;
}
#section04 .deco1.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco2{
    position: absolute;
    top:167px; left:414px;
    transition: all .6s .3s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco2.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco3{
    position: absolute;
    top:190px; left:1730px;
    transition: all .6s .3s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco3.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco4{
    position: absolute;
    top:185px; left:1433px;
    transition: all .6s .5s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco4.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco5{
    position: absolute;
    top:119px; left:272px;
    transition: all .7s .5s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco5.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco6{
    position: absolute;
    top:39px; left:464px;
    transition: all .7s .7s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco6.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco7{
    position: absolute;
    top:23px; left:1391px;
    transition: all .7s .7s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco7.on{
    scale: 1;
    opacity: 1;
}
#section04 .deco8{
    position: absolute;
    top:243px; left:174px;
    transition: all .7s .9s;  
    scale: .3;
    opacity: 0;
}
#section04 .deco8.on{
    scale: 1;
    opacity: 1;
}
#section04 .txt1{
    position: absolute;
    top:583px; left:190px;
    overflow: hidden;
}
#section04 .txt1>img{
    transform: translateY(200px);
    transition: all .7s ;  
}
#section04 .txt1.on>img{
    transform: translateY(0);
}
#section04 .txt2{
    position: absolute;
    top:928px; left:1459px;
    overflow: hidden;
}
#section04 .txt2>img{
    transform: translateY(200px);
    transition: all .7s ;  
}
#section04 .txt2.on>img{
    transform: translateY(0);
}
#section04 .txt3{
    position: absolute;
    top:991px; left:201px;
    overflow: hidden;
}
#section04 .txt3>img{
    transform: translateY(200px);
    transition: all .7s .3s;  
}
#section04 .txt3.on>img{
    transform: translateY(0);
}
#section04 .txt4{
    position: absolute;
    top:1214px; left:1457px;
    overflow: hidden;
}
#section04 .txt4>img{
    transform: translateY(200px);
    transition: all .7s .5s;  
}
#section04 .txt4.on>img{
    transform: translateY(0);
}




/* content04 */
#section05{
    position: absolute;
    top:10305px; left:0;
    opacity: 1;
}
#section05 .txt1{
    position: absolute;
    top:277px; left:759px;
    overflow: hidden;
}
#section05 .txt1>img{
    transform: translateY(200px);
    transition: all .6s;  
}
#section05 .txt1.on>img{
    transform: translateY(0);
}
#section05 .txt2{
    position: absolute;
    top:317px; left:378px;
    overflow: hidden;
}
#section05 .txt2>img{
    transform: translateY(200px);
    transition: all .8s .6s; 
}
#section05 .txt2.on>img{
    transform: translateY(0);
}
#section05 .txt3{
    position: absolute;
    top:505px; left:617px;
    transition: all .8s .8s;  
    opacity: 0;
}
#section05 .txt3.on{
    opacity: 1;
}
#section05 .deco{
    position: absolute;
    top:0; left:261px;
    opacity:1;
}
#section05 .content{
    position: absolute;
    top:1010px; left:0;
    opacity: 0;
    transform: translateY(200px);
    transition: all .7s;
}
#section05 .content.on{
    opacity: 1;
    transform: translateY(0);
}



/*  menu  */
#menu{
    position: absolute;
    top:0; left:0;
    width: 1920px;
    background-color: #222222;
    display: flex;
    padding:26px 0;
    z-index: 9999;
  }
  #menu .logo{
    margin-left: 40px;
  }
  #menu .gnb{
    margin:0 auto;
    display: flex;
  }
  #menu .gnb li{
    margin-right: 30px;
  
  }
  #menu .gnb a{
    font-size: 1.2rem;
  }
  .gnb a:after {
    display:block;
    content: '';
    border-bottom: solid 3px #afff01; 
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    padding-bottom:5px;
  }
  .gnb a:hover:after { transform: scaleX(1); }
  .gnb a.underline-blue:after{  transform-origin:  0% 50%; }
  
  #menu .sns{
    float: right;
    margin-right: 20px;
  }
  #menu .sns a i{
    margin-right: 10px;
    font-size:1.5rem
  }
  #menu .sns a i:hover{
    color: #afff01;;
  }
  
  
  
  
  
  
  
  /*  bottom */
  #bottom{
    position: absolute;
    top:18731px; left:0;
    opacity: 1;
    background-color: #222222;
    width: 100%;
    height: 600px;
  }
  #bottom .txt{
    position: absolute;
    top:82px; left:823px;
    opacity: 1;
  }
  #bottom .ct1{
    position: absolute;
    top:239px; left:266px;
    overflow: hidden;
  }
  #bottom .ct1>img{
      transform: translateY(300px);
      transition: all .7s;  
  }
  #bottom .ct1.on>img{
    transform: translateY(0);
  }
  #bottom .ct2{
    position: absolute;
    top:239px; left:492px;
    transform: rotate( 360deg );
    transition: all .7s ; 
    opacity: 0;
  }
  #bottom .ct2.on{
    opacity: 1;
    transform: rotate( 0);
  }
  #bottom .ct3{
    position: absolute;
    top:239px; left:660px;
    overflow: hidden;
  }
  #bottom .ct3>img{
      transform: translateY(300px);
      transition: all .7s .3s;  
  }
  #bottom .ct3.on>img{
    transform: translateY(0);
  }
  #bottom .ct4{
    position: absolute;
    top:239px; left:901px;
    overflow: hidden;
  }
  #bottom .ct4>img{
      transform: translateY(300px);
      transition: all .7s .5s;  
  }
  #bottom .ct4.on>img{
    transform: translateY(0);
  }
  #bottom .ct5{
    position: absolute;
    top:239px; left:1641px;
    transform: scale(3);
    transition: all .7s .7s; 
    opacity: 0; 
  }
  #bottom .ct5.on{
    opacity: 1;
    transform: scale(1);
  }
  #bottom .line{
    width: 0px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top:360px; left: 252px;
    transition: all .8s;
    background-color: rgb(255, 255, 255);
  }
  #bottom .line.on{
    width: 1430px;
  }
  #bottom  .sub_menu{
    position: absolute;
    top:400px; left: 0;
    width: 1920px;
    display: flex;;
    margin:0 auto;
  }
  
  #bottom .sub_menu ul{
    margin:0 auto;
    display: flex;
  }
  
  #bottom .sub_menu li{
    margin-right: 30px;
  
  }
  #bottom .sub_menu a{
    border: 1px solid white;
    border-radius: 50px;
    padding: 12px 30px 12px 30px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  #bottom  .sub_menu a:hover{
    border: 1px solid  #afff01;
    border-radius: 50px;
    padding: 12px 30px 15px 30px;
    font-size: 1.5rem;
    font-weight: 400;
    background-color:  #afff01;
    color: #222222;
  }
  
  
  /* wave2 */
  .box2 {
    width: 1920px;
    height: 600px;
    border-radius: 5px;
    background: lighten(#afff01, 100%);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  
  .box2 .wave {
    opacity: .7;
    position: absolute;
    bottom: 3%;
    left: 50%;
    background: #aeff01;
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-bottom: -950px;
    transform: translate(-50%,-48%);
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
  }
  
  .box2 .wave.-three {
    animation: drift 5000ms infinite linear;
  }
  
  .box2 .wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: rgb(255, 255, 255);
  }
  
  .box2:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(rgb(255, 255, 254), 1), rgba(#def, 0) 80%, rgba(black, .5));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }
  @keyframes drift {
    from { transform: rotate(0deg); }
    from { transform: rotate(360deg); }
  }






