body {
    background-color: rgb(33, 33, 33);
}

.posNum {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 50px;
    margin: -25px 0 0 -150px;
    background: #111;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    z-index: 9999
}

.scrollBox {
    min-width: 1200px;
    height: 100%;
    position: relative
}

.scrollBox .wrap {
    min-width: 1200px;
    position: relative;
    overflow: hidden
}

.scrollBox .wrap > div {
    position: relative
}

.scrollBox .wrap .objs > li {
    position: absolute;
    left: 50%
}


.scene01 .scene01_bg {
    width: 100%;
    height: 1000px;
    background: url('../../../img/advertiser/main/scene01_bg.png') no-repeat center center/cover;
    position: relative;
}

.scene01 .scene01_bg .scene01_wrap {
    width: 1100px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 380px;
    transition: all 1.5s 0.3s;
    opacity: 0;
}

.scene01 .scene01_bg .scene01_wrap.on {
    opacity: 1;
}



.scene01 .scene01_bg .scene01_wrap .scene01_title {
    width: 620px;
    height: 130px;
}



.scene01 .scene01_bg .scene01_wrap .scene01_title > h1 {
    color: white;
    font: 70px 'Roboto', sans-serif;
}

.scene01_image > img {
    float: left;
}

.scene01_image > p {
    color: rgb(196, 196, 196);
    font: 32px 'NEXON Lv2 Gothic Light';
    position: absolute;
    left: 20px;
    float: left;
}


.scene01 .scene01_bg .scene01_wrap .scene01_sub_text {
    width: 700px;
    height: 24px;
    color: rgb(111,111,111);
    font: 20px 'NEXON Lv2 Gothic';
    margin-top: 22px;
}

.scene01 .scene01_bg .scene01_scroll {
    width: 66px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: 100px;
    text-align: center;
    color: rgb(111,111,111);
    font: 20px 'NEXON Lv2 Gothic';
    /* background-color: red; */
}

.scene01 .scene01_bg .scene01_scroll > p {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.scene01 .scene01_bg .scene01_scroll > img {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transform: translateY(15px);
    opacity: 0.5;
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

@keyframes rotate {
    from {
      transform: translateY(15px);
    }
  
    to {
        transform: translateY(0);;
    }
  }
    

/* scene01 end */

.scene02 {
    width: 1100px;
    height: 1080px;
    margin: 0 auto;
    position: relative;
}

.scene02 .scene02_wrap {
    width: 1100px;
    position: absolute;
    top: 240px;
}

.scene02_text {
    width: 500px;
    height: 600px;
    float: left;
    transform: translateY(300px);
    transition: all 0.6s;
    opacity: 0;
}

.scene02_text.on {
    transform: translateY(0);
    height: 243px;
    opacity: 1;
}

.scene02_text .scene02_title {
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
    line-height: 1.2;
    position: absolute;
    top: 80px;
}

.scene02_text .scene02_sub_title {
    color: rgb(144,144,144);
    font: 22px 'NEXON Lv2 Gothic Light' ;
    line-height: 1.7;
    position: absolute;
    top: 250px;
}

.scene02_image {
    width: 530px;
    height: 600px;
    float: left;
    position: absolute;
    right: 0;
}

.scene02_image > img:nth-child(2){
    position: absolute;
    right: 0;
}

.scene02_image > p {
    color: rgb(134,134,134);
    font: 16px 'NEXON Lv2 Gothic Light';
    position: absolute;
    bottom: 0;
}

.scene02_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47,47,47);
    position: absolute;
    bottom: 620px;
    z-index: -100;
}



/* scene02 end */



.scene03 {
    width: 1100px;
    height: 1080px;
    margin: 0 auto;
    position: relative;
}

.scene03 .scene03_as_is {
    width: 1100px;
    position: absolute;
    transition: all 0.6s;
    transform: translateY(300px);
    opacity: 0;
}

.scene03 .scene03_as_is.on {
    transform: translateY(0);
    opacity: 1;
}



.scene03_as_is .as_is_text > p {
    color: rgb(111,111,111);
    font: 20px 'NEXON Lv2 Gothic Bold';
}

.scene03_as_is .as_is_text > p:nth-child(2) {
    color: rgb(144,144,144);
    font: 20px 'NEXON Lv2 Gothic';
    margin-top: 10px;
}

.scene03_as_is .scene03_contents {
    width: 1100px;
    height: 205px;
    /* background: red; */
    position: relative;
}

