﻿@font-face {
    font-family: verdara;
    src: url("../../vendors/fonts/AnyConv.com__verdana.otf") format("opentype"),
        url("../../vendors/fonts/AnyConv.com__verdana.eot")
            format("embedded-opentype"),
        url("../../vendors/fonts/AnyConv.com__verdana.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: cafeta;
    src: url("../../vendors/fonts/UTM-Cafeta.otf") format("opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Cafeta.eot")
            format("embedded-opentype"),
        url("../../vendors/fonts/UTM-Cafeta.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: alex;
    src: url("../../vendors/fonts/AnyConv.com__UTM\ Alexander.otf")
            format("opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Alexander.eot")
            format("embedded-opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Alexander.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: alex;
    color: #0b0c49;
    background-color: #003942 !important;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #003942 !important;
}

/* ---------------------------------------- */

/* -----------------REUSEABLE-------------- */

/* ---------------------------------------- */

.text-center {
    text-align: center;
}

.desktop {
    display: block;
}

.flex {
    display: flex;
}

.mobile {
    display: none;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

ul,
li {
    list-style: none;
}

ul {
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
}

.background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.sticky-menu {
    position: sticky;
    top: 50px;
}

.cookie-popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
}

.ui_mask {
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.pop_up_event {
    width: 768px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    z-index: 1000;
}

.pop_up_event a {
    width: 100%;
    height: 100%;
}

.pop_up_event a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#popupPanel {
    position: absolute;
    z-index: 999;
    transition: 0.5s;
    top: -50px;
}

.popup_btn_close {
    background: url("../images/ld_auction/btn_close_2.png");
    width: 55px;
    height: 55px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .pop_up_event {
        width: 75vw;
        height: 49vw;
    }

    .popup_btn_close {
        background: url(../images/ld_auction/btn_close_2.png);
        width: 6vw;
        height: 6vw;
        top: 0.8vw;
        right: 0.8vw;
        cursor: pointer;
    }
}

/* ---------COOKIE PRELOAD---------- */

.preload-open {
    overflow: hidden;
}

.preload-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.9;
}

.preload-banner {
    height: 540px;
    position: fixed;
    top: 10%;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    width: 100%;
}

.preload-banner img {
    display: block;
    width: 960px;
    margin: 0 auto;
}

.preload-banner .preload-x-btn {
    font-size: 28px;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

.preload-banner .preload-x-btn:hover {
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .preload-banner {
        height: 56vw;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        padding: 1vw;
        z-index: 9999;
        width: 100%;
    }

    .preload-banner img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .preload-banner .preload-x-btn {
        font-size: 28px;
        position: fixed;
        top: -40px;
        right: 15px;
        cursor: pointer;
        color: #fff;
        transition: all 0.2s ease;
    }
}

/* ---------------------------------------- */

/* -----------------WRAP------------------- */

/* ---------------------------------------- */

.wrap {
    width: 1590px;
    background-color: #003942;
    height: 100%;
    overflow: hidden;
    font-family: alex;
    position: relative;
    margin: 0 auto;
}

.logo-18 {
    width: 150px;
    position: fixed;
    top: 40%;
    left: 1%;
    z-index: 999;
}

.logo-18 img {
    width: 100%;
}

/* -----------------RIGHT_NAV------------------- */

.right_nav {
    background: url("../images/bg_right_nav.png") no-repeat;
    width: 233px;
    height: 484px;
    position: fixed;
    z-index: 6;
    top: 200px;
    right: 5px;
    transition: all 0.4s;
    transform: translateX(150px);
}

.right_nav.active_right_nav {
    right: 5px;
    transform: translateX(0px);
}

.right_nav a.btn_right_nav_logo {
    background: url("../images/tet/256.png") no-repeat;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 25px;
    left: 65px;
    transition: all 0.4s;
}

.right_nav ul {
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 160px;
    left: 12px;
}

.right_nav ul li a {
    background: url("../images/bg_btn_right_nav.png") no-repeat;
    width: 134px;
    height: 42px;
    margin: 5px 0;
    font-size: 20px;
    font-family: alex;
    color: #000000;
    transition: all 0.4s;
}

.right_nav a:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 255, 162));
    transform: scale(1.05);
}

