@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: 988px;
}
#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: 697px;
    height: 282px;
    top: 557px;
    left: 33%;
    z-index: 3;
    opacity: 0;
    animation-name: move-ani5;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.logo_sub {
    width: 606px;
    height: 218px;
    top: 762px;
    left: 34.4%;
    z-index: 3;
    opacity: 0;
    animation-name: move-ani5;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 2.3s;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.logo2 {
    width: 485px;
    height: 299px;
    top: 552px;
    margin-left: 222px;
    opacity: 0;
    animation-name: scale-ani;
    animation-duration: 0.9s;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

#update_LT .section01 .animation p.char1 {
    width: 1229px;
    height: 940px;
    top: 10%;
    left: calc(50% - 127px);
    transform: translate(-50%, 1%);
    opacity: 0;
    animation-name: blink-ani3;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.flower {
    width: 902px;
    height: 841px;
    top: 160px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    animation-name: blink-ani3, swing;
    animation-duration: 0.5s, 4s;
    animation-delay: 1.4s, 2.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1, infinite;
    animation-direction : alternate;
    transform-origin: 660px 89px;
}
#update_LT .section01 .animation p.flower2 {
    width: 1433px;
    height: 988px;
    top: -17px;
    left: 289px;
    z-index: 2;
}
#update_LT .section01 .animation p.particle {
    width: 1652px;
    height: 988px;
    top: 46px;
    left: 6%;
    opacity: 0;
    animation-name: blink-ani3;
    animation-duration: 0.5s;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.particle2 {
    width: 1790px;
    height: 820px;
    top: 2%;
    left: -3%;
    z-index: 1;
}
#update_LT .section01 .animation p.particle3 {
    width: 1459px;
    height: 735px;
    top: 0px;
    left: 7%;
    opacity: 0;
    animation-name: blink-ani3;
    animation-duration: 0.5s;
    animation-delay: 1.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.light {
    width: 555px;
    height: 258px;
    top: 3%;
    left: 61%;
    opacity: 0;
    animation-name: blink-ani3;
    animation-duration: 0.5s;
    animation-delay: 0.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#update_LT .section01 .animation p.light2 {
    width: 1767px;
    height: 703px;
    top: 356px;
    left: 0%;
}
#update_LT .section01 .animation p.light3 {
    width: 318px;
    height: 497px;
    top: 154px;
    margin-left: 100px;
    opacity: 0;
    animation-name: blink-ani3;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#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: -4%;
    left: 41%;
    max-width: 381px;
    width: 381px;
    height: 407px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0;
    animation-name: blink-ani3;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

#update_LT .section01 .section01_contentsWrapper .section01_playBtn:hover {
    -webkit-transform: scale(0.9);
}

#update_LT .section02 {
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

#update_LT .section02 .section02_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 .section02 .section02_01 {
    width: 100%;
    height: 889px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section02 .section02_02 {
    position: relative;
}

#update_LT .section02 .section02_02 .slide_sideBar {
    position: absolute;
    top: 620px;
    right: 300px;
    z-index: 1;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon {
    position: absolute;
    width: 172px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box {
    height: 140px;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el {
    position: relative;
    display: flex;
    height: 100%;
    margin-left: 4px;
    cursor: pointer;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .mpasDots {
    position: absolute;
    top: 27px;
    left: 35px;
    width: 6px;
    height: 6px;
    background-color: #4E6CFC;
    border-radius: 100px;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .mapsSidebar_el_number {
    display: flex;
    margin-left: 15px;
    margin-top: 20.5px;
    width: 20px;
    font-size: 13px;
    font-family: 'Rubik';
    color: #898989;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .onNumber_btn {
    color: #4E6CFC;
}

#update_LT .section02 .section02_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: 120px;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box .mapsSidebar_el .onTitle_btn {
    color: #000;
    border-left: solid 1px #4E6CFC;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon .mapsSidebar_box:nth-child(3) .mapsSidebar_el_title {
    width: 110px;
}

#update_LT .section02 .section02_02 .slide_sideBar #hexagon::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 .section02 .section02_02 .slide_sideBar #hexagon::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 .section02 .section02_02 .slide_btns {
    position: relative;
}

#update_LT .section02 .section02_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_LT .section02 .section02_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_LT .section02 .section02_02 .new_maps_slider {
    position: relative;
}

#update_LT .section02 .section02_02 .new_maps_slider .slide .slide_img {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section02 .section02_03 {
    max-width: 1920px;
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#update_LT .section02 .section02_07 {
    max-width: 1920px;
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#update_LT .section02 .section02_04 {
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section02 .section02_04 .screenshot {
    width: 1016px;
    height: 670px;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#update_LT .section02 .section02_04 .screenshot .desc1 {
    width: 235px;
    height: 75px;
    position: relative;
    top: 11.8%;
    left: 80%;
    transform: translate(-50%, -50%);
    cursor:pointer;
}

#update_LT .section02 .section02_04 .screenshot .hover1 {
    width: 808px;
    height: 160px;
    position: absolute;
    top: 18.5%;
    left: 50%;
    background: url("https://static.papayaplay.com/static-qa/assets/images/latale/portal/update/sword_saint/hover1.png") no-repeat center center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#update_LT .section02 .section02_04 .screenshot .desc1:hover + .hover1 {
    opacity: 1;
}
#update_LT .section02 .section02_04 .screenshot .desc2 {
    width: 237px;
    height: 83px;
    position: relative;
    top: 1%;
    left: 12.8%;
    transform: translate(-50%, -50%);
    cursor:pointer;
}

