.UplusApp{
    width: 400px;
    height: 800px;
    margin: 0 auto;
    padding-top: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/local/inhouse/uplus_bg.png");
}
.UplusLogo{
    padding-bottom: 37px;
    text-align: center;
}
.UplusLogo img{
    /* width: 160px; */
    height: 40px;
}
.UplusApp h4{
    margin: 0;
    color: #111111;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    padding-bottom: 20px;
}
.UplusApp p{
    width: 70%;
    margin: 0 auto;
    color: #111111;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -1px;
    padding-bottom: 20px;
}
.UplusApp .AppPink{
    color: #ED008C;
    font-size: 13px;
    font-weight: bold;
}
.AppLink{
    margin: 0;
    padding: 10px 0 35px;
}
.AppLink li{
    list-style: none;
}
.AppLink li:first-child{
    margin-bottom: 25px;
}
.AppLink li:last-child{
    margin-top: 25px;
}
.AppLink li a{
    width: 60%;
    color: #fff;
    padding: 15px;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
    letter-spacing: -1px;
    text-decoration: none;
    background-color: #ED008C;
}
.AppText{
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.AppText li{
    font-size: 13px;
    font-weight: 500;
    list-style: none;
    letter-spacing: -1px;
}
.AppText li span{
    color: #ED008C;
    font-weight: bold;
}
.close {
    width: 30px;
    height: 30px;
    background: url(/theme/oklassv2/pix/images/close-button.png) no-repeat center;
    /*position: absolute;*/
    display:inline-block;
    margin-left: 90%;
    margin-top: -90px;
    vertical-align:text-top;
}

@media only screen and (max-width: 500px){
    .UplusApp{
        width: 100%;
        padding-top: 70px;
    }
    .UplusApp h4{
        font-size: 14px;
    }
    .close {
        margin-top: -60px;
    }
}
