body{
    text-align: justify;
}
.introduction-wrap{
    width: 100%;
}
.breadcrumb{
    padding-top: 20px;
    padding-left: 0;
    background-color: transparent;
    color: #273329;
    margin-bottom: 36px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    color: #273329;
}
/* .main-title{
    float: left;
    padding: 50px 30px;
    width: 100%;
    font-size: 40px;
}
.main-title-text{
    font-size: 40px;
    width: 160px;
    float: left;
    color: #006738;
    font-weight: bold;
}
.main-title-block{
    width: 100%;
    height:1px;
    background-color: #12A33E;
    float: left;
}
.main-title-icon{
    margin: 0;
    float:right;
}
.main-title-icon img{
    margin-top: 34px;
} */
.main-title{
    font-size: 40px;
    color: #006738;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:1px solid #12A33E;
    margin-bottom: 70px;
    position: relative;
}
.main-title .leaf{
    position: absolute;
    right:0;
    bottom:-19px;
}

.intro-content{
    width:100%;
}
.subtitle{
    margin-bottom: 30px;
}
.subtitle > div:nth-child(-n+3){
    float: left;
}
.subtitle > div:nth-child(1){
    color:#4b6435;
}
.subtitle > div:nth-child(1)::after{
    content:'';

    width:1px;
    height:30px;
    right: -14.5px;
    top: -3px;
    background-color: #4b6435;
}
.subtitle > div:nth-child(2){
    font-size: 30px;
    color:#603813;
    margin-left: 15px;
}
.subtitle > div:nth-child(3){
    margin-top: 21.9px;
    width:calc(100% - 217px);
    height:1px;
    background-color: #4B6435;
}
.history-text{
    padding: 60px 30px;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 60px;
}
.history-text > p{
    text-align: justify;
    font-size: 20px;
    line-height : 30px;
    letter-spacing : 2.4px;
    margin-bottom: 40px;
}
.history-text > p:nth-last-child(1){
    margin-bottom: 0;
}
.develop-process{
    padding: 0 30px;
}
.develop-process .years-block{
    margin-bottom: 15px;
}
.develop-process .years-block-title{
    font-size: 28px;
    color: #006738;
}
.develop-process .years-block-title-img{
    margin-top: 28px;
}
.develop-process .years-block-line{
    width: 100%;
    height: 1px;
    background-color: #12A33E;
}
.develop-process .years-block-text{
    font-size: 20px;
    padding: 28px 0;
}
.develop-process .years-block .icon {
    margin-right: 10px;
}
.develop-process .years{
    float: left;
    font-size : 40px;
    line-height : 46px;
    letter-spacing : 2px;
    color:#4b6435;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 0 30px ;
}
.develop-process .itomato{
    float: left;
    width:350px;
    line-height : 25px;
    letter-spacing : 1.92px;
    color:#4b6435;
    border-bottom: 1px solid #4B6435;
    margin-top: 12px;
}
.develop-text{
    border-left: 1px solid #4B6435;
    padding:6px 0 40px 78px;
    margin-left: 25px;
}
.develop-text > h3{
    font-size : 25px;
    letter-spacing : 1.25px;
    color : #42210B;
    margin-bottom: 30px;
}
.develop-text > p{
    font-size : 20px;
    line-height : 30px;
    letter-spacing : 2.4px;
    color : #4B6435;
}
.develop-process .years-block:nth-last-child(1){
    margin-bottom: 90px;
}
.develop-process .years-block:nth-last-child(1) .develop-text{
    border-left: none;
}
.year-title{
    color: #D65943;
    font-size: 20px;
    
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.years-block p{
    margin-bottom: 0px !important;
}
.border-bot{
    border-bottom: 1px solid #12A33E;
}

/* 當螢幕寬度小於92px，套用此CSS */
@media screen and (max-width: 992px){
    .vision-type > h4{
        width:100%;
    }
}

/* 當螢幕寬度小於767px，套用此CSS */
@media screen and (max-width: 767px){
    .main-title{
        width:100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        text-align: center;
        text-align: -webkit-center;
    }
    .main-title img.pc_title{
        display: none;
    }
    .main-title img.mb_title{
        display: inline-block;
    }
    .intro-content{
        width:100%;
        padding-top: 20px;
    }
}

/* 當螢幕寬度小於576px，套用此CSS */
@media screen and (max-width: 576px){
    .subtitle{
        padding: 0 15px;
    }
    .history-text{
        padding: 30px;
    }
    .develop-process .itomato{
        width: calc(100% - 110px);
    }
    .develop-text{
        padding: 6px 0 40px 30px;
    }
    .develop-text > h3{
        font-size: 20px;
    }
    .develop-text > p{
        font-size: 16px;
    }
}