@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';

*,
:focus,
:hover {
    outline: none;
}

body {
    position: relative;

    background-color: #000;
}

#update_LT {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

#update_LT .top-btn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 200;
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .top-btn:hover {
    opacity: 1;
}

#update_LT .section01 {
    position: relative;
    width: 100%;
    height: 972px;
}
#update_LT .section01 .animation {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    height: 988px;
}
#update_LT .section01 .animation p {
    position: absolute;
    left: 50%;
}
#update_LT .section01 .animation p.logo1 {
    width: 780px;
    height: 364px;
    top: 55%;
    left: 31%;
    opacity: 0;
    animation-name: blink-ani2;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 2.2s;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.left_chr1 {
    width: 887px;
    height: 867px;
    top: 16%;
    left: 7%;
    opacity: 0;
    animation-name: move-ani2;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.left_chr2 {
    width: 508px;
    height: 583px;
    top: 9%;
    left: 12%;
    opacity: 0;
    animation-name: move-ani2;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.right_chr1 {
    width: 751px;
    height: 712px;
    top: 28%;
    left: 52%;
    opacity: 0;
    animation-name: move-ani;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.right_chr2 {
    width: 491px;
    height: 692px;
    top: 9%;
    left: 62%;
    opacity: 0;
    animation-name: move-ani;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.chr {
    width: 1201px;
    height: 989px;
    top: 2%;
    left: 14%;
    opacity: 0;
    animation-name: blink-ani2;
    animation-duration: 0.1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.effect {
    width: 1401px;
    height: 873px;
    top: 12%;
    left: 20%;
    opacity: 0;
    animation-name: blink-ani2;
    animation-duration: 0.3s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.effect2 {
    width: 736px;
    height: 988px;
    top: 0%;
    left: 31%;
    opacity: 0;
    animation-name: blink-ani2;
    animation-duration: 0.3s;
    animation-delay: 0.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .animation p.effect3 {
    width: 1624px;
    height: 886px;
    top: 5%;
    left: 3%;
    opacity: 0;
    animation-name: scale-ani;
    animation-duration: 0.15s;
    animation-delay: 0.9s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#update_LT .section01 .section01_video {
    max-width: 1920px;
    width: 100%;
    height: 1080px;
    object-fit: cover;
}
#update_LT .section01 .section01_contentsWrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 50px;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height: 1080px;
    margin-top: 230px
}
#update_LT .section01 .section01_contentsWrapper .section01_playBtn {
    position: absolute;
    top: 14%;
    left: calc(50% - 36px);
    max-width: 381px;
    width: 137px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0;
    animation-name: blink-ani2;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 2.7s;
    animation-fill-mode: forwards;
}
#update_LT .section01 .section01_contentsWrapper .section01_playBtn:hover {
    background-image: url('https://static.papayaplay.com/static/assets/images/latale/portal/update/realize_2nd/btn_play_hover.png') !important;
}
#update_LT .section02 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 890px;
    background-position: center;
    background-repeat: no-repeat;
}
#update_LT .section02 .section02_seeMore_wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 121px;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height: 832px;
}
#update_LT .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_LT .section02 .section02_seeMore_wrapper .section02_seeMore:hover {
    margin-top: -50px;
}

#update_LT .section03 {
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

#update_LT .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_LT .section03 .section03_floatingNav .section03_floatingNav_el {
    /* width: 200px; */
    color: #c8c8c8;
    font-size: 24px;
    font-family: 'Rubik';
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section03 .section03_floatingNav .section03_floatingNav_el:hover {
    color: #009DFF;
}

#update_LT .section03 .section03_floatingNav .section03_floatingNav_el.naviActive {
    color: #009DFF;
}

#update_LT .section03 .section03_03 {
    position: relative;
}

#update_LT .section03 .section03_03 .slide_sideBar {
    position: absolute;
    top: 300px;
    right: 300px;
    z-index: 1;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 {
    position: absolute;
    width: 172px;
    height: 559px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box {
    height: 140px;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: 4px;
    cursor: pointer;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .bossDots {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #009DFF;
    border-radius: 100px;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .bossSidebar_el_number {
    display: flex;
    margin-left: 15px;
    margin-top: 5px;
    width: 20px;
    font-size: 12px;
    font-family: 'Rubik';
    color: #898989;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .onNumber_btn {
    color: #009DFF;
}

#update_LT .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: 12px;
    font-family: 'Rubik';
    font-weight: 500;
    width: 100px;
    margin-top: -2px;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box .bossSidebar_el .onTitle_btn {
    color: #000;
    border-left: solid 2px #009DFF;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02 .bossSidebar_box:nth-child(3) .bossSidebar_el_title {
    width: 80px;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02::before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 86px solid transparent;
    border-right: 86px solid transparent;
    border-bottom: 42px solid #fff;
}

#update_LT .section03 .section03_03 .slide_sideBar #hexagon02::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 86px solid transparent;
    border-right: 86px solid transparent;
    border-top: 42px solid #fff;
}

#update_LT .section03 .section03_03 .new_boss_slider {
    position: relative;
    display: flex;
    flex-direction: column;
}

#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img .video {
    width: 398px;
    height: 222px;
    position: relative;
    top: 32%;
    left: 23.3%;
}
#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img .video:hover {
    box-shadow: 0 0 0 1px red;
    cursor: pointer;
}
#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img .video .video_img {
    width: 398px;
    height: 222px;
}
#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img .video .play {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 37.5%;
    left: 43%;
}
#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img .video:hover .play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -47%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid red;
}
#update_LT .section03 .section03_03 .new_boss_slider .slide .slide_img .video:hover .play {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 37.5%;
    left: 43%;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
}
#update_LT .section03 .section03_07 {
    max-width: 1920px;
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#update_LT .section03 .section03_05 {
    position: relative;
}