#update_LT .section02 .section02_04 .screenshot .hover2 {
    width: 558px;
    height: 143px;
    position: absolute;
    top: 19%;
    left: -15%;
    background: url("https://static.papayaplay.com/static-qa/assets/images/latale/portal/update/sword_saint/hover2.png") no-repeat center center;
    background-size: cover;
    opacity: 0; 
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#update_LT .section02 .section02_04 .screenshot .desc2:hover + .hover2 {
    opacity: 1;
}

#update_LT .section02 .section02_04 .screenshot .desc3 {
    width: 548px;
    height: 375px;
    position: relative;
    top: 35%;
    left: 71.6%;
    transform: translate(-50%, -50%);
    cursor:pointer;
}

#update_LT .section02 .section02_04 .screenshot .hover3 {
    width: 886px;
    height: 185px;
    position: absolute;
    top: 71%;
    left: 32%;
    background: url("https://static.papayaplay.com/static-qa/assets/images/latale/portal/update/sword_saint/hover3.png") no-repeat center center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#update_LT .section02 .section02_04 .screenshot .desc3:hover + .hover3 {
    opacity: 1;
}

#update_LT .section02 .section02_05 {
    max-width: 1920px;
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}
#update_LT .section02 .section02_07 {
    max-width: 1920px;
    width: 100%;
    height: 1013px;
    background-position: center;
    background-repeat: no-repeat;
}

#update_LT .section02 .section02_07 .system2_play1 {
    width: 760px;
    height: 448px;
    top: 27.5%;
    margin: auto;
    position: relative;
}

#update_LT .section02 .section02_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_LT .section02 .section02_06 .btns {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    bottom: 232px;
}

#update_LT .section02 .section02_06 .btns .btn1 {
    position: relative;
    width: 336px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section02 .section02_06 .btns .btn1:hover {
    filter: hue-rotate(35deg);
}

#update_LT .section02 .section02_06 .btns .btn2 {
    position: relative;
    width: 336px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section02 .section02_06 .btns .btn2:hover {
    filter: hue-rotate(35deg);
}

#update_LT .section02 .section02_06 .btns .btn3 {
    position: relative;
    width: 336px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

#update_LT .section02 .section02_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_LT {
        zoom: 0.8;
    }

    #update_LT .section02 .section02_floatingNav {
        top: 108px;
    }

    #update_LT .section02 .section02_floatingNav .section02_floatingNav_el {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1150px) {
    #update_LT {
        zoom: 0.6;
    }

    #update_LT .section02 .section02_floatingNav {
        top: 145px;
    }
}

@media screen and (max-width: 991px) {
    #update_LT .section02 .section02_floatingNav {
        top: 1px;
    }

    #update_LT .section02 .section02_02 .slide_sideBar {
        right: 200px;
    }

    #update_LT .section02 .section02_03 .slide_sideBar {
        right: 200px;
    }

    #update_LT .section02 .section02_06and07 #hexagon03 {
        right: 42px;
    }
}

@media screen and (max-width: 886px) {
    #update_LT {
        zoom: 0.5;
    }

    #update_LT .section02 .section02_floatingNav {
        top: 0;
    }
}

@media screen and (max-width: 715px) {
    #update_LT {
        zoom: 0.4;
    }

    #update_LT .section02 .section02_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% {
        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.2;
    }
}

@keyframes blink-ani2 {
    0%,
    to {
        opacity: 1;
    }

    40% {
        opacity: 0.3;
    }
}

@keyframes blink-ani3 {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes move-ani {
    0%,
    to {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

@keyframes move-ani2 {
    0%,
    to {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes move-ani3 {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes move-ani4 {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes move-ani5 {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(2deg);
    }
}
