.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.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: 5%;
}

.ssec-intercom .ssec-wrap {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    text-align: center;
}
.ssec-intercom .ssec-table-wrap {
    padding-top: 4em;
    width: 90%;
    margin: 0 auto;
}
.ssec-intercom .ssec-table {
    font-size: 1.575em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.ssec-intercom .ssec-table th {
    font-size: 1.3em;
}
.ssec-intercom .ssec-table tr td,
.ssec-intercom .ssec-table tr th {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 1em;
}

.ssec-communication .ssec-col {
    width: 45%;
}
.ssec-communication .ssec-txt {
    width: 55%;
    padding-left: 11%;
}

.ssec-speaker .ssec-wrap {
    position: absolute;
    left: 16%;
    right: 45%;
    bottom: 5%;
}
.ssec-speaker .ssec-subhead,
.ssec-rugged .ssec-subhead {
    padding-bottom: 2%;
}
.ssec-speaker .ssec-txt,
.ssec-battery .ssec-txt {
    padding-top: 5%;
}

.ssec-battery .ssec-wrap {
    position: absolute;
    top: 6%;
    left: 14%;
    right: 47%;
}

.ssec-rugged .ssec-wrap {
    position: absolute;
    top: 29%;
    left: 15%;
    right: 60%;
}
.ssec-rugged .ssec-txt {
    padding-top: 20%;
}

.ssec-cpu .ssec-wrap {
    top: 6%;
    left: 12%;
}

.ssec-memory .ssec-wrap {
    top: 10%;
}
.ssec-memory .ssec-note {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 3%;
    text-align: center;
}

.ssec-camera .ssec-head,
.ssec-camera .ssec-subhead,
.ssec-camera .ssec-txt {
    position: absolute;
    top: 4%;
    left: 13%;
    right: 62%;
}
.ssec-camera .ssec-head {
    font-size: 10em;
    line-height: 1;
    color: #b634a0;
    opacity: 0;
}
.ssec-camera .ssec-subhead {
    left: 40%;
    right: 43%;
    font-size: 3.5em;
    color: #b634a0;
    opacity: 0;
}
.ssec-camera .ssec-txt {
    left: 60%;
    right: 12%;
}

.ssec-front-camera .ssec-wrap,
.ssec-front-camera .ssec-txt {
    position: absolute;
    top: 7%;
    left: 19%;
    right: 50%;
}
.ssec-front-camera .ssec-head {
    opacity: 0;
}
.ssec-front-camera .ssec-txt {
    top: auto;
    bottom: 4%;
    color: #565656;
}

.ssec-display .ssec-wrap {
    top: 7%;
}

.ssec-os .ssec-wrap {
    top: 6%;
}
.ssec-os.ssec-bg-white .ssec-subhead {
    color: #000;
}

.ssec-case-summary .ssec-wrap {
    position: absolute;
    top: 16%;
    left: 5%;
    right: 65%;
}
.ssec-case-summary .ssec-note {
    position: absolute;
    top: 46%;
    left: 55%;
    right: 2%;
    color: #fff;
    font-size: .8em;
}
.ssec-case-summary .ssec-wrap2 {
    position: absolute;
    top: 62%;
    left: 68%;
    right: 3%;
}
.ssec-case-summary .ssec-note2 {
    position: absolute;
    top: 97%;
    left: 6%;
    right: 58%;
    color: #fff;
    font-size: .8em;
}
.ssec-case-summary .ssec-head {
    font-size: 2.8em;
}
.ssec-case-summary .ssec-subhead {
    font-size: 1.8em;
}
.ssec-case-summary .ssec-txt {
    font-size: 1em;
    padding-top: .5em;
}

@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-intercom .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .ssec-intercom .ssec-head {
        font-size: 1.5em;
    }
    .ssec-intercom .ssec-table-wrap {
        padding-top: .5em;
        width: initial;
    }
    .ssec-intercom .ssec-table {
        font-size: .9em;
    }
    .ssec-intercom .ssec-table th {
        font-size: 1em;
    }
    .ssec-intercom .ssec-table tr td,
    .ssec-intercom .ssec-table tr th {
        padding: .3em .3em;
    }

    .ssec-communication .ssec-wrap,
    .ssec-display .ssec-wrap,
    .ssec-os .ssec-wrap,
    .ssec-bands .ssec-wrap {
        display: block;
        text-align: center;
    }
    .ssec-communication .ssec-col,
    .ssec-communication .ssec-head,
    .ssec-communication .ssec-txt,
    .ssec-display .ssec-col,
    .ssec-display .ssec-head,
    .ssec-display .ssec-txt,
    .ssec-os .ssec-col,
    .ssec-os .ssec-head,
    .ssec-os .ssec-txt,
    .ssec-bands .ssec-col,
    .ssec-bands .ssec-head,
    .ssec-bands .ssec-txt {
        width: initial;
        padding-left: 0
    }
    .ssec-communication .ssec-txt,
    .ssec-display .ssec-txt,
    .ssec-os .ssec-txt,
    .ssec-bands .ssec-txt {
        padding-top: 1.5em;
    }

    .ssec-speaker .ssec-wrap {
        left: 10px;
        right: 25%;
        bottom: 10px;
    }
    .ssec-speaker .ssec-subhead,
    .ssec-rugged .ssec-subhead {
        padding-bottom: 2%;
    }
    .ssec-speaker .ssec-txt,
    .ssec-battery .ssec-txt {
        padding-top: 5%;
    }

    .ssec-battery .ssec-wrap,
    .ssec-rugged .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 10px;
        text-align: center;
    }
    .ssec-battery .ssec-txt {
        padding-top: 1em;
    }

    .ssec-memory .ssec-note {
        left: 10px;
        right: 10px;
    }

    .ssec-camera .ssec-txt {
        top: 10px;
        left: 60%;
        right: 10px;
        font-size: .8em;
    }
    .ssec-front-camera .ssec-txt {
        right: 45%;
        left: 10px;
        bottom: 8px;
    }

    .ssec-case-summary .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 65%;
    }
    .ssec-case-summary .ssec-note {
        top: initial;
        bottom: 52%;
        left: 59%;
        right: 10px;
        font-size: .8em;
    }
    .ssec-case-summary .ssec-wrap2 {
        top: 53%;
        left: 69%;
        right: 3px;
    }
    .ssec-case-summary .ssec-note2 {
        top: initial;
        bottom: 5px;
        left: 10px;
        right: 58%;
        font-size: .8em;
    }
    .ssec-case-summary .ssec-head {
        font-size: 1.35em;
    }
    .ssec-case-summary .ssec-subhead {
        font-size: .9em;
        line-height: 1;
    }
    .ssec-case-summary .ssec-txt {
        font-size: .8em;
        line-height: 1;
        padding-top: .5em;
    }
}