#update_LT .section03 .section03_05 .slide_sideBar {
    position: absolute;
    top: 486px;
    right: 272px;
    z-index: 1;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 {
    position: absolute;
    width: 172px;
    height: 367px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box {
    height: 140px;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: 4px;
    cursor: pointer;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .npcDots {
    position: absolute;
    top: 11px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #009DFF;
    border-radius: 100px;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .npcSidebar_el_number {
    display: flex;
    margin-left: 15px;
    margin-top: 6.5px;
    width: 20px;
    font-size: 12px;
    font-family: 'Rubik';
    color: #898989;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .onNumber_btn {
    color: #009DFF;
}

#update_LT .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: 12px;
    font-family: 'Rubik';
    font-weight: 500;
    width: 100px;
    margin-top: 0px;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box .npcSidebar_el .onTitle_btn {
    color: #000;
    border-left: solid 2px #009DFF;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03 .npcSidebar_box:nth-child(3) .npcSidebar_el_title {
    width: 80px;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03::before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 86px solid transparent;
    border-right: 86px solid transparent;
    border-bottom: 42px solid #fff;
}

#update_LT .section03 .section03_05 .slide_sideBar #hexagon03::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 86px solid transparent;
    border-right: 86px solid transparent;
    border-top: 42px solid #fff;
}

#update_LT .section03 .section03_05 .new_npc_slider {
    position: relative;
    display: flex;
    flex-direction: column;
}

#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img .video {
    width: 398px;
    height: 222px;
    position: relative;
    top: 32%;
    left: 23.3%;
}
#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img .video:hover {
    box-shadow: 0 0 0 1px red;
    cursor: pointer;
}
#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img .video .video_img {
    width: 398px;
    height: 222px;
}
#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img .video .play {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 37.5%;
    left: 43%;
}
#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img .video:hover .play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -47%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid red;
}
#update_LT .section03 .section03_05 .new_npc_slider .slide .slide_img .video:hover .play {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 37.5%;
    left: 43%;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
}

#update_LT .section03 .section03_07 {
    max-width: 1920px;
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section03 .section03_08 {
    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_LT .section03 .section03_08 .btns {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    bottom: 284px;
}

#update_LT .section03 .section03_08 .btns .btn1 {
    position: relative;
    width: 336px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section03 .section03_08 .btns .btn1:hover {
    filter: hue-rotate(35deg);
}

#update_LT .section03 .section03_08 .btns .btn2 {
    position: relative;
    width: 336px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section03 .section03_08 .btns .btn2:hover {
    filter: hue-rotate(35deg);
}

#update_LT .section03 .section03_08 .btns .btn3 {
    position: relative;
    width: 336px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section03 .section03_08 .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_LT {
        zoom: 0.8;
    }

    #update_LT .section03 .section03_floatingNav {
        top: 108px;
    }

    #update_LT .section03 .section03_floatingNav .section03_floatingNav_el {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1150px) {
    #update_LT {
        zoom: 0.6;
    }

    #update_LT .section03 .section03_floatingNav {
        top: 145px;
    }
}

@media screen and (max-width: 991px) {
    #update_LT .section03 .section03_floatingNav {
        top: 1px;
    }

    #update_LT .section03 .section03_02 .slide_sideBar {
        right: 200px;
    }

    #update_LT .section03 .section03_03 .slide_sideBar {
        right: 200px;
    }

    #update_LT .section03 .section03_08and07 #hexagon03 {
        right: 42px;
    }
}

@media screen and (max-width: 886px) {
    #update_LT {
        zoom: 0.5;
    }

    #update_LT .section03 .section03_floatingNav {
        top: 0;
    }
}

@media screen and (max-width: 715px) {
    #update_LT {
        zoom: 0.4;
    }

    #update_LT .section03 .section03_floatingNav {
        top: -1px;
    }
}

@media screen and (max-width: 580px) {
    #update_LT {
        zoom: 0.35;
    }
}

@media screen and (max-width: 500px) {
    #update_LT {
        zoom: 0.25;
    }
}

@keyframes scale-ani {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scale-ani2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blink-ani {
    0%,
    to {
        opacity: 1;
    }

    40% {
        opacity: 0.3;
    }
}

@keyframes blink-ani2 {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes move-ani {
    0%,
    to {
        transform: translateX(-100px) scale(0.8);
        opacity: 0;
    }

    60% {
        transform: translateX(50px) scale(1.1);
        opacity: 1;
    }
    
   100% {
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
}

@keyframes move-ani2 {
  0% {
    transform: translateX(100px) scale(0.8);
    opacity: 0;
  }

  60% {
        transform: translateX(-50px) scale(1.1);
        opacity: 1;
   }

  100% {
    transform: translateX(0px) scale(1);
    opacity: 1;
  }
}