.env_ban{
    background: url(../images/env_ban.jpg) center no-repeat;
    background-size: cover;
}
.page_ban::before {
    background: rgba(66,142,79,.7);
}
@media screen and (min-width:768px) {
    .ban_sec_title {
        padding-left: 325px;
    }
}

/* 氣候變遷因應 */
.cli_box{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    margin: 1rem 0;
}
.cli_box .num{
    background: #428e4f;
    background: -moz-linear-gradient(bottom, #428e4f 0%, #72c580 100%); 
    background: -webkit-linear-gradient(bottom, #428e4f 0%, #72c580 100%); 
    background: linear-gradient(to top, #428e4f 0%, #72c580 100%); 
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem;
    margin-right: 1rem;
    box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}
.cli_meas{
    display: flex;
    flex-wrap: wrap;
}
.cli_meas p{
    position: relative;
    width: calc(100% / 2 - 2rem);
    margin: .5rem 1rem;
    padding: 2rem;
    border: 1px solid #428e4f;
    border-radius: 30px;
}
.cli_meas p span{
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0rem;
    color: #ccc;
    font-size: 3rem;
    font-weight: bold;
    opacity: .5;
    font-style: italic;
}
@media screen and (max-width:767px) {
    .cli_meas p{
        width: 100%;
    }
    .tag1 .nav-item > .nav-link{
        padding: 1rem;
    }
    .tag1 .nav-item{
        border: 0;
    }
    .fin_con .tab2{
        width: 200%;
    }
}

.safe_box {
    position: relative;
    width: calc(100% / 4 - 2rem);
    padding: 2rem;
    margin: 1rem;
    border-radius: 0 25px 0 25px;
    border: 1px solid #428e4f;
}

.safe_box .safe_tit {
    padding: 1rem 2rem;
    background: #3DA5D9;
    background: -moz-linear-gradient(left,  #428e4f 0%, #72c580 100%);
    background: -webkit-linear-gradient(left,  #428e4f 0%, #72c580 100%);
    background: linear-gradient(to right,  #428e4f 0%, #72c580 100%);
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 1rem -50px;
}

@media screen and (max-width:1199px) {
    .safe_box {
        width: calc(100% / 2 - 2rem);
    }
}

@media screen and (max-width:767px) {
    .safe_box {
        width: 100%;
    }
}

/* 環保政策 */
.env_box2{
    background: url(../images/env_bg2.png) 90% bottom no-repeat;
}
.env_pol{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.env_pol_box{
    width: calc(100%/4 - 1rem);
    margin: 0 0.5rem;
}
.env_ICON{
    padding: 1rem 1.5rem;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    width: 110px;
    height: 110px;
    text-align: center;
    margin: .5rem 1rem;
}
.env_ICON.bg_1{
    background: #7cc275;
}
.env_ICON.bg_2{
    background: #00a39a;
}
.env_ICON.bg_3{
    background: #e8e858;
}
.env_ICON.bg_4{
    background: #a9dad8;
}
.env_ICON i{
    font-size: 4.5rem;
    color: #fff;
}
.env_pol_box h4{
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1rem 0 .5rem 0;
}
@media screen and (max-width: 991px) {
    .env_box2{
        background: url(../images/env_bg2.png) right bottom no-repeat;
        padding-bottom: 300px;
    }
    .env_pol_box{
        margin: 1rem;
    }
}
@media screen and (max-width: 991px) {
    .env_pol_box{
        width: calc(100%/3 - 1rem);
    }
}
@media screen and (max-width: 414px){
    .env_pol_box{
       width: 100%;
       display: flex;
       flex-direction: column;
       align-items: center;
    }
}

/* 溫室氣體管理 */
.env_box3{
    background: url(../images/env_bg3.png) 90% bottom no-repeat;
}

/* 綠色成效 */
.env_green_bg{
    background: url(../images/env_bg4.png) right bottom no-repeat;
}
.env_green_bg .list_icon4{
    max-width: 60%;
}
.btn_pop{
    display: inline-block;
    padding: 1rem 2rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    border: 1px solid #2364aa;
    color: #2364aa;
    font-size: 1.125rem;
}
.btn_pop:hover{
    background: #2364AA;
    color: #fff;
}

.env_box5 .soil{
    position: relative;
    background: rgba(183, 237, 183, 0.2);
    border-radius: 0 50px 0 50px;
    overflow: hidden;
}
.env_box5 .soil::before{
    content: "\ea07";
    font-size: 20rem;
    font-family: icomoon;
    color: rgba(66, 142, 79, 0.1);
    position: absolute;
    right: -2rem;
    bottom: -8rem;
    z-index: -1;
}
.soil_bg{
    background: url(../images/env_bg5.jpg) center no-repeat;
    background-size: cover;
}
.soil_con{
    position: relative;
    padding: 5rem 3rem;
}
.env_box6{
    position: relative;
    background: url(../images/env_bg6.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}
.env_box6::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(66, 142, 79, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.env_box6 .list_icon4 li::before{
    color: #f2f2f2;
}
@media screen and (max-width:1199px) {
    .env_green_bg{
        background-size: 360px;
    }
}
@media screen and (max-width:991px) {
    .env_green_bg{
        padding-bottom: 150px;
    }
    .env_green_bg .list_icon4{
        max-width: 100%;
    }
}
@media screen and (max-width:767px) {
    .env_green_bg{
        padding-bottom: 150px;
    }
}

/* 能資源管理 */
.min_title::before{
    color: #B7EDB7;
}
.ene_img{
    border-radius: 0 50px 0 50px;
    overflow: hidden;
}
.ene_img img{
    width: 100%;
}
.env_box7{
    background: url(../images/env_bg8.png) right bottom no-repeat, rgba(183, 237, 183, 0.2);
}
.water_box figure{
    position: relative;
    overflow: hidden;
    margin-bottom:1rem;
}
.water_box figure figcaption{
    background: rgba(35, 100, 175, .8);
    text-align: center;
    color: #fff;
    padding: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
}

.water_box a:last-child figure figcaption{
    height: 35%;
}

.water_box figure figcaption h3{
    width: 100%;
    font-size: 1.125rem;
}

.water_box figure:hover figcaption{
    width: 100%;
    height: 100%!important;
    background-size: cover;
    transition: .5s;
}
.water_box figure:hover figcaption h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
}

@media screen and (max-width: 1600px){
    .water_box a:last-child figure figcaption{
        height: 50%;
    }
}

@media screen and (max-width: 1439px) and (min-width: 992px) {
    .water_box figure figcaption h3{
        font-size: 1.125rem;
    }
    .water_box figure figcaption {
        height: 40%;
    }
    .water_box a:last-child figure figcaption{
        height: 70%;
    }
}
@media screen and (max-width: 1199px){
    .water_box figure figcaption h3{
        font-size: 1.25rem;
    }
    .water_box figure figcaption {
        height: 20%;
    }
    .water_box{
        display: flex;
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    .water_box a{
        display: block;
        width: calc(100% / 2 - 1rem);
        margin: .5rem;
    }
    .water_box a:last-child figure figcaption{
        height: 35%;
    }
}
@media screen and (max-width: 991px) {
    .water_box figure figcaption {
        height: 35%;
    }
    .water_box a:last-child figure figcaption{
        height: 50%;
    }
}
@media screen and (max-width: 767px) {
    .water_box a{
        width: 100%;
    }
    .water_box figure figcaption {
        height: 24%;
    }
}

/* 綠色產品 */
.env_green_pro{
    position: relative;
}
.green_procon{
    padding: 80px 80px 80px 0;
    background: rgba(183, 237, 183, .2);
    box-shadow: 3px 10px 10px rgba(212, 159, 159, 0.1);
}

.green_pro_leftbox{
    content: "";
    height: 110%;
    background: url(../images/env6_img1.jpg) no-repeat;
    background-size: cover;
    clip-path: polygon(0 0,100% 0,70% 100%,0% 100%);
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: absolute;
    left: 0;
    top: -5%;
}
.env6_bg{
    background: url(../images/env_bg9.png) 90% bottom no-repeat;
    padding-bottom: 120px;
}

.green_box{
    position: relative;
    width: calc(100% / 4 - 1rem);
    background: url(../images/em3_bg1.png) right bottom no-repeat, #428e4f;
    padding: 2rem 3rem;
    margin: 0.5rem;
    font-size: 1.125rem;
    color: #fff;
    border-radius: 0 25px 0 25px;
}

.green_box:nth-child(odd){
    background: #72c580;
}

.green_box::before{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #428e4f;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 0 25px 0 25px;
}

.green_box:nth-child(odd)::before{
    border: 1px solid #72c580;
}

@media screen and (max-width: 1199px) {
    .green_box{
        width: calc(100% / 2 - 1rem);
    }
}

@media screen and (max-width: 991px) {
    .env6_bg{
        padding-bottom: 480px;
    }
}

@media screen and (max-width: 767px) {
    .green_procon{
        padding: 2rem;
    }
    .green_pro_leftbox{
        background-size: unset;
    }
    .green_pro_txt{
        margin-top: 460px;
    }

    .green_box{
        width: 100%;
    }

    .env6_bg{
        background-position: center bottom;
    }
}