@import 'https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap';

@font-face {
    font-family: 'yeoljeongdo-regular';
    src: url('https://static.papayaplay.com/static/assets/styles/fonts/yeoljeongdo/RixYeoljeongdo_Pro Regular.otf')
        format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Khmer Sangam MN';
    src: url(https://static.papayaplay.com/static/assets/styles/fonts/khmer_sangam_mn/khmer-sangam-mn.ttf)
        format('truetype');
    font-weight: 400;
    font-style: normal;
}

*,
:focus,
:hover {
    outline: none;
}

body {
    position: relative;

    background-color: #000;
}

#update_canyon {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

#update_canyon .top-btn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 200;
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_canyon .top-btn:hover {
    opacity: 1;
}

#update_canyon .section01 {
    position: relative;
    width: 100%;
    height: 994px;
}

#update_canyon .section01 .section01_video {
    max-width: 1920px;
    width: 100%;
    height: 994px;
    object-fit: cover;
}

#update_canyon .section01 .section01_contentsWrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height: 994px;
    margin-top: 230px;
}

#update_canyon .section01 .section01_contentsWrapper .section01_playBtn {
    position: relative;
    margin-top: -100px;
    max-width: 158px;
    width: 158px;
    height: 161px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
}

#update_canyon .section01 .section01_contentsWrapper .section01_playBtn:hover {
    -webkit-transform: scale(0.9);
}

#update_canyon .section01 .section01_contentsWrapper .section01_logo {
    position: relative;
    max-width: 616px;
    width: 100%;
    height: 401px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_canyon .section02 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 832px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_canyon .section02 .section02_seeMore_wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height: 832px;
}

#update_canyon .section02 .section02_seeMore_wrapper .section02_seeMore {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    width: 327px;
    height: 575px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#update_canyon .section02 .section02_seeMore_wrapper .section02_seeMore:hover {
    margin-top: 50px;
}

#update_canyon .section03 {
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

#update_canyon .section03 .section03_floatingNav {
    z-index: 2;
    position: sticky;
    top: 88px;
    width: 100%;
    height: 90px;
    background-color: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}

#update_canyon .section03 .section03_floatingNav .section03_floatingNav_el {
    width: 200px;
    color: #c8c8c8;
    font-size: 24px;
    font-family: 'Rubik';
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_canyon .section03 .section03_floatingNav .section03_floatingNav_el:hover {
    color: #a93ee6;
}

#update_canyon .section03 .section03_floatingNav .section03_floatingNav_el.naviActive {
    color: #a93ee6;
}

#update_canyon .section03 .section03_01 {
    width: 100%;
    height: 889px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_canyon .section03 .section03_02 {
    position: relative;
}

#update_canyon .section03 .section03_02 .slide_sideBar {
    position: absolute;
    top: 620px;
    right: 300px;
    z-index: 1;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon {
    position: absolute;
    width: 156px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box {
    height: 140px;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: 4px;
    cursor: pointer;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .mpasDots {
    position: absolute;
    top: 26px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #bf58fa;
    border-radius: 100px;
}

#update_canyon
    .section03
    .section03_02
    .slide_sideBar
    #hexagon
    .mapsSidebar_box
    .mapsSidebar_el
    .mapsSidebar_el_number {
    display: flex;
    margin-left: 15px;
    margin-top: 21px;
    width: 20px;
    font-size: 13px;
    font-family: 'Rubik';
    color: #898989;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .onNumber_btn {
    color: #bf58fa;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .mapsSidebar_el_title {
    display: flex;
    align-items: center;
    border-left: solid 1px #898989;
    color: #898989;
    padding-left: 6px;
    margin-left: 3px;
    font-size: 13px;
    font-family: 'Rubik';
    font-weight: 500;
    width: 100px;
    line-height: 13px;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .onTitle_btn {
    color: #000;
    border-left: solid 1px #bf58fa;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon .mapsSidebar_box:nth-child(3) .mapsSidebar_el_title {
    width: 80px;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon::before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 42px solid #fff;
}

#update_canyon .section03 .section03_02 .slide_sideBar #hexagon::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 42px solid #fff;
}

#update_canyon .section03 .section03_02 .slide_btns {
    position: relative;
}

#update_canyon .section03 .section03_02 .slide_btns .slide_prevBtn {
    position: absolute;
    width: 49px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    top: 280px;
    left: calc(50% - 165px);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

#update_canyon .section03 .section03_02 .slide_btns .slide_nextBtn {
    position: absolute;
    width: 49px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    top: 285px;
    left: calc(50% + 573px);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

#update_canyon .section03 .section03_02 .new_maps_slider {
    position: relative;
}

