* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.desktop {
    display: none;
}

.wrap-body {
    max-width: 750px;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.header-activity {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem 0;
    background: #000000;
}

.tips {
    margin-top: 0.8rem !important;
}
.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}

.logo-txt img {
    width: unset;
}

.logo img {
    height: 3rem;
    width: unset;
}
.contact-container {
    display: flex;
    align-items: center;
    gap: 0 1rem;
}

.contact-container img {
    height: 3rem;
}
.footer-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 3vw;
    z-index: 9;
    background: linear-gradient(to top, black 60%, transparent);
}

.footer-area img {
    width: 80%;
    display: block;
    margin: auto;
}

.l-area {
    width: 60%;
    text-align: left;
    padding-left: 5%;
}

.btt {
    width: 40%;
    text-align: center;
}

.l-area img {
    height: 4.5rem;
    width: unset !important;
}

.btt img {
    width: unset !important;
    height: 2.5rem;
}


.logo-area img {
    padding: 10px;
}

.content-area {
    height: calc(100vh - 6rem);
    overflow-y: auto;
    z-index: 1;
    background: #000000 url('../images/mobile/bg-u.png') no-repeat 0 30% / 100% auto;
}
.content-area-out{
    min-height: calc(100vh - 14rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-area .photo{
    width: 90%;
    flex-shrink: 0;
}
.content-area .txt-slider{
    width: 75%;
    flex-shrink: 0;
}

.contact-area {
    display: block;
    text-align: center;
}

.contact-area img {
    width: 96%;
    margin: auto;
    padding: .5rem;
}


.tip,
.logo-area,
.titlee_ {
    text-align: center;
}


.txtt img {
    height: .8rem;
    margin-top: .3rem;
}

.i-img {
    width: 70%;
}

.i-image {
    margin-top: .45rem;
    margin-left: .2rem;
    width: .5rem;
}

.title_ {
    color: rgb(255 255 255);
    font-size: 1rem;
}

.desc {
    color: rgb(153 153 153);
    font-size: .8rem;
    padding-top: .6rem;
}

.tip,
.titlee_,
.content-area {
    max-width: 750px;
    width: 100%;
}


.ios_,
.android_ {
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 0.7vw 2.5vw 0.7vw 2.5vw;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0.5rem;
    width: 100%;
}

.and-btn,
.i-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.and-btn img,
.i-btn img {
    height: 2rem;
    vertical-align: middle;
}

.logo-area img {
    width: 90%;
}

.title img {
    width: 50%;
}

.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    padding: 0.8rem 0;
}

.set-up-tip {
    text-align: center;
    text-decoration: underline;
    font-size: 0.8rem;
    padding: 0 1rem 4vw;
    color: #e1fe76;
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
}

.popup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
}

.desc {
    text-align: center;
    position: relative;
}

.desc img {
    width: 80%;
}

.link-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
}

.link-btn img {
    width: unset;
    height: 2rem;
}

.close {
    text-align: center;
}

.close img {
    width: 10%;
    padding-bottom: 0.5rem;
}

.popup__h2 {
    text-align: center;
}

.footer-area.btn_down p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
}

.footer-area.btn_down p span {
    color: #ff9102;
    text-align: center;
    font-size: 6vw;
    font-weight: 400;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 9px solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-right-color: #8d42f3;
    -webkit-animation: spinner-zp9dbg 1s infinite linear;
    animation: spinner-zp9dbg 1s infinite linear;
}

@-webkit-keyframes spinner-zp9dbg {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinner-zp9dbg {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media screen and (max-width: 480px) {
    .swiper {
        width: 100%;
    }

    .l-area img {
        height: 3.5rem;
    }

    .btt img {
        height: 2.2rem;
    }


    .header-area {
        top: 2%;
    }

    .wrap-body {
        width: 100vw;
        height: 100vh;
    }

    .wrap-body .main-content {
        width: 100vw;
        height: 100vh;
    }

    .logo img {
        height: 3.2rem;
    }

    .txtt img {
        height: .8rem;
    }
}

@media screen and (max-width: 320px) {

    .logo img {
        height: 2rem;
        width: unset;
    }

    .txtt img {
        height: .5rem;
    }
}