.bannerCharacterMainLayout {
    position: absolute;
    z-index: 3;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    max-width: 1700px;
    height: 90dvh;

    display: flex;
    align-items: end;
}

.characterFlag {
    position: absolute;
    top: -55px;
    left: -50px;

    width: 180px;
    height: 50px;
    padding: 3px 10px 14px 35px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: url("../images/banner/flag.png");
    background-position: center;
    background-size: cover;
    filter: drop-shadow(1px 1px 10px transparent);

    font-size: 16px;
    line-height: 16px;
    font-weight: 600;

    cursor: pointer;
    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.characterFlag:hover {
    transform: translateY(-6px) scale(1.04);
    filter:
        drop-shadow(0 0 10px #ffbf49ce) drop-shadow(0 0 20px #fff7e7cc);
}

.characterLayout {
    position: absolute;
    width: 70px;
}

.characterLayout img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.characterLayout.mainFirst {
    bottom: 35%;
    left: 8%;

    width: 62px;
}

.characterLayout.mainSecond {
    bottom: 20%;
    right: 32%;

}

.characterLayout.mainThird {
    bottom: 35%;
    right: 0;
}

.characterLayout.first {
    bottom: 18%;
    left: 4%;

    width: 170px;
}

.characterLayout.second {
    bottom: 5%;
    left: 25%;

    width: 150px;
}

.characterLayout.third {
    bottom: 8%;
    right: 43%;

    width: 128px;
}

.characterLayout.fourth {
    bottom: 15%;
    right: 15%;

    width: 150px;
}

.characterLayout.fifth {
    bottom: 0%;
    right: 20%;

    width: 70px;
}

.bannerCharacterMainLayoutMobile {
    display: none;
}

@media (max-width: 2133.33px) {
    .characterLayout.mainFirst {
        left: 14%;
    }

    .characterLayout.mainSecond {
        right: 36%;
        width: 60px;
    }

    .characterLayout.mainThird {
        right: 5%;
    }
}

@media (max-width: 1920px) {
    .characterLayout {
        width: 55px;
    }

    .characterLayout.mainFirst {
        width: 50px;
        left: 17%;
    }

    .characterLayout.mainSecond {
        right: 38%;

        width: 55px;
    }

    .characterLayout.mainThird {
        right: 10%;
        width: 55px;
    }

    .characterLayout.first {
        bottom: 18%;
        left: 10%;

        width: 145px;
    }

    .characterLayout.second {
        width: 130px;
    }

    .characterLayout.third {
        bottom: 2%;
        width: 110px;
    }

    .characterLayout.fourth {
        bottom: 15%;
        right: 20%;

        width: 130px;
    }

    .characterLayout.fifth {
        bottom: 0%;
        right: 25%;

        width: 50px;
    }
}

@media (max-width: 1700px) {
    .bannerCharacterMainLayout {
        max-width: 1400px;
        bottom: 60px;
    }

    .characterLayout {
        width: 50px;
    }

    .characterLayout.mainFirst {
        left: 4%;
        bottom: 40%;
        width: 45px;
    }

    .characterLayout.mainSecond {
        right: 37%;
        bottom: 25%;
    }

    .characterLayout.mainThird {
        right: 0%;
        bottom: 40%;
        width: 60px;
    }

    .characterLayout.first {
        bottom: 24%;
        left: 5%;
        width: 140px;
    }

    .characterLayout.second {
        bottom: 10%;
        left: 22%;
        width: 125px;
    }

    .characterLayout.third {
        bottom: 5%;
        width: 105px;
    }

    .characterLayout.fourth {
        bottom: 15%;
        right: 20%;

        width: 130px;
    }

    .characterLayout.fifth {
        bottom: 0%;
        right: 25%;

        width: 50px;
    }
}

/* ≤ 1400px */
@media (max-width: 1399.98px) {
    .bannerCharacterMainLayout {
        max-width: 1200px;
        bottom: 60px;
    }

    .characterLayout.mainFirst {
        left: 2%;
        bottom: 35%;
    }

    .characterLayout.mainSecond {
        right: 33%;
    }

    .characterLayout.mainThird {
        right: 5%;
        bottom: 27%;

        width: 57px;
    }

    .characterLayout.first {
        bottom: 24%;
        left: 5%;
        width: 130px;
    }

    .characterLayout.second {
        bottom: 5%;
        left: 20%;
        width: 115px;
    }

    .characterLayout.third {
        bottom: 7%;
        width: 100px;
        right: 47%;
    }

    .characterLayout.fourth {
        bottom: 18%;
        right: 16%;
        width: 120px;
    }

    .characterFlag {
        top: -40px;
        left: -50px;
        width: 150px;
        height: 40px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 1288px) {
    /* .characterLayout.mainThird {
        right: 3%;
        bottom: 35%;

        width: 57px;
    } */
}

/* ≤ 1200px */
@media (max-width: 1199.98px) {
    .bannerCharacterMainLayout {
        max-width: 1000px;
        bottom: 60px;
    }

    .characterLayout.mainFirst {
        left: 8%;
        bottom: 15%;
        z-index: 2;
    }

    .characterLayout.first {
        left: -5%;
    }

    .characterLayout.second {
        bottom: 5%;
        left: 13%;
    }

    .characterLayout.third {
        bottom: 8%;
        right: 43%;
    }

    .characterLayout.fourth {
        bottom: 15%;
        right: 5%;
    }
}

/* ≤ 992px */
@media (max-width: 991.98px) {
    .bannerCharacterMainLayout {
        display: none;
    }

    .bannerCharacterMainLayoutMobile {
        position: absolute;
        z-index: 3;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);

        width: 100%;
        /* height: 110vh; */
        height: calc(var(--vh, 1vh)*110);

        display: flex;
        align-items: end;
    }


    .characterFlag {
        top: -35px;
        left: -30px;
        width: 120px;
        height: 35px;
        font-size: 11px;
        line-height: 10px;
    }

    .characterLayout {
        width: 45px;
    }

    .characterLayout.mainFirst {
        left: 8%;
        bottom: 20%;
        width: 40px;
    }

    .characterLayout.mainSecond {
        right: 33%;
        bottom: 16%;
        width: 40px;
    }

    .characterLayout.mainThird {
        right: 10%;
        bottom: 15%;

        width: 45px;
    }

    .characterLayout.first {
        bottom: 10%;
        left: 7%;
        width: 100px;
    }

    .characterLayout.second {
        bottom: 3%;
        left: 27%;
        width: 85px;
    }

    .characterLayout.third {
        bottom: 8%;
        right: 43%;
        width: 70px;
    }

    .characterLayout.fourth {
        bottom: 6%;
        right: 17%;
        width: 90px;
    }

    .characterLayout.fifth {
        bottom: 0%;
        right: 31%;
        width: 40px;
        display: none;
    }
}

/* ≤ 768px */
@media (max-width: 767.98px) {
    .bannerCharacterMainLayoutMobile {
        top: 30px;
        width: 750px;
        height: calc(var(--vh, 1vh)*100);
    }

    .characterLayout.mainFirst {
        left: 14%;
        bottom: 0%;
        width: 35px;
        z-index: 2;
    }

    .characterLayout.mainSecond {
        right: 50%;
        bottom: 2%;
        width: 37px;
        z-index: 2;
    }

    .characterLayout.mainThird {
        right: 25%;
        bottom: 5%;
        width: 39px;
        z-index: 2;
    }

    .characterLayout.first {
        bottom: 16%;
        left: 2%;
        width: 90px;
    }

    .characterLayout.second {
        bottom: 6%;
        left: 27%;
        width: 74px;
    }

    .characterLayout.third {
        bottom: 13%;
        right: 28%;
        width: 68px;
    }

    .characterLayout.fourth {
        bottom: 12%;
        right: 6%;
        width: 81px;
    }

    .characterLayout.fifth {
        bottom: 3%;
        right: 35%;
        width: 35px;
    }
}

/* ≤ 576px */
@media (max-width: 575.98px) {

    .characterLayout.first,
    .characterLayout.second,
    .characterLayout.third,
    .characterLayout.fourth,
    .characterLayout.fifth {
        display: none;
    }

    .characterLayout.mainFirst {
        left: 26%;
        bottom: 4%;
        width: 35px;
        z-index: 2;
    }

    .characterLayout.mainSecond {
        bottom: 0%;
    }

    .characterLayout.mainThird {
        right: 29%;
        bottom: 5%;
        width: 39px;
        z-index: 2;
    }


}

@media (max-width: 428px) {
    .characterLayout.mainFirst {
        left: 34%;
        bottom: 5%;

    }

    .characterLayout.mainSecond {
        z-index: 3;
        right: 48%;
        bottom: 0%;
    }

    .characterLayout.mainThird {
        right: 35%;
        bottom: 6%;
    }
}

@media (max-width: 334px) {
    .characterLayout.mainFirst {
        left: 37%;
        bottom: 5%;

    }

    .characterLayout.mainSecond {
        z-index: 3;
        right: 50%;
        bottom: 0%;
    }

    .characterLayout.mainThird {
        right: 38%;
        bottom: 6%;
    }
}

@media (max-height:600px) {
    .bannerCharacterMainLayoutMobile {
        top: 100px;
    }
}

@media (max-height: 480px) {
    .bannerCharacterMainLayoutMobile {
        top: 400px;
    }
}

@media screen and (width: 375px) and (height: 667px) {
    .bannerCharacterMainLayoutMobile {
        top: 20px;
    }

    .characterLayout.mainSecond {
        bottom: -6%;
    }

    .characterLayout.mainFirst {
        left: 34%;
        bottom: 0%;
    }
}

@media screen and (width: 320px) and (height: 480px) {
    .bannerMainLayout {
        min-height: calc(var(--vh, 1vh) * 170) !important;
    }

    .bannerCharacterMainLayoutMobile {
        top: 350px;
    }

    .characterLayout.mainFirst {
        left: 35%;
        bottom: 14%;
    }

    .characterLayout.mainThird {
        right: 37%;
        bottom: 22%;
    }
}