#update_canyon .section03 .section03_02 .new_maps_slider .slide .slide_img {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_canyon .section03 .section03_03 {
    position: relative;
}

#update_canyon .section03 .section03_03 .slide_sideBar {
    position: absolute;
    top: 620px;
    right: 300px;
    z-index: 1;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 {
    position: absolute;
    width: 156px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box {
    height: 140px;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: 4px;
    cursor: pointer;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .bossDots {
    position: absolute;
    top: 21px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #bf58fa;
    border-radius: 100px;
}

#update_canyon
    .section03
    .section03_03
    .slide_sideBar
    #hexagon02
    .bossSidebar_box
    .bossSidebar_el
    .bossSidebar_el_number {
    display: flex;
    margin-left: 15px;
    margin-top: 15.5px;
    width: 20px;
    font-size: 13px;
    font-family: 'Rubik';
    color: #898989;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .onNumber_btn {
    color: #bf58fa;
}

#update_canyon
    .section03
    .section03_03
    .slide_sideBar
    #hexagon02
    .bossSidebar_box
    .bossSidebar_el
    .bossSidebar_el_title {
    display: flex;
    align-items: center;
    border-left: solid 1px #898989;
    color: #898989;
    padding-left: 6px;
    margin-left: 3px;
    font-size: 13px;
    font-family: 'Rubik';
    font-weight: 500;
    width: 100px;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .onTitle_btn {
    color: #000;
    border-left: solid 1px #bf58fa;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box:nth-child(3) .bossSidebar_el_title {
    width: 80px;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02::before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 42px solid #fff;
}

#update_canyon .section03 .section03_03 .slide_sideBar #hexagon02::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 42px solid #fff;
}

#update_canyon .section03 .section03_03 .new_boss_slider {
    position: relative;
    display: flex;
    flex-direction: column;
}

#update_canyon .section03 .section03_03 .new_boss_slider .slide .slide_img {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_canyon .section03 .section03_04 {
    max-width: 1920px;
    width: 100%;
    height: 3033px;
    background-position: center;
    background-repeat: no-repeat;
}
#update_canyon .section03 .section03_05 {
    max-width: 1920px;
    width: 100%;
    height: 993px;
    background-position: center;
    background-repeat: no-repeat;
}
/* #update_canyon .section03 .section03_05 {
    position: relative;
}

#update_canyon .section03 .section03_05 .slide_sideBar {
    position: absolute;
    top: 620px;
    right: 300px;
    z-index: 1;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 {
    position: absolute;
    width: 156px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box {
    height: 140px;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: 4px;
    cursor: pointer;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .npcDots {
    position: absolute;
    top: 14px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #BF58FA;
    border-radius: 100px;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .npcSidebar_el_number {
    display: flex;
    margin-left: 15px;
    margin-top: 7.5px;
    width: 20px;
    font-size: 13px;
    font-family: 'Rubik';
    color: #898989;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .onNumber_btn {
    color: #BF58FA;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .npcSidebar_el_title {
    display: flex;
    align-items: center;
    border-left: solid 1px #898989;
    color: #898989;
    padding-left: 6px;
    margin-left: 3px;
    font-size: 13px;
    font-family: 'Rubik';
    font-weight: 500;
    width: 100px;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .onTitle_btn {
    color: #000;
    border-left: solid 1px #BF58FA;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box:nth-child(3) .npcSidebar_el_title {
    width: 80px;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03::before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 42px solid #fff;
}

#update_canyon .section03 .section03_05 .slide_sideBar #hexagon03::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 42px solid #fff;
}

#update_canyon .section03 .section03_05 .new_npc_slider {
    position: relative;
    display: flex;
    flex-direction: column;
}

#update_canyon .section03 .section03_05 .new_npc_slider .slide .slide_img {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
} */