/* case */
.ssec-text-center {
    text-align: center;
}
.ssec-case-mount .ssec-wrap {
    position: absolute;
    top: 33%;
    left: 55%;
    right: 12%;
}
.ssec-case-mount .ssec-txt,
.ssec-case-protection .ssec-txt,
.ssec-case-fit .ssec-txt {
    padding-top: 2.5em;
}
.ssec-case-mount .ssec-note {
    position: absolute;
    left: 50%;
    right: 10%;
    bottom: 4%;
}

.ssec-case-protection .ssec-wrap {
    position: absolute;
    top: 28%;
    left: 20%;
    right: 48%;
}

.ssec-case-attach .ssec-wrap {
    position: absolute;
    top: 7%;
    left: 15%;
    right: 15%;
}
.ssec-case-attach .ssec-txt {
    padding-top: 1.5em;
}

.ssec-case-fit .ssec-wrap {
    position: absolute;
    top: 11%;
    left: 52%;
    right: 20%;
}

.ssec-case-box {
    background-color: #fff;
    color: #000;
}
.ssec-case-box .ssec-wrap {
    width: 70%;
    padding: 4% 0;
    margin: 0 auto;
}
.ssec-case-box .ssec-head {
    font-size: 3em;
}

.ssec-case-box .ssec-inbox {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.75em;
    padding-top: 1em;
}
.ssec-case-box .ssec-inbox .ssec-f-i {
    width: 50%;
    padding: .2em .35em;
}
.ssec-case-box .ssec-inbox .ssec-f-i-ff {
    width: 100%;
    padding: .2em .35em;
}

@media screen and (max-width: 600px) {
    .ssec-case-protection .ssec-wrap {
        top: 14%;
        bottom: auto;
        left: 10px;
        right: 10px;
    }

    .ssec-case-mount .ssec-wrap {
        top: 4%;
        left: 10px;
        right: 10px;
    }
    .ssec-case-mount .ssec-txt,
    .ssec-case-protection .ssec-txt,
    .ssec-case-fit .ssec-txt {
        padding-top: 2em;
    }
    .ssec-case-mount .ssec-note {
        left: 10px;
        right: 10px;
        bottom: 69%;
    }

    .ssec-case-protection .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 40%;
    }

    .ssec-case-attach .ssec-wrap,
    .ssec-case-fit .ssec-wrap {
        top: 6%;
        left: 10px;
        right: 10px;
    }
    .ssec-case-multi .ssec-wrap {
        top: 10px;
    }

    .ssec-case-box .ssec-wrap {
        width: auto;
        padding: 3% 15px;
        text-align: left;
    }
    .ssec-case-box .ssec-head {
        font-size: 2em;
    }
    .ssec-case-box .ssec-inbox {
        font-size: 1em;
        flex-wrap: wrap;
    }
    .ssec-case-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
        width: 100%;
    }
    .ssec-case-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}


.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 4%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}