/*---------- section0 (start) ----------*/
.sect0 {
}

.sect0 .left {
    width: 400px;
    height: 75px;
    margin: -3px 0 0;
    padding: 0 20px 7px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-left: 5px solid #3AB54A;
    float: left;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A,
                 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A, 0 0 2px #3AB54A;
}

.sect0 .right {
    width: 800px;
    float: right;
    text-align: right;
}

.sect0 .right .pattern {
    width: 100%;
    height: 18px;
    background: url(../img/storyOpenFactory/pattern.png);
    background-size: contain;
}

.sect0 .right .menuSet {
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sect0 .right .menuSet a {
    padding: 2px 25px 4px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #3AB54A;
    text-align: center;
    font-weight: 400;
    /* font-size: 16px; */
    color: #303030;
    cursor: pointer;
}

.sect0 .right .menuSet a:hover {
    border: 1px solid #EF4C23;
    background: #EF4C23;
    color: #fff;
}

.sect0 .right .menuSet a.active {
    color: #fff;
    background: #3AB54A;
}

.sect0 .right .menuSet a.active:hover {
    border: 1px solid #3AB54A;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect0 .left {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
        padding: 0 20px;
        border-left: 5px solid #3AB54A;
        font-size: 32px;
    }

    .sect0 .right {
        width: 100%;
    }

    .sect0 .right .menuSet {
        justify-content: space-between;
        gap: 0;
    }

    .sect0 .right .menuSet a {
        flex: 0 0 49%;
        margin: 0 0 10px;
        padding: 3px 10px 5px;
    }
}
/*---------- section0 (start) ----------*/

/*---------- section1 (start) ----------*/
.sect1 {
    line-height: 1.8em;
    font-size: 20px;
}

.sect1 .sectTitle {
    margin: 0 0 10px;
    padding: 10px 0 12px;
    border-radius: 20px 0 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    background: #EF4C23;
}

.sect1 p {
    font-weight: 600;
    color: #EF4C23;
}

.sect1 img {
    width: 1200px;
    margin: 10px 0;
    box-sizing: border-box;
    vertical-align: bottom;
    border-radius: 60px 0 60px 0;
    border: solid 5px #3AB54A;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect1 .sectTitle {
        font-size: 24px;
    }
}
/*---------- section1 (end) ----------*/

/*---------- section2 (start) ----------*/
.sect2 {
    line-height: 1.8em;
    font-size: 20px;
}

.sect2 .sectTitle {
    margin: 0 0 10px;
    padding: 10px 0 12px;
    border-radius: 20px 0 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    background: #3AB54A;
}

.sect2 .subSectTitle {
    margin: 20px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sect2 .subSectTitle div:nth-child(1) {
    flex: 0 0 33%;
    height: 30px;
    background: url(../img/circularEconomy/icon_17.png) left center no-repeat;
    background-size: contain;
}

.sect2 .subSectTitle div:nth-child(3) {
    flex: 0 0 33%;
    height: 30px;
    background: url(../img/circularEconomy/icon_18.png) right center no-repeat;
    background-size: contain;
}

.sect2 .subSectTitle div:nth-child(2) {
    flex: 0 0 33%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #3AB54A;
}

.sect2 .block {
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.sect2 .block .desp {
    flex: 0 0 50%;
    align-self: center;
}

.sect2 .block .desp.orange {
    font-weight: 600;
    color: #EF4C23;
}

.sect2 .block .desp.green {
    font-weight: 600;
    color: #3AB54A;
}

.sect2 .block2 .desp {
    order: 2;
}

.sect2 .block3 .desp img {
    width: 100%;
    margin: 20px 0 0;
}

.sect2 .block4 .desp {
    flex: 0 0 80%;
}

.sect2 .block .gallery {
    flex: 0 0 45%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect2 .block2 .gallery {
    order: 1;
}

.sect2 .block .gallery .pic {
    /* flex: 0 0 48%; */
    height: 100px;
    margin: 0 0 5px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
}

.sect2 .block .gallery .pic.orange {
    border-top: 15px solid #EF4C23;
    border-left: 30px solid #EF4C23;
}

.sect2 .block .gallery .pic.green {
    border-top: 15px solid #3AB54A;
    border-right: 30px solid #3AB54A;
}

.sect2 .block1 .gallery .pic.pic1 {
    flex: 0 0 85%;
    border-left: none;
    border-bottom: none;
    background: url(../img/circularEconomy/pic_02.webp) center center;
    background-size: cover;
}

.sect2 .block1 .gallery .pic.pic2 {
    flex: 0 0 10%;
    height: 100%;
    background: url(../img/circularEconomy/icon_12.png) center center;
    background-size: cover;
}

.sect2 .block2 .gallery .pic.pic1 {
    flex: 0 0 10%;
    height: 100%;
    background: url(../img/circularEconomy/icon_11.png) center center;
    background-size: cover;
}

.sect2 .block2 .gallery .pic.pic2 {
    flex: 0 0 85%;
    border-right: none;
    border-bottom: none;
    background: url(../img/circularEconomy/pic_03.webp) center center;
    background-size: cover;
}

.sect2 .block3 .gallery .pic.pic1 {
    flex: 0 0 85%;
    border-left: none;
    border-bottom: none;
    background: url(../img/circularEconomy/pic_04.webp) center center;
    background-size: cover;
}

.sect2 .block3 .gallery .pic.pic2 {
    flex: 0 0 10%;
    height: 100%;
    background: url(../img/circularEconomy/icon_12.png) center center;
    background-size: cover;
}

.sect2 .block4 .gallery {
    flex: 0 0 12%;
}

.sect2 .block4 .gallery .pic.pic1 {  
    width: 100%;
    height: 100%;
    border-left: none;
    border-radius: 0;
    background: url(../img/circularEconomy/icon_16.png) center center no-repeat;
    background-size: contain;
}

.sect2 .block4 .gallery .pic.pic2 {
    background: url(../img/storyBloom/pic_08.jpg) center center;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect2 .sectTitle {
        font-size: 24px;
    }

    .sect2 .subSectTitle {
        margin: 20px 0;
    }

    .sect2 .subSectTitle div:nth-child(1),
    .sect2 .subSectTitle div:nth-child(3) {
        flex: 0 0 0%;
    }

    .sect2 .subSectTitle div:nth-child(2) {
        flex: 0 0 100%;
        font-size: 24px;
    }

    .sect2 .block {
        margin: 0 0 40px;
    }

    .sect2 .block .desp {
        flex: 0 0 100%;
    }

    .sect2 .block2 .desp {
        order: 1;
    }

    .sect2 .block3 .desp img {
        display: none;
    }

    .sect2 .block4 .desp {
        flex: 0 0 100%;
    }

    .sect2 .block .gallery {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }

    .sect2 .block2 .gallery {
        order: 2;
    }

    .sect2 .block1 .gallery .pic.pic1,
    .sect2 .block2 .gallery .pic.pic2,
    .sect2 .block3 .gallery .pic.pic1 {
        flex: 0 0 100%;
    }

    .sect2 .block1 .gallery .pic.pic2,
    .sect2 .block2 .gallery .pic.pic1,
    .sect2 .block3 .gallery .pic.pic2 {
        flex: 0 0 0%;
    }

    .sect2 .block4 .gallery {
        flex: 0 0 0%;
    }
}
/*---------- section2 (end) ----------*/