#update_canyon .section03 .section03_06 {
    max-width: 1920px;
    width: 100%;
    height: 476px;
    display: flex;
    position: relative;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}

#update_canyon .section03 .section03_06 .btns {
    position: absolute;
    max-width: 1120px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    bottom: 232px;
}

#update_canyon .section03 .section03_06 .btns .btn1 {
    position: relative;
    width: 338px;
    height: 104px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_canyon .section03 .section03_06 .btns .btn1:hover {
    filter: hue-rotate(35deg);
}

#update_canyon .section03 .section03_06 .btns .btn2 {
    position: relative;
    width: 338px;
    height: 104px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_canyon .section03 .section03_06 .btns .btn2:hover {
    filter: hue-rotate(35deg);
}

#update_canyon .section03 .section03_06 .btns .btn3 {
    position: relative;
    width: 338px;
    height: 104px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_canyon .section03 .section03_06 .btns .btn3:hover {
    filter: hue-rotate(35deg);
}

@media screen and (min-width: 320px) {
    #pt_gnb {
        width: 100%;
        /* max-width:1920px */
    }

    #pt_footer {
        width: 100%;
        /* max-width:1920px */
    }

    .latale-header {
        width: 100%;
        /* max-width:1920px */
    }
}

@media screen and (max-width: 1435px) {
    #update_canyon {
        zoom: 0.8;
    }

    #update_canyon .section03 .section03_floatingNav {
        top: 108px;
    }

    #update_canyon .section03 .section03_floatingNav .section03_floatingNav_el {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1150px) {
    #update_canyon {
        zoom: 0.6;
    }

    #update_canyon .section03 .section03_floatingNav {
        top: 145px;
    }
}

@media screen and (max-width: 991px) {
    #update_canyon .section03 .section03_floatingNav {
        top: 1px;
    }

    #update_canyon .section03 .section03_02 .slide_sideBar {
        right: 200px;
    }

    #update_canyon .section03 .section03_03 .slide_sideBar {
        right: 200px;
    }

    #update_canyon .section03 .section03_06and07 #hexagon03 {
        right: 42px;
    }
}

@media screen and (max-width: 886px) {
    #update_canyon {
        zoom: 0.5;
    }

    #update_canyon .section03 .section03_floatingNav {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    #update_canyon .section03 .section03_06and07 .section03_07 .chrs {
        display: none;
    }
}

@media screen and (max-width: 715px) {
    #update_canyon {
        zoom: 0.4;
    }

    #update_canyon .section03 .section03_floatingNav {
        top: -1px;
    }
}

@media screen and (max-width: 580px) {
    #update_canyon {
        zoom: 0.35;
    }
}

@media screen and (max-width: 500px) {
    #update_canyon {
        zoom: 0.25;
    }
}

@keyframes scale-ani {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scale-ani2 {
    0% {
        opacity: 0;
        transform: translateX(200px) translateY(400px) scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes blink-ani {
    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes blink-ani2 {
    0%,
    to {
        opacity: 1;
    }

    40% {
        opacity: 0.3;
    }
}

@keyframes move-ani {
    0%,
    to {
        transform: translateY(3px);
    }

    50% {
        transform: translateY(-3px);
    }
}

#main {
    width: 100%;
    display: block;
    margin-top: -230px;
}
#main .section .animation,
#main .section .animation:after,
#main .section .animation:before {
    opacity: 0;
    transition-property: opacity, transform, background;
}

#main .section .animation:after,
#main .section .animation:before {
    content: '';
    display: block;
    position: absolute;
}
#main .section.main {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/bg.jpg) no-repeat
        center 0;
    height: 994px;
    overflow: hidden;
    position: relative;
}

#main .section.main .char1 {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/character1.png)
        no-repeat 0 0;
    height: 673px;
    top: 321px;
    left: 0;
    z-index: 1;
    transform: translateX(-150px);
    width: 752px;
}

