/*-------------------- keyVisual (Start) --------------------*/
.keyVisual {
    height: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url(../img/productDetectionAnalysis/keyVisual.jpg) center;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/productConductive/keyVisual.jpg) center 25%; */
    background-size: cover;
}

.keyVisual .caption {
    margin: 0 10% 0 0;
    letter-spacing: 3px;
    text-align: right;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

@media screen and (min-width: 2566px) and (max-width: 3840px) {
    .keyVisual {
        height: 1200px;
    }

    .keyVisual .caption {
        margin: 60px 10% 0 0;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .keyVisual {
        height: 900px;
    }    
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .keyVisual {
        height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .keyVisual {
        height: 400px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .keyVisual {
        height: 250px;
        justify-content: center;
    }

    .keyVisual .caption {
        margin: 0;
        text-align: center;
        font-size: 28px;
    }
}
/*-------------------- keyVisual (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 .ctx {
    /* height: 600px; */
    padding: 40px 0 30px;
    box-sizing: border-box;
}

.sect1 .title {
    margin: 0;
    border-bottom: solid 2px #0066bc;
    font-weight: bold;
    font-size: 36px;
    color: #0066bc;
}

.sect1 .left {
    width: 48%;
    float: left;
}

.sect1 p {
    font-size: 20px;
}

.sect1 .right {
    width: 48%;
    float: right;
}

.sect1 .right .construct {
    width: 50%;
    margin: 0 0 0 5%;
    vertical-align: middle;
}

.sect1 .right .certification {
    width: 35%;
    margin: 0 0 0 10%;
    vertical-align: middle;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}
*/

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect1 .ctx {
        height: auto;
        padding: 30px 20px;
    }

    .sect1 .title {
        font-size: 24px;
    }

    .sect1 .left {
        width: 100%;
        float: left;
    }
    
    .sect1 .right {
        width: 100%;
        float: right;
    }

    .sect1 .right .construct {
        width: 80%;
        margin: 20px 10%;
    }
    
    .sect1 .right .certification {
        width: 90%;
        margin: 20px 5%;
    }
}
/*-------------------- Section1 (End) --------------------*/

/*-------------------- Section2 (Start) --------------------*/
.sect2 .ctx {
    /* height: 600px; */
    padding: 30px 0;
    box-sizing: border-box;
}

.sect2 .title {
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border-left: solid 10px #000;
    border-bottom: solid 2px #000;
    font-weight: bold;
    font-size: 36px;
    color: #000;
}

.sect2 .left {
    width: 75%;
    float: left;
}

.sect2 .left .mobi {
    display: none;
}

.sect2 .left table {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
}

.sect2 .left table tr .first {
    width: 10%;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    background: #7F7F7F !important;
}

.sect2 .left table tr th {
    width: 18%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    background: #595959;
    color: #fff;
}

.sect2 .left table tr td {
    padding: 10px;
    border-bottom: solid 1px #c0c0c0;
    text-align: center;
    font-size: 16px;
}

.sect2 .left table tr td:nth-child(odd) {
    background: #E7E6E6;
}

.sect2 .right {
    width: 20%;
    float: right;
}

.sect2 .right img {
    width: 100%;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}
*/

@media screen and (min-width: 768px) and (max-width: 1200px) {

}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 .ctx {
        padding: 20px;
    }

    .sect2 .title {
        font-size: 24px;
    }

    .sect2 .left {
        width: 100%;
    }

    .sect2 .left .desktop {
        display: none;
    }

    .sect2 .left .mobi {
        display: block;
    }

    .sect2 .left table tr .first {
        width: auto;
    }

    .sect2 .left table tr th {
        width: auto;
        text-align: left;
        font-size: 16px;
    }

    .sect2 .left table tr td {
        text-align: left;
    }

    .sect2 .right {
        width: 100%;
    }
}
/*-------------------- Section2 (End) --------------------*/

/*-------------------- Section3 (Start) --------------------*/
.sect3 .ctx {
    /* height: 600px; */
    padding: 30px 0;
    box-sizing: border-box;
}

.sect3 .title {
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border-left: solid 10px #062F87;
    border-bottom: solid 2px #062F87;
    font-weight: bold;
    font-size: 36px;
    color: #000;
}

.sect3 .left {
    width: 65%;
    float: left;
}

.sect3 .left .mobi {
    display: none;
}

.sect3 .left table {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
}

.sect3 .left table tr .first {
    width: 10%;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    background: #7F7F7F !important;
}

.sect3 .left table tr th {
    width: 22.5%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    background: #595959;
    color: #fff;
}

.sect3 .left table tr td {
    padding: 10px;
    border-bottom: solid 1px #c0c0c0;
    text-align: center;
    font-size: 16px;
}

.sect3 .left table tr td:nth-child(odd) {
    background: #E7E6E6;
}

.sect3 .left table a {
    color: inherit;
}

.sect3 .right {
    width: 30%;
    float: right;
}

.sect3 .right img {
    width: 100%;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}
*/

@media screen and (min-width: 768px) and (max-width: 1200px) {

}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect3 .ctx {
        padding: 20px;
    }

    .sect3 .title {
        font-size: 24px;
    }

    .sect3 .left {
        width: 100%;
    }

    .sect3 .left .desktop {
        display: none;
    }

    .sect3 .left .mobi {
        display: block;
    }

    .sect3 .left table tr .first {
        width: auto;
    }

    .sect3 .left table tr th {
        width: auto;
        text-align: left;
        font-size: 16px;
    }

    .sect3 .left table tr td {
        text-align: left;
    }

    .sect3 .right {
        width: 100%;
    }
}
/*-------------------- Section3 (End) --------------------*/

/*-------------------- Section4 (Start) --------------------*/
.sect4 .ctx {
    /* height: 600px; */
    padding: 30px 0;
    box-sizing: border-box;
}

.sect4 .title {
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border-left: solid 10px #E31E1C;
    border-bottom: solid 2px #E31E1C;
    font-weight: bold;
    font-size: 36px;
    color: #000;
}

.sect4 .left {
    width: 50%;
    float: left;
}

.sect4 .left .mobi {
    display: none;
}

.sect4 .left table {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
}

.sect4 .left table tr .first {
    width: 15%;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    background: #7F7F7F !important;
}

.sect4 .left table tr th {
    width: 85%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    background: #595959;
    color: #fff;
}

.sect4 .left table tr td {
    padding: 10px;
    border-bottom: solid 1px #c0c0c0;
    text-align: center;
    font-size: 16px;
}

.sect4 .left table tr td:nth-child(odd) {
    background: #E7E6E6;
}

.sect4 .left table tr td ul {
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
}

.sect4 .right {
    width: 45%;
    float: right;
}

.sect4 .right img {
    width: 100%;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}
*/

@media screen and (min-width: 768px) and (max-width: 1200px) {

}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect4 .ctx {
        padding: 20px;
    }

    .sect4 .title {
        font-size: 24px;
    }

    .sect4 .left {
        width: 100%;
    }

    .sect4 .left .desktop {
        display: none;
    }

    .sect4 .left .mobi {
        display: block;
    }

    .sect4 .left table tr .first {
        width: auto;
    }

    .sect4 .left table tr th {
        width: auto;
        text-align: left;
        font-size: 16px;
    }

    .sect4 .left table tr td {
        text-align: left;
    }

    .sect4 .right {
        width: 100%;
    }

    .sect4 .contact {
        font-size: 22px;
    }
}
/*-------------------- Section4 (End) --------------------*/