.desktop {
    display: none !important;
}

.wrap-body {
    display: block;
}

body {
    max-width: 750px;
    width: 100%;
    height: auto !important;
    min-height: 100vh;
    margin: auto;
    background-image: url(../images/mb/bg.png);
    background-size: cover;
    background-color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
    color: #ffffff;
}

.header-area {
    max-width: 750px;
    width: 100%;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}

.logo_pc {
    height: 5rem !important;
}

.nav-container,
.nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.nav-item img {
    height: 2rem !important;
    margin-left: .5rem;
}

.txt-1 {
    display: flex;
}

.txt-2 img {
    height: 1.5rem !important;
}

.title-img-1 {
    height: 2rem !important;
    padding-bottom: .5rem;
}

.header-activity {
    top: 15%;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
}

.header-area img {
    display: block;
    height: 4rem;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.top-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
}

.logo-area {
    display: flex;
    align-items: center;
    padding: 1.5rem;
}

.logo-header {
    height: 4rem;
}

.logo-txt {
    display: grid;
    margin-left: .3rem;
}

.txt-1 {
    height: 1.5rem;
    margin-bottom: .5rem;
}

.txt-2 {
    height: 1rem;
}

.btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

.btnimg {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 18px;
}

.icon-img {
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
}

.btnimg span {
    font-size: 11px;
    color: rgb(255, 255, 255);
}

.title {
    text-align: center;
}

.title img {
    width: 80%;
}

.photo {
    text-align: center;
    z-index: 0;
}

.photo img {
    width: 100%;
}

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

.txt-img img {
    width: 70%;
    position: absolute;
    bottom: 5.5rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.tip {
    text-align: center;
    color: rgb(248 210 72);
    text-decoration: underline;
    /* margin-bottom: .2rem; */
    font-weight: 700;
    z-index: 2;
}

.footer-area {
    /* position: fixed; */
    max-width: 750px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 78%);
    z-index: 2;
    padding: 20px;
}

.setup-tips-container {
    color: rgb(255 181 51);
    text-decoration: underline;
    text-align: center;
    margin-top: -5rem;
    font-size: 1.2rem;
}

.device-area {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.device-area img {
    width: 100%;
}

.device-area div {
    width: 50%;
}

.device-area a img {
    width: 100%;
}

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

.web-app img {
    width: 50%;
    /* padding-bottom: .5rem; */
}


.img_ {
    position: relative;
}

.footer-content {
    position: absolute;
    bottom: 0;
}

.app {
    display: flex;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.app-logo-android {
    text-align: center;
    padding: 1.5rem;
}

.app-logo-android img {
    width: 95%;
}

.app-logo-ios {
    text-align: center;
    padding: 1.5rem;
}

.app-logo-ios img {
    width: 95%;
}
.content-area img {
    width: 100%;
}

.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: 1rem;
    left: 50%;
    margin-left: -4.4rem;
}

.link-btn img{
    width: 8.8rem;
    height: 2.1rem;
}

.close {
    text-align: center;
}
.close img {
    width: 12%;
    padding-bottom: 1.5rem;
}

.popup__h2 {
    text-align: center;
}

@media screen and (max-width:480px) {
    .logo-header {
        height: 3rem !important;
    }

    .icon-img {
        width: 30px;
        height: 30px;
    }

    .btnimg {
        margin-left: 10px;
    }
}

@media screen and (max-width:320px) {
    .icon-img {
        width: 25px;
        height: 25px;
    }

    .title img {
        height: 4rem;
    }

    .txt-img img {
        bottom: 3rem;
    }

    .logo-header {
        height: 2.5rem !important;
    }

    .txt-1 {
        height: 1rem;
        margin-bottom: .5rem;
    }

    .txt-2 {
        height: .5rem;
    }
}