#main .section.main .char1,
#main .section.main .char2 {
    /* left: 50%; */
    position: absolute;
    transition-delay: 0.5s;
    transition-duration: 0.8s;
    animation-name: scale-ani;
    animation-duration: 0.8s;
    animation-timing-function: ease-in;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

#main .section.main .char2 {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/character2.png)
        no-repeat 0 0;
    height: 972px;
    margin-left: 6px;
    top: 50px;
    left: 205px;
    transform: translateX(150px);
    width: 1296px;
}

#main .section.main .bgfront {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/bg_front.png)
        no-repeat 0 0;
    height: 1315px;
    left: 50%;
    margin-left: -1280px;
    position: absolute;
    top: -200px;
    width: 2560px;
}

#main .section.main .char3 {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/chr3.png) no-repeat 0
        0;
    height: 1068px;
    left: 50%;
    margin-left: -374px;
    position: absolute;
    top: -126px;
    transform: translateY(70px);
    transition-delay: 0s;
    transition-duration: 1.2s;
    width: 715px;
    animation-name: scale-ani;
    animation-duration: 1.2s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

#main .section.main .char-light {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/chr_light.png)
        no-repeat 0 0;
    height: 883px;
    left: 50%;
    margin-left: -413px;
    position: absolute;
    top: 59px;
    transition-delay: 2.2s;
    transition-duration: 1.3s;
    width: 841px;
    animation-name: scale-ani;
    animation-duration: 1.3s;
    animation-timing-function: ease-in;
    animation-delay: 2.2s;
    animation-fill-mode: forwards;
}

#main .section.main .stone {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/stone.png) no-repeat
        0 0;
    height: 765px;
    left: 50%;
    margin-left: -1030px;
    position: absolute;
    top: 429px;
    transition-delay: 1.3s;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
    width: 2071px;
    animation-name: scale-ani;
    animation-duration: 0.8s;
    animation-timing-function: ease-in;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

#main .section.main .birds {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/birds.png) no-repeat
        0 0;
    height: 780px;
    left: 281px;
    /* margin-left: -1280px; */
    position: absolute;
    top: 53px;
    transition-delay: 1.3s;
    transition-duration: 0.9s;
    width: 1504px;
    animation-name: scale-ani;
    animation-duration: 0.9s;
    animation-timing-function: ease-in;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

#main .section.main .title {
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/logo.png) no-repeat 0
        0;
    height: 370px;
    left: 50%;
    margin-left: -348.5px;
    position: absolute;
    top: 555px;
    transition-delay: 2.8s;
    transition-duration: 1.2s;
    width: 697px;
    animation-name: scale-ani;
    animation-duration: 1.2s;
    animation-timing-function: ease-in;
    animation-delay: 2.8s;
    animation-fill-mode: forwards;
    z-index: 2;
}

#main .section.main .title-light {
    transition-delay: 3s;
    transition-duration: 1.2s;
    animation-name: scale-ani;
    animation-duration: 1.2s;
    animation-timing-function: ease-in;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

#main .section.main .title-light > * {
    animation-delay: 2s, 2s;
    animation-duration: 1.2s, 2.5s;
    animation-iteration-count: infinite;
    animation-name: blink-ani, move-ani;
    animation-timing-function: ease-in-out;
}

#main .section.main .title-light .light-1 {
    animation-delay: 2s, 1.5s;
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/effect1.png)
        no-repeat 0 0;
    height: 907px;
    left: 71px;
    position: absolute;
    top: 53px;
    width: 1675px;
}

#main .section.main .title-light .light-2 {
    animation-delay: 2s, 2s;
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/effect2.png)
        no-repeat 0 0;
    height: 892px;
    left: 132px;
    position: absolute;
    top: 51px;
    width: 1463px;
}

#main .section.main .title-light .light-3 {
    animation-delay: 2s, 3s;
    background: url(https://static.papayaplay.com/static/assets/images/latale/portal/update/canyon/effect3.png)
        no-repeat 0 0;
    height: 994px;
    left: 0px;
    position: absolute;
    top: 116px;
    width: 1920px;
}