.btn_right_nav_c {
    background: url("../images/btn-slide-open.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 86px;
    position: absolute;
    top: 100px;
    left: 27px;
    cursor: pointer;
}

.btn_right_nav_o {
    background: url("../images/btn-slide-close.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 86px;
    position: absolute;
    top: 100px;
    left: 27px;
    cursor: pointer;
}

/* ---------------------------------------- */

/* -----------------MODAL------------------- */

/* ---------------------------------------- */

#downloadModal .modal-dialog {
    max-width: 658px;
    position: relative;
    top: 50%;
    transform: translateY(-65%);
}

#downloadModal .modal-content {
    background: url("../images/bg_modal_download.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 658px;
    height: 308px;
    border: unset;
    border-radius: unset;
    position: relative;
}

#downloadModal .close {
    background: url("../images/back.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 15px;
    right: -5px;
    width: 87px;
    height: 51px;
}

#downloadModal .close:focus {
    outline: none;
}

/* ---------------------------------------- */

/* -----------------NAV------------------- */

/* ---------------------------------------- */

.main_nav {
    background: url("../images/bg_header_nav.jpg") no-repeat;
    width: 100%;
    height: 96px;
    padding-bottom: 5px;
    z-index: 3;
}

.main_nav ul li a {
    color: #f1f2d3;
    font-size: 30px;
    font-family: alex;
    width: 200px;
    height: 94px;
    margin: 0 20px;
}

.main_nav ul li a:hover {
    background: #487e86;
}

/* ---------------------------------------- */

/* -----------------HEADER------------------- */

/* ---------------------------------------- */

.header {
    background: url("../images/bg_header.jpg") no-repeat;
    width: 100%;
    height: 974px;
    z-index: 2;
}

.header_class {
    left: 12%;
    top: -3%;
    width: 1294px;
    height: 941px;
}

.header_class img {
    width: 100%;
}

.header_logo {
    width: 500px;
    top: -100px;
    left: 5px;
    z-index: 3;
}

.header_logo img {
    width: 100%;
}

.header .btn_play {
    background: url("../images/btn_play.png") no-repeat;
    width: 138px;
    height: 138px;
    top: 40%;
    left: 45%;
    animation: scale 1s alternate infinite linear;
}

.btn_play:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(231, 241, 169));
}

@keyframes scale {
    from {
        transform: scale(0.85);
    }

    to {
        transform: scale(1);
    }
}

.header_box {
    background: url("../images/header_box.png") no-repeat;
    width: 1013px;
    height: 250px;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.box_icon {
    background: url("../images/tet/512.png") no-repeat;
    width: 220px;
    height: 220px;
}

.header_box a {
    transition: all 0.3s;
}

.header_box a:hover {
    transform: scale(1.05);
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185));
}

.box_download {
    flex-direction: column;
}

.box_appstore {
    background: url("../images/btn_appstore.png") no-repeat;
    width: 215px;
    height: 75px;
}

.box_android {
    background: url("../images/btn_android.png") no-repeat;
    width: 215px;
    height: 75px;
}

.box_apk {
    background: url("../images/btn_apk.png") no-repeat;
    width: 215px;
    height: 75px;
}

.box_regist {
    background: url("../images/btn_regist.png") no-repeat;
    width: 255px;
    height: 214px;
}

.box_adnxu {
    background: url("../images/btn_topup.png") no-repeat;
    width: 255px;
    height: 214px;
}

/* ---------------------------------------- */

/* -----------------CONTENT------------------- */

/* ---------------------------------------- */

.content {
    background: url("../images/bg_content.jpg") no-repeat;
    width: 100%;
    height: 2838px;
    padding-top: 50px;
}

/* -----------------NEWS_SECTION------------------- */

.ns_title {
    width: 576px;
    height: 107px;
    margin: 0 auto;
    z-index: 3;
}

