.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-head {
    font-size: 2.75rem;
    font-weight: 600;
    color: #f9c307;
    margin: 1% 0 2.125% 0;
}
.ssec .ssec-subhead {
    font-size: 1.5625rem;
    font-weight: 500;
    margin: .625rem 0;
}
.ssec .ssec-txt {
    font-size: 1.25rem;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: .825rem;
    line-height: 1.5;
}

.ssec .ssec-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.ssec .ssec-col {
    width: 50%;
    padding: 0 15px;
}

.ssec-style-1 .ssec-wrap {
    position: absolute;
    top: 8%;
    left: 10%;
    right: 10%;
}
.ssec-style-1 .ssec-note {
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 4%;
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .ssec .ssec-head {
        font-size: 1.5rem;
    }
    .ssec .ssec-subhead {
        margin-top: 0;
        font-size: 1.25rem;
        font-weight: normal;
    }
    .ssec .ssec-txt {
        font-size: .875rem;
        opacity: 1;
    }

    .ssec-style-1,
    .ssec-style-2 {
        background-color: #000;
    }

    .ssec-style-1 .ssec-wrap,
    .ssec-style-2 .ssec-wrap {
        position: unset;
        left: unset;
        top: unset;
        right: unset;
        padding: 15px 15px;
        width: initial;
    }
    .ssec-style-1 .ssec-row {
        display: block;
    }
    .ssec-style-1 .ssec-col {
        width: 100%;
        padding: 0;
    }
    .ssec-style-2 .ssec-wrap,
    .ssec-case .ssec-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
}

/**/
.ssec-text-center {
    text-align: center;
}
.ssec-style-3 .ssec-wrap {
    width: 60%;
    padding: 5% 0;
    margin: 0 auto;
}

.ssec-case {
    color: #000;
}
.ssec-case .ssec-wrap {
    position: absolute;
    top: 35%;
    left: 13%;
    right: 55%;
}

.ssec-case .ssec-txt {
    font-size: 3.25em;
    margin-bottom: 0;
    font-weight: bold;
}

.ssec-case .ssec-i {
    position: absolute;
    font-size: 1.125em;
    text-align: center;
    top: 58.5%;
}
.ssec-case .ssec-i1 {
    left: 16%;
    right: 77.6%;
}
.ssec-case .ssec-i2 {
    left: 23%;
    right: 70.5%;
}
.ssec-case .ssec-i3 {
    left: 29.7%;
    right: 63.4%;
}
.ssec-case .ssec-i4 {
    left: 37%;
    right: 56.6%;
}

.ssec-design,
.ssec-design .ssec-head {
    color: #000;
}

.ssec-function {
    background-color: #151515;
}

.ssec-protection .ssec-wrap,
.ssec-design .ssec-wrap {
    top: initial;
    left: 20%;
    right: 20%;
    bottom: 8%;
}

.ssec-protection .ssec-head,
.ssec-design .ssec-head,
.ssec-function .ssec-head {
    font-size: 3.25em;
}
.ssec-protection .ssec-txt,
.ssec-design .ssec-txt,
.ssec-function .ssec-txt {
    font-size: 1.5em;
    position: relative;
}

.ssec-protection .ssec-txt::after,
.ssec-design .ssec-txt::after,
.ssec-function .ssec-txt::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 5em;
    height: 6px;
    background-color: #fff;
}
.ssec-design .ssec-txt::after {
    background-color: #000;
}

.ssec-box {
    background-color: #fff;
    color: #000;
}
.ssec-box .ssec-head {
    font-size: 3em;
    color: #000;
}

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

@media screen and (max-width: 768px) {
    .ssec-style-3 .ssec-wrap {
        width: initial;
        padding: 5% 10px;
    }
    .ssec-case .ssec-wrap {
        top: 12%;
        left: 15%;
        right: 15%;
        padding: 0;
    }

    .ssec-case .ssec-i {
        font-size: 2vw;
        top: 33.6%;
    }
    .ssec-case .ssec-i1 {
        left: 20%;
        right: 67%;
    }
    .ssec-case .ssec-i2 {
        left: 36%;
        right: 51%;
    }
    .ssec-case .ssec-i3 {
        left: 51%;
        right: 34%;
    }
    .ssec-case .ssec-i4 {
        left: 67%;
        right: 19%;
    }

    .ssec-case .ssec-txt {
        font-size: 6vw;
    }

    .ssec-protection .ssec-wrap,
    .ssec-design .ssec-wrap {
        position: absolute;
        padding: 0;
        left: 10px;
        right: 10px;
        bottom: 8%;
    }

    .ssec-protection .ssec-head,
    .ssec-design .ssec-head,
    .ssec-function .ssec-head {
        font-size: 6vw;
    }
    .ssec-protection .ssec-txt,
    .ssec-design .ssec-txt,
    .ssec-function .ssec-txt {
        font-size: 3vw;
    }

    .ssec-protection .ssec-txt::after,
    .ssec-design .ssec-txt::after,
    .ssec-function .ssec-txt::after {
        height: 3px;
    }

    .ssec-box .ssec-head {
        font-size: 6vw;
    }
    .ssec-box .ssec-wrap {
        padding: 3% 0;
    }
    .ssec-box .ssec-inbox {
        font-size: .96em;
    }
    .ssec-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
    }
    .ssec-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}

@media screen and (max-width: 400px) {
    
}