/*-------------------- keyVisual (Start) --------------------*/
.keyVisual {
    height: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url(../img/productEcoCircularCarbonBlack/keyVisual.jpg), #000;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/productConduction/keyVisual.jpg) center 25%; */
    
    background-position: -35% center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, cover;
}

.keyVisual .logoCaption {
    margin: 0 10% 0 0;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.keyVisual .logoCaption .logo {
    width: 60%;
}

.keyVisual .logoCaption .caption {
    margin: 0 0 0;
}

@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: 1367px) and (max-width: 1600px) {
    .keyVisual .logoCaption {
        width: 35%;
        margin: 0 5% 0 0;
        letter-spacing: 1px;
        font-size: 24px;
    }

    .keyVisual .logoCaption .logo {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .keyVisual {
        height: 450px;
    }

    .keyVisual .logoCaption {
        width: 35%;
        margin: 0 5% 0 0;
        letter-spacing: 1px;
        font-size: 24px;
    }

    .keyVisual .logoCaption .logo {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .keyVisual {
        height: 400px;
    }

    .keyVisual .logoCaption {
        width: 35%;
        margin: 0 5% 0 0;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .keyVisual .logoCaption .logo {
        width: 50%;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .keyVisual {
        height: 250px;
    }

    .keyVisual .logoCaption {
        width: 35%;
        margin: 0 5% 0 0;
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    .keyVisual .logoCaption .logo {
        width: 70%;
    }
}
/*-------------------- keyVisual (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 .ctx {
    box-sizing: border-box;
}

.sect1 .title {
    margin: 0;
    border-bottom: solid 2px #0066bc;
    font-weight: bold;
    font-size: 28px;
    color: #0066bc;
}

.sect1 p {
    font-size: 20px;
}

.sect1 .graphic {
    width: 1000px;
    display: block;
    margin: auto;
}

.sect1 .info {
    margin: 40px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect1 .info .feature {
    flex: 0 0 47%;
}

.sect1 .info .feature img {
    width: 100%;
}

.sect1 .info .vid {
    flex: 0 0 47%;
}

.sect1 .info .vid iframe {
    width: 100%;
}

/*
@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 {
        border-top: none;
        border-bottom: none;
    }

    .sect1 .ctx {
        height: auto;
        padding: 30px 20px;
        background: #fff;
    }

    .sect1 .title {
        font-size: 24px;
    }

    .sect1 .info .feature {
        flex: 0 0 100%;
        margin: 0 0 20px;
        padding: 0;
    }

    .sect1 .info .vid {
        flex: 100%;
    }
}
/*-------------------- Section1 (End) --------------------*/

/*-------------------- Section2 (Start) --------------------*/
.sect2 {
    background-image: url('../img/productEcoCircularCarbonBlack/background_01.png'), url('../img/productEcoCircularCarbonBlack/ouroborosLogoBlack.png');
    background-repeat: repeat, no-repeat;
    background-position: center, -20px center;
    background-size: cover, 15%;
}

.sect2 .ctx {
    padding: 40px 0;
    box-sizing: border-box;
    color: #fff;
}

.sect2 .ctx .left {
    width: 70%;
    float: left;
}

.sect2 .ctx .right {
    width: 20%;
    float: right;
}

.sect2 .ctx .right img {
    width: 75%;
    margin:  0 auto 10px;
    display: block;
}

.sect2 p {
    font-weight: bold;
    font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sect2 .ctx {
        padding: 30px 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 {
        background-image: url('../img/productEcoCircularCarbonBlack/background_01.png'), url('../img/productEcoCircularCarbonBlack/ouroborosLogoBlack.png');
        background-repeat: repeat, no-repeat;
        background-position: center, center 20px;
        background-size: cover, 80%;
    }

    .sect2 .ctx {
        padding: 30px 20px;
    }

    .sect2 .ctx .left {
        width: 100%;
    }
    
    .sect2 .ctx .right {
        width: 100%;
    }

    .sect2 .ctx .right img {
        width: auto;
        height: 200px;
    }
}
/*-------------------- Section2 (End) --------------------*/

/*-------------------- Section3 (Start) --------------------*/
.sect3 .ctx {
    box-sizing: border-box;
}

.sect3 .title {
    margin: 0;
    border-bottom: solid 2px #0066bc;
    font-weight: bold;
    font-size: 28px;
    color: #0066bc;
}

.sect3 .left {
    width: 47%;
    float: left;
}

.sect3 .left .card {
    width: 50%;
    margin: 20px 0 0;
    position: relative;
}

.sect3 .left .card .bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.sect3 .left .card .cont {
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;    
    position: relative;
}

.sect3 .left .card .cont .tit {
    flex: 0 0 75%;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.sect3 .left .card .cont .icon {
    flex: 0 0 25%;
    text-align: center;
}

.sect3 .left .card .cont .icon img {
    height: 50px;
    vertical-align: middle;
}

.sect3 .left p {
    font-size: 20px;
}

.sect3 .right {
    width: 47%;
    float: right;
}

.sect3 .right .vidTit {
    margin: 15px 0 10px;
    font-weight: bold;
    font-size: 24px;
    color: #062f87;
}

.sect3 .right .vid {
    width: 560px;
    margin: auto;
}

.sect3 .right .vid iframe {
    width: 100%;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}
*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect3 .item .vid {
        width: 100%;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect3 .ctx {
        padding: 30px 20px;
    }

    .sect3 .title {
        font-size: 24px;
    }

    .sect3 .left {
        width: 100%;
    }

    .sect3 .left .card {
        width: 100%;
    }
    
    .sect3 .right {
        width: 100%;
    }

    .sect3 .right .vidTit {
        width: 100%;
        font-size: 24px;
    }

    .sect3 .right .vid {
        width: 100%;
    }
}
/*-------------------- Section3 (End) --------------------*/

/*-------------------- Section4 (Start) --------------------*/
.sect4 .ctx {
    box-sizing: border-box;
}

.sect4 .title {
    margin: 0;
    border-bottom: solid 2px #0066bc;
    font-weight: bold;
    font-size: 28px;
    color: #0066bc;
}

.sect4 p {
    font-size: 20px;
}

.sect4 .left {
    width: 25%;
    float: left;
}

.sect4 .right {
    width: 70%;
    float: right;
}

.sect4 .left .card {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
}

.sect4 .left .card .bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.sect4 .left .card .cont {
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;    
    position: relative;
}

.sect4 .left .card .cont .tit {
    flex: 0 0 75%;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.sect4 .left .card .cont .icon {
    flex: 0 0 25%;
    text-align: center;
}

.sect4 .left .card .cont .icon img {
    height: 50px;
    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) {
    .sect4 .ctx {
        padding: 30px 20px;
    }

    .sect4 .title {
        font-size: 24px;
    }

    .sect4 .left {
        width: 100%;
    }
    
    .sect4 .right {
        width: 100%;
    }
}
/*-------------------- Section4 (End) --------------------*/