.ns_title img {
    width: 100%;
}

.ns_box {
    background: url("../images/tintuc_board.png") no-repeat;
    width: 1331px;
    height: 452px;
    margin: 0 auto;
    z-index: 2;
    transform: translateY(-65px);
    padding-top: 50px;
}

.ns_slide {
    background: url("../images/slide_board.png") no-repeat;
    width: 592px;
    height: 330px;
}

.news_slider {
    width: 583px;
    height: 323px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ns_news_board {
    width: 612px;
    height: 330px;
    margin-left: 20px;
}

.ns_nb_header {
    width: 100%;
}

.ns_nb_header ul {
    width: 100%;
    background-color: #9e988ead;
    border-top: 1px solid #dad6d0;
}

.ns_nb_header ul li {
    height: 34px;
    width: 153px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.ns_nb_header ul li:hover {
    background: url("../images/bg_news_title.png") no-repeat;
    width: 153px;
    height: 34px;
    color: #fbe0c0;
}

.ns_nb_header ul li.active_n_h {
    background: url("../images/bg_news_title.png") no-repeat;
    width: 153px;
    height: 34px;
    color: #fbe0c0;
}

.ns_nb_content {
    flex-direction: column;
    width: 100%;
}

.ns_nb_content ul li {
    width: 100%;
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #a09c93;
    transition: all 0.3s;
}

.ns_nb_content ul li a {
    color: rgb(75, 75, 75);
    width: 100%;
}

.ns_nb_content ul li:hover {
    transform: translateX(10px);
}

.ns_nb_content ul li:hover a {
    color: #000000;
}

.ns_nb_content ul li .ns_nb_content_descr {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    width: 470px;
    position: relative;
    padding-left: 15px;
}

.ns_nb_content ul li .ns_nb_content_descr::before {
    content: "";
    background: url("../images/news_board_dot.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 12px;
    left: 0;
}

.ns_nb_content ul li .ns_nb_content_time {
    flex: 1;
    justify-content: flex-end;
}

.ns_nb_content ul {
    display: none;
}

.ns_nb_content ul.active_n_c {
    display: block;
}

.fadedown {
    animation: fadedown 0.8s ease;
}

.fadeup {
    animation: fadeup 0.8s ease;
}

@keyframes fadedown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn_moreinfo {
    justify-content: flex-end !important;
    margin: 5px 0;
    position: absolute;
    top: -75px;
    right: 0;
}

.btn_moreinfo a {
    font-size: 20px;
    color: #424242;
}

.btn_moreinfo a:hover {
    color: #ec6640;
}

.home-search__bar {
    width: 100%;
    margin: 10px 0;
}

.home-search__bar input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #28a0a8;
    font-size: 20px;
    padding: 0px 50px 0 10px;
    border-radius: 5px;
    position: relative;
}

.home-search__bar input:focus {
    outline: none;
}

.home-search__bar input::placeholder {
    font-size: 18px;
}

.home-search__bar button {
    outline: none;
    border: none;
}

.home-search__bar button:focus {
    outline: none;
}

.home-search__bar i {
    background-color: #28a0a8;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 3px 7px;
    border-radius: 5px;
}

/* -----------------CHARACTER_SECTION------------------- */

.character_section {
    width: 100%;
    height: 1095px;
    position: relative;
    margin-top: 20px;
}

.cs_title {
    width: 1170px;
    margin: 0 auto;
}

.cs_title img {
    width: 100%;
}

.hp-list {
    flex-direction: column;
    margin-left: 100px;
    position: relative;
    z-index: 3;
}

.hp-list li {
    width: 162px;
    height: 175px;
    position: relative;
}

.hp-list li a {
    width: 162px;
    height: 175px;
    margin: 10px 0;
}

.hp-list li::after {
    content: "";
    background: url("../images/bar_head.png") no-repeat;
    position: absolute;
    background-size: cover;
    width: 5px;
    height: 58px;
    bottom: -33px;
    left: 79px;
}

.hp-list li:last-child::after {
    content: none;
}

.hp-list li.item-1 a {
    background: url("../images/kim_1.png") no-repeat;
}

.hp-list li.item-1.active a {
    background: url("../images/kim_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-1:hover a {
    background: url("../images/kim_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-2 a {
    background: url("../images/moc_1.png") no-repeat;
}

.hp-list li.item-2.active a {
    background: url("../images/moc_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-2:hover a {
    background: url("../images/moc_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-3 a {
    background: url("../images/thuy_1.png") no-repeat;
}

.hp-list li.item-3.active a {
    background: url("../images/thuy_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-3:hover a {
    background: url("../images/thuy_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-4 a {
    background: url("../images/hoa_1.png") no-repeat;
}

.hp-list li.item-4.active a {
    background: url("../images/hoa_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-4:hover a {
    background: url("../images/hoa_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-5 a {
    background: url("../images/tho_1.png") no-repeat;
}

.hp-list li.item-5.active a {
    background: url("../images/tho_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.hp-list li.item-5:hover a {
    background: url("../images/tho_2.png") no-repeat;
    width: 162px;
    height: 175px;
}

.bg-mp {
    width: 750px;
    top: 185px;
    left: 420px;
}

.bg-mp img {
    width: 100%;
}

.mp-list {
    position: relative;
    flex: 1;
}

.persion-img {
    top: -380px;
    left: 95px;
    width: 830px;
    animation: updown 1.5s infinite alternate linear;
}

.persion-img img {
    width: 100%;
}

@keyframes updown {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(10px);
    }
}

.mp-item p {
    text-align: center;
    bottom: -555px;
    right: 20px;
    font-size: 35px;
    font-family: cafeta;
    font-style: italic;
    z-index: 3;
}

.mp-select-list {
    right: 0;
    top: 0;
}

.mp-select-group {
    position: relative;
    z-index: 3;
}

.mp-tl {
    background: url("../images/mp_tl1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -180px;
    right: 238px;
}

.mp-tl:hover {
    background: url("../images/mp_tl2.png") no-repeat;
}

.mp-tl.active {
    background: url("../images/mp_tl2.png") no-repeat;
}

.mp-tv {
    background: url("../images/mp_tv1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -75px;
    right: 200px;
}

.mp-tv:hover {
    background: url("../images/mp_tv2.png") no-repeat;
}

.mp-tv.active {
    background: url("../images/mp_tv2.png") no-repeat;
}

.mp-dm {
    background: url("../images/mp_dm1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -180px;
    right: 238px;
}

.mp-dm:hover {
    background: url("../images/mp_dm2.png") no-repeat;
}

.mp-dm.active {
    background: url("../images/mp_dm2.png") no-repeat;
}

.mp-5d {
    background: url("../images/mp_5d1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -75px;
    right: 200px;
}

.mp-5d:hover {
    background: url("../images/mp_5d2.png") no-repeat;
}

.mp-5d.active {
    background: url("../images/mp_5d2.png") no-repeat;
}

.mp-mg {
    background: url("../images/mp_mg1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: 25px;
    right: 203px;
}

.mp-mg:hover {
    background: url("../images/mp_mg2.png") no-repeat;
}

.mp-mg.active {
    background: url("../images/mp_mg2.png") no-repeat;
}

.mp-nm {
    background: url("../images/mp_nm1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -180px;
    right: 238px;
}

.mp-nm:hover {
    background: url("../images/mp_nm2.png") no-repeat;
}

.mp-nm.active {
    background: url("../images/mp_nm2.png") no-repeat;
}

.mp-ty {
    background: url("../images/mp_ty1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -75px;
    right: 200px;
}

.mp-ty:hover {
    background: url("../images/mp_ty2.png") no-repeat;
}

.mp-ty.active {
    background: url("../images/mp_ty2.png") no-repeat;
}

.mp-dt {
    background: url("../images/mp_dt1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: 25px;
    right: 203px;
}

.mp-dt:hover {
    background: url("../images/mp_dt2.png") no-repeat;
}

.mp-dt.active {
    background: url("../images/mp_dt2.png") no-repeat;
}

.mp-cb {
    background: url("../images/mp_cb1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -180px;
    right: 238px;
}

.mp-cb:hover {
    background: url("../images/mp_cb2.png") no-repeat;
}

.mp-cb.active {
    background: url("../images/mp_cb2.png") no-repeat;
}

.mp-tn {
    background: url("../images/mp_tn1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -75px;
    right: 200px;
}

.mp-tn:hover {
    background: url("../images/mp_tn2.png") no-repeat;
}

.mp-tn.active {
    background: url("../images/mp_tn2.png") no-repeat;
}

.mp-vd {
    background: url("../images/mp_vd1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -180px;
    right: 238px;
}

.mp-vd:hover {
    background: url("../images/mp_vd2.png") no-repeat;
}

.mp-vd.active {
    background: url("../images/mp_vd2.png") no-repeat;
}

.mp-cl {
    background: url("../images/mp_cl1.png") no-repeat;
    width: 233px;
    height: 75px;
    top: -75px;
    right: 200px;
}

.mp-cl:hover {
    background: url("../images/mp_cl2.png") no-repeat;
}

.mp-cl.active {
    background: url("../images/mp_cl2.png") no-repeat;
}

/* -----------------PICTURE_SECTION------------------- */

.screenshot_section {
    position: relative;
    width: 100%;
    margin-top: 70px;
}

.ss_title {
    width: 1170px;
    margin: 0 auto;
}

.ss_title img {
    width: 100%;
}

.ss_slider {
    width: 1086px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 70px;
}

.ss_slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
    width: 80px;
    height: 85px;
    z-index: 5;
}

.ss_slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
    width: 80px;
    height: 85px;
    z-index: 5;
}

.ss_slider .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
    background: url("../images/btn_next.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 85px;
}

.ss_slider .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
    background: url("../images/btn_prev.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 85px;
}

.ss_slider .swiper-button-next,
.swiper-button-prev {
    top: 57%;
}

.bg_ss_slider {
    width: 1395px;
    top: 137px;
    left: 190px;
    z-index: 3;
    pointer-events: none;
}

.bg_ss_slider img {
    width: 100%;
}

/* ---------------------------------------- */

/* -----------------FOOTER------------------- */

/* ---------------------------------------- */

.footer-info__game {
    flex-direction: column;
    background-color: #448d8d;
    color: white;
    font-size: 20px;
    padding: 15px;
    box-shadow: 0px 0px 10px 2px #fff;
    border: 2px solid #124545;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-info__game img {
    width: 100%;
}

.footer-info__game-logo__game {
    width: 200px;
    margin: 0 20px;
}

.footer-info__game-icon__app {
    width: 150px;
    margin: 0 20px;
}

.footer-info__game-desc {
    margin-left: 30px;
}

.footer-info__game-desc p {
    margin-bottom: 0;
}

.footer-section {
    background-color: #0e2f33;
    position: relative;
    z-index: 4;
    padding: 10px;
    flex-direction: column;
}

.footer-info__game-bottom {
    margin-top: 20px;
    margin-bottom: 0;
    height: 30px;
}

.footer-info__game-bottom li a {
    color: white;
}

.footer-info__game-bottom li a:hover {
    color: rgb(255, 255, 101);
}

.footer-info__game-bottom li {
    padding: 0px 50px;
    border-right: 2px solid #fff;
    height: 10px;
}

.footer-info__game-bottom li:last-child {
    border-right: none;
}

.footer-section {
    background-color: #105864;
    z-index: 4;
    padding: 10px 50px;
}

.line_footer {
    background: url("../images/line_bottom_content.png") no-repeat;
    width: 1590px;
    height: 33.5px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-section .logo-footer {
    position: relative;
}

.footer-section .logo__list {
    width: 170px;
}

.logo__list img {
    width: 100%;
}

.footer-section .logo__list img:nth-child(2) {
    margin-left: 1rem;
}

.footer-section .icon_18 {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-section p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

