.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}
.ssec-only-mobile {
    display: none;
}
.ssec.ssec-bg-white {
    color: #000;
    background-color: #fff;
}

.ssec .ssec-head {
    font-size: 3.25em;
    font-weight: bold;
    letter-spacing: -2px;
}
.ssec .ssec-subhead {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -2px;
}
.ssec .ssec-txt {
    font-size: 1.35em;
    line-height: 1.2;
    font-weight: 400;
}
.ssec .ssec-note {
    font-size: 1em;
    line-height: 1.15;
}
.ssec .ssec-color {
    color: #fdc508;
}

.ssec-style-1 .ssec-wrap {
    position: absolute;
    top: 4%;
    left: 16%;
    right: 12%;
    display: flex;
}
.ssec-style-1 .ssec-col {
    width: 40%;
}
.ssec-style-1 .ssec-txt {
    padding-top: 0;
    padding-left: 16%;
    width: 60%;
}
.ssec-style-1 .ssec-subhead {
    margin-bottom: 2%;
}
.ssec-style-1.ssec-bg-white .ssec-subhead {
    color: #fff;
}

.ssec-style-2 .ssec-wrap {
    position: absolute;
    top: 5%;
    left: 15%;
    right: 15%;
    text-align: center;
}
.ssec-style-2 .ssec-txt {
    padding-top: 2%;
}

.ssec-display2 .ssec-wrap {
    position: absolute;
    top: 23%;
    left: 58%;
    right: 3%;
    text-align: right;
}
.ssec-display2 .ssec-txt,
.ssec-fingerprint .ssec-txt {
    padding-top: 2%;
}

.ssec-navigation .ssec-wrap,
.ssec-apps .ssec-wrap,
.ssec-fingerprint .ssec-wrap {
    left: 20%;
    right: 20%;
}

.ssec-storage .ssec-note {
    text-align: center;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 2%;
}

.ssec-nfc .ssec-wrap {
    top: 2%;
}

.ssec-fingerprint .ssec-wrap {
    position: absolute;
    top: 22%;
    left: 10%;
    right: 55%;
}

.ssec-glove .ssec-note {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 3%;
    text-align: center;
    color: #fff;
}

.ssec-usmart .ssec-note {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 2%;
    text-align: center;
}


@media screen and (min-width: 1920px) {
    .ssec {
        font-size: .9375vw;
    }
}

@media screen and (max-width: 600px) {
    .ssec {
        font-size: 11px;
    }
    .ssec .ssec-head {
        font-size: 2.1em;
        line-height: 1;
        letter-spacing: 0;
    }
    .ssec .ssec-subhead {
        font-size: 1.3em;
        letter-spacing: 0;
    }
    .ssec .ssec-txt {
        font-size: 1em;
        padding-top: 1em;
    }
    .ssec .ssec-note {
        font-size: .9em;
    }

    .ssec-style-1 .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .ssec-style-1 .ssec-txt {
        padding-top: 0;
        padding-left: 5%;
    }

    .ssec-style-2 .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .ssec-only-mobile {
        display: initial;
    }
    .ssec-only-pc {
        display: none;
    }

    .ssec-display .ssec-wrap {
        text-align: left;
        right: 33%;
    }

    .ssec-display2 .ssec-wrap {
        top: 10px;
        left: 45%;
        right: 10px;
    }

    .ssec-storage .ssec-note,
    .ssec-glove .ssec-note,
    .ssec-usmart .ssec-note {
        left: 10px;
        right: 10px;
    }
}

.specs-value strong {
    font-size: 1.375em;
}
.specs-note {
    font-size: .85em;
    padding: 3% 0;
}
.specs-note p {
    margin-bottom: .125em;
}
.specs-img-size {
    max-width: 80%;
}
@media screen and (max-width: 620px) {
    .specs-img-size {
        max-width: 100%;
        width: 100%;
    }
}