.page-content p {
    font-size: 14px;
    margin: 0;
}


.btn-gold-ctr a {
    margin: 25px auto;
    width: 178px;
}

.btn-appstore {
    padding: 40px 0 30px 0;
}

.table-rop-wrap {
    width: 100%;
    margin: 45px 0 20px 0;
}

.table-rop th:first-child {
    width: 41%;
}

.table-rop th {
    text-align: left;
}

.table-rop th,
.table-rop td {
    padding: 20px;
}

.table-rop td {
    line-height: 2;
    vertical-align: top;
}

.table-rop tr {
    border-top: 1px solid #999;
    padding: 20px;
}

.table-rop tr:last-child {
    border-bottom: 1px solid #999;
}

.txt-table-bottom {
    padding-left: 1em;
    text-indent: -1em;
}

.txt-table-bottom dfn {

    font-size: 12px;
}

.txt-table-bottom:not(:last-of-type) {
    margin-bottom: 10px;
}

.hl-lv02 {
    font-weight: normal;
}

#section-features {
    color: #fff;
}

#section-features p {
    color: #ccc;
}

#section-features ol {
    padding-left: 0;
    list-style-type: none;
    counter-reset: number;
}

#section-features ol > li:not(:last-child) {
    margin-bottom: 30px;
}

#section-features ol > li::before {
    counter-increment: number;
    content: counter(number) ". ";
    margin-bottom: 10px;
}

#section-features ol > li > p {
    margin-top: 10px;
}

#section-features ol > li {
    font-size: 18px;
}

.slider-rop-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.slider-rop p {
    margin-top: 15px;
    color: #f2f262 !important;
}

.ipad {
    margin-right: 75px;
}

.module-slider-responsive-height {
    padding-bottom: 300px;
    margin-top: 40px;
}

.rop-info-list {
    list-style: none;
    padding-left: 0;
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rop-info-list > li {
    font-size: 14px;
    margin-right: 25px;
}

.rop-info-list > li::before {
    content: "\f096";
    font-family: fontawesome;
    font-size: 90%;
    padding-bottom: .1em;
    padding-right: .5em;
}

@media screen and (max-width:900px) {
    .slider-rop-ctr {
        display: block;
    }

    .slider-rop-ctr img {
        max-width: 100%;
    }

    .module-slider-responsive-height {
        padding-bottom: 450px;
    }

    .ipad {
        margin-right: 0;
    }


    .table-rop th:first-child {
        width: auto;
    }

    .rop-info-list > li {
        width: auto;
        white-space: nowrap;
        margin-right: 1.5em;
    }
}

@media screen and (max-width:400px) {
    .iphone img {
        width: 90%;
    }

    .table-rop th,
    .table-rop td {
        padding: 20px 5px;
    }
}