.scene03_as_is .scene03_contents .scene03_icon {
    width: 94px;
    height: 102px;
    position: relative;
    top: 51px;
    /* background-color: violet; */
    float: left;
}

.scene03_as_is .scene03_contents .scene03_icon > img {
    position: absolute;
    left: 50%;
    margin-left: -25px;
}

.scene03_as_is .scene03_contents .scene03_icon > div {
    width: 94px;
    position: absolute;
    color: rgb(111,111,111);
}

.scene03_as_is .scene03_contents .scene03_icon .scene03_text_01 {
    height: 26px;
    top: 56px;
    font: 22px 'NEXON Lv2 Gothic';
    text-align: center;
}

.scene03_as_is .scene03_contents .scene03_icon .scene03_text_02 {
    height: 18px;
    bottom: 0;
    color: rgb(111,111,111);
    font: 16px 'NEXON Lv2 Gothic';
    text-align: center;
}

.scene03_as_is .scene03_contents .scene03_circle {
    width: 780px;
    height: 205px;
    /* background-color: aqua; */
    float: left;
    margin-left: 30px;
}

.scene03_as_is .scene03_contents .scene03_circle > div {
    width: 205px;
    height: 205px;
    background-color: rgb(33, 33, 33);
    border-radius: 100%;
    border: 1px solid rgb(106, 106, 106);
    float: left;
    color: rgb(111,111,111);
    text-align: center;
    padding-top: 80px;
    line-height: 100px;
    font: 20px 'NEXON Lv2 Gothic';
}

.scene03_as_is .scene03_contents .scene03_circle > img {
    margin-top: 90px;
    margin-left: 32px;
    margin-right: 32px;
    float: left;
}

.scene03_as_is .scene03_contents .scene03_number {
    width: 182px;
    height: 60px;
    /* background-color: blue; */
    float: right;
    color: rgb(144,144,144);
    font: 50px 'NEXON Lv2 Gothic Light';
    margin-top: 75px;
}


/* as-is end */


.scene03 .scene03_to_be {
    width: 1100px;
    position: absolute;
    top: 325px;
    transform: translateY(300px);
    transition: all 0.6s 0.3s;
    opacity: 0;
}

.scene03 .scene03_to_be.on {
    transform: translateY(0);
    opacity: 1;
}


.scene03_to_be .to_be_text {
    width: 92px;
    height: 68px;
}

.to_be_text .scene03_text01 {
    width: 54px;
    height: 24px;
    float: left;
    color: rgb(228, 65, 66);
    font: 20px 'NEXON Lv2 Gothic Bold';
    margin-top: 6px;
}

.to_be_text > img {
    float: left;
    margin-left: 4px;
}

.to_be_text .scene03_text02 {
    color: white;
    font: 20px 'NEXON Lv2 Gothic';
    float: left;
    margin-top: 10px;
}

.scene03_to_be .scene03_contents {
    width: 1100px;
    height: 205px;
    /* background: red; */
    position: relative;
}

.scene03_to_be .scene03_contents .scene03_icon {
    width: 94px;
    height: 116px;
    position: relative;
    top: 42px;
    /* background-color: violet; */
    float: left;
}

.scene03_to_be .scene03_contents .scene03_icon > img {
    position: absolute;
    left: 50%;
    margin-left: -31px;
}

.scene03_to_be .scene03_contents .scene03_icon > div {
    width: 94px;
    position: absolute;
    color: rgb(255, 255, 255);
}

.scene03_to_be .scene03_contents .scene03_icon .scene03_text_01 {
    height: 26px;
    top: 70px;
    font: 22px 'NEXON Lv2 Gothic';
    text-align: center;
}

.scene03_to_be .scene03_contents .scene03_icon .scene03_text_02 {
    height: 18px;
    bottom: 0;
    color: rgb(111,111,111);
    font: 16px 'NEXON Lv2 Gothic';
    text-align: center;
}

.scene03_to_be .scene03_contents .scene03_circle {
    width: 780px;
    height: 205px;
    /* background-color: aqua; */
    float: left;
    margin-left: 30px;
}

.scene03_to_be .scene03_contents .scene03_circle > div {
    width: 205px;
    height: 205px;
    background-color: rgb(33, 33, 33);
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    float: left;
}

