/*---------- 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: 60px;
    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;
}

.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: 40px;
    }

    .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: 18px;
}

.sect1 .title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect1 .gallery {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect1 .gallery .pic {    
    margin: 0 0 5px
}

.sect1 .gallery .pic.pic1 {
    flex: 0 0 40%;
    border-radius: 50px 0 50px 0;
    background: url(../img/storyOpenFactory/pic_01.jpg) center center;
    background-size: cover;
}

.sect1 .gallery .pic.pic2 {
    flex: 0 0 40%;
    margin: 0 0 5px 1%;
    border-radius: 50px 0 50px 0;
    background: url(../img/storyOpenFactory/pic_02.jpg) center center;
    background-size: cover;
}

.sect1 .gallery .pic.pic3 {
    flex: 0 0 17%;
    margin: 0 auto 5px; 
    background: url(../img/storyOpenFactory/icon_01.png) center center;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect1 .title {
        margin: 0 0 10px;
        line-height: 1.5em;
        font-size: 28px;
    }

    .sect1 .gallery .pic.pic1,
    .sect1 .gallery .pic.pic2 {
        flex: 0 0 100%;
        margin: 0 0 5px;
    }

    .sect1 .gallery .pic.pic3 {
        flex: 0 0 35%;
    }
}
/*---------- section1 (end) ----------*/

/*---------- section2 (start) ----------*/
.sect2 {
    line-height: 1.8em;
    font-size: 18px;
}

.sect2 .title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect2 .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sect2 .block .desp {
    flex: 0 0 55%;
}

.sect2 .block.block1 .desp {
    order: 2;
}

.sect2 .block .pattern {
    flex: 0 0 40%;
}

.sect2 .block.block1 .pattern {
    order: 1;
}

.sect2 .block .pattern .pic {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect2 .title {
        font-size: 28px;
    }

    .sect2 .block .desp {
        flex: 0 0 100%;
    }

    .sect2 .block.block1 .desp {
        order: initial;
    }

    .sect2 .block .pattern {
        flex: 0 0 100%;
    }

    .sect2 .block.block1 .pattern {
        order: initial;
    }
}
/*---------- section2 (end) ----------*/

/*---------- section3 (start) ----------*/
.sect3 {
    line-height: 1.8em;
    font-size: 18px;
}

.sect3 .title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 36px;
    color: #3AB54A;
}

.sect3 .title .dotPattern {
    width: 500px;
    margin: -30px 0 0 auto;
    display: block;
}

.sect3 .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sect3 .block .desp {
    flex: 0 0 80%;
}

.sect3 .block .pattern {
    flex: 0 0 15%;
}

.sect3 .block .pattern .pic {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.sect3 .gallery {
    margin: 40px 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect3 .gallery .pic {    
    margin: 0 0 5px;
}

.sect3 .gallery .pic.pic1 {
    flex: 0 0 47%;
    background: url(../img/storyOpenFactory/icon_09.png) left center no-repeat;
    background-size: contain;
}

.sect3 .gallery .pic.pic2:before {
    content: '';
    width: 100%;
    margin: -30px 0 0;
    display: block;
    border-top: solid 15px #3AB54A;
}

.sect3 .gallery .pic.pic2 {
    flex: 0 0 47%;
    border-radius:  0 60px 0 60px;
    background: url(../img/storyOpenFactory/pic_05.jpg) center 80%;
    background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect3 .title {
        font-size: 28px;
    }

    .sect3 .title .dotPattern {
        width: 80%;
        max-width: 400px;
        margin: 15px auto 0;
    }

    .sect3 .block .desp {
        flex: 0 0 100%;
    }

    .sect3 .block .pattern {
        flex: 0 0 100%;
    }

    .sect3 .block .pattern .pic {
        width: 35%;
    }

    .sect3 .gallery {
        margin: 0 0 10px;
    }

    .sect3 .gallery .pic.pic1 {
        flex: 0 0 100%;
    }

    .sect3 .gallery .pic.pic2 {
        flex: 0 0 100%;
        margin: 30px 0 0;
    }
}
/*---------- section3 (end) ----------*/