.scene03_to_be .scene03_contents .scene03_circle > div > p {
    color: rgb(255, 255, 255);
    font: 20px 'NEXON Lv2 Gothic Light';
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.scene03_to_be .scene03_contents .scene03_circle .circle01 .circle01_text01 {
    margin-top: 60px;
}

.scene03_to_be .scene03_contents .scene03_circle .circle01 .circle01_text02 {
    margin-top: 10px;
    color: rgb(144,144,144);
    font-size: 13pt;
}



.scene03_to_be .scene03_contents .scene03_circle > img {
    margin-top: 90px;
    margin-left: 32px;
    margin-right: 32px;
    float: left;
}

.scene03_to_be .scene03_contents .scene03_number {
    width: 182px;
    height: 96px;
    /* background-color: blue; */
    margin-top: 52px;
    float: right;
    text-align: center;
}

.scene03_to_be .scene03_contents .scene03_number .scene03_number_text {
    color: rgb(144,144,144);
    font: 50px 'NEXON Lv2 Gothic Light';
}

.scene03_to_be .scene03_contents .scene03_number .scene03_number_box {
    width: 188px;
    height: 28px;
    padding-top: 4px;
    background-color: white;
    color: rgb(33, 33, 33);
    font: 20px 'NEXON Lv2 Gothic';
    margin-top: 15px;
}

.scene03 .scene03_title {
    width: 1100px;
    height: 84px;
    margin-top: 120px;
}

.scene03 .scene03_title > p {
    color: rgb(194, 194, 194);
    text-align: center;
    font: 32px 'NEXON Lv2 Gothic Light';
    line-height: 1.5;
}


/* scene03 end */



.scene04 {
    width: 1100px;
    height: 900px;
    margin: 0 auto;
    position: relative;
    top: 1080px;
}

.scene04_wrap {
    width: 1100px;
    height: 320px;
    position: absolute;
    top: 340px;
}

.scene04_text {
    width: 500px;
    height: 320px;
    float: left;
    transition: all 0.6s;
    transform: translateY(300px);
    opacity: 0;
}

.scene04_text.on {
    transform: translateY(0);
    opacity: 1;
}

.scene04_text .scene04_title {
    width: 500px;
    height: 130px;
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
    line-height: 1.2;
}

.scene04_text .scene04_sub_title {
    color: rgb(144,144,144);
    font: 22px 'NEXON Lv2 Gothic Light' ;
    line-height: 1.7;
    position: absolute;
    bottom: 0;
}

.scene04_wrap > img {
    float: right;
    margin-top: 10px;
}

.scene04_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47,47,47);
    position: absolute;
    top: 500px;
    z-index: -100;
}


/* scene04 end */


.scene05 {
    width: 1100px;
    height: 900px;
    margin: 0 auto;
    position: relative;
    top: 1080px;
}

.scene05_wrap {
    width: 1100px;
    height: 320px;
    position: absolute;
    top: 340px;
}

.scene05_text {
    width: 500px;
    height: 320px;
    float: left;
    transition: all 0.6s;
    transform: translateY(300px);
    opacity: 0;
}

.scene05_text.on {
    transform: translateY(0);
    opacity: 1;
}

.scene05_text .scene05_title {
    width: 500px;
    height: 130px;
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
    line-height: 1.2;
}

.scene05_text .scene05_sub_title {
    color: rgb(144,144,144);
    font: 22px 'NEXON Lv2 Gothic Light' ;
    line-height: 1.7;
    position: absolute;
    bottom: 0;
}

.scene05_wrap > img {
    float: right;
    margin-top: 10px;
}

.scene05_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47,47,47);
    position: absolute;
    top: 500px;
    z-index: -100;
}


/* scene05 end */


.scene06 {
    width: 1100px;
    height: 900px;
    margin: 0 auto;
    position: relative;
    top: 1080px;
}

.scene06_wrap {
    width: 1100px;
    height: 320px;
    position: absolute;
    top: 340px;
}

.scene06_text {
    width: 500px;
    height: 320px;
    float: left;
    transition: all 0.6s;
    transform: translateY(300px);
    opacity: 0;
}

.scene06_text.on {
    transform: translateY(0);
    opacity: 1;
}

.scene06_text .scene06_title {
    width: 500px;
    height: 130px;
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
    line-height: 1.2;
}

.scene06_text .scene06_sub_title {
    color: rgb(144,144,144);
    font: 22px 'NEXON Lv2 Gothic Light' ;
    line-height: 1.7;
    position: absolute;
    bottom: 0;
}

.scene06_wrap > img {
    float: right;
    margin-top: 10px;
}

.scene06_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47,47,47);
    position: absolute;
    top: 500px;
    z-index: -100;
}


/* scene06 end */




.scene09 {
    width: 1100px;
    height: 1080px;
    margin: 0 auto;
    /* background-color: red; */
    position: relative;
    top: 1080px;
}

.scene09 .scene09_wrap {
    width: 1100px;
    position: absolute;
    top: 240px;
}

.scene09_text {
    width: 510px;
    height: 600px;
    float: left;
    transform: translateY(300px);
    transition: all 0.6s;
    opacity: 0;
}

.scene09_text.on {
    transform: translateY(0);
    height: 243px;
    opacity: 1;
}

.scene09_text .scene09_title {
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
    line-height: 1.2;
    position: absolute;
    top: 80px;
}

.scene09_text .scene09_sub_title {
    color: rgb(144,144,144);
    font: 22px 'NEXON Lv2 Gothic Light' ;
    line-height: 1.7;
    position: absolute;
    top: 250px;
}

.scene09_image {
    width: 530px;
    height: 600px;
    float: left;
    position: absolute;
    right: 0;
}

.scene09_image > img:nth-child(2){
    position: absolute;
    right: 0;
}

.scene09_image > p {
    color: rgb(134,134,134);
    font: 16px 'NEXON Lv2 Gothic Light';
    position: absolute;
    bottom: 0;
}

.scene09_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47,47,47);
    position: absolute;
    bottom: 620px;
    z-index: -100;
}



/* scene09 end */


.scene10 {
    width: 1100px;
    height: 900px;
    position: relative;
    top: 1080px;
}

.scene10_text {
    width: 1100px;
    height: 105px;
    text-align: center;
    position: relative;
}

.scene10_text .scene10_title {
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
}

.scene10_text .scene10_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47, 47, 47);
    position: absolute;
    bottom: 0;

}


.scene10 > img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -475px;
    transition: all 0.6s;
    transform: translateY(300px);
    opacity: 0;
}


.scene10 > img.on {
    transform: translateY(0);
    opacity: 1;
}


/* scene10 end */


.scene07 {
    width: 1100px;
    height: 1000px;
    position: relative;
    top: 1380px;
}

.scene07_text {
    width: 1100px;
    height: 105px;
    /* background-color: blue; */
    text-align: center;
    position: relative;
}

.scene07_text .scene07_title {
    color: white;
    font: 48px 'NEXON Lv2 Gothic Light';
}

.scene07_text .scene07_line {
    width: 100%;
    height: 1px;
    background-color: rgb(47, 47, 47);
    position: absolute;
    bottom: 0;

}

.scene07_wrap {
    margin-top: 110px;
    height: 1000px;
}

.scene07_wrap > div {
    height: 130px;
    margin-top: 120px;
}

.scene07_wrap > div > div:nth-child(1) {
    height: 32px;
}

.scene07_wrap > div > div:nth-child(1) > img {
    float: left;
}

.scene07_wrap > div > div:nth-child(1)> p {
    float: left;
    color: white;
    font:20px 'NEXON Lv2 Gothic';
    margin-left: 16px;
    margin-top: 4px;
}

.scene07_wrap > div > div:nth-child(2) {
    width: 1050px;
    margin-left: 50px;
    margin-top: 20px;
}

.scene07_wrap > div > div:nth-child(2) > img {
    float: left;
}

.scene07_wrap > div > div:nth-child(2) > p {
    float: left;
    color: rgb(134,134,134);
    font:18px 'NEXON Lv2 Gothic';
    margin-left: 16px;
    line-height: 1.7;
}

/* scene07 end */


.scene08 {
    width: 1100px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    top:1800px;
    transition: all 1.6s;
    transform: translateY(100px);
    opacity: 0;
}

.scene08.on {
    transform: translateY(0);
    opacity: 1;
}



.scene08 .scene08_wrap {
    width: 390px;
    height: 60px;
    margin: 0 auto;

    position: relative;
}


.scene08 .scene08_wrap > img {
    float: left;
    position: absolute;
    left: 0;
    top:7px
}

.scene08 .scene08_wrap > p {
    float: left;
    color: white;
    font: 45px 'Roboto', sans-serif;
    position: absolute;
    left: 20px;
}

