﻿/*<!--Chicony-IWA-->*/

.Chicony-IWA {
    width: 100%;
    position: relative;
}

.Engery-Content_Theme {
    font-size: 30px;
    font-weight: 400;
    color: #003a70;
}

.ContactMap_Text {
    font-size: 18px;
    font-weight: 300;
    color: #5f6269;
    text-align: justify;
    line-height: 2rem;
}



/*==========System-Engery-Top_view==========*/
.Engery-Top_view {
    position: relative;
}

.TopView {
    position: relative;
}

.TopView_pic {
    width: 100%;
}

.TopView_content {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
}

.Title_TopView {
    font-size: 50px;
    font-weight: 500;
    color: #fefefe;
}

.Content_TopView {
    font-size: 18px;
    font-weight: 300;
    color: #f5ba18;
    margin-top: -2rem;
    margin-left: 21rem;
}

/*==========WHY of IWA==========*/

.HowWeWork {
    width: 100%;
    position: relative;
    display: inline-flex;
    /*margin-top:8rem;*/
}

.Title_HowWeWork_Main {
    font-family: 'Raleway';
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
    color: #5384bf;
    /*line-height: 65px;*/
}

.Title_HowWeWork {
    font-size: 30px;
    font-weight: 400;
    color: #003a70;
}

.Title_HowWeWork_ss {
    font-size: 30px;
    font-weight: 400;
    color: #003a70;
}

.Content_HowWeWork {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    color: #5f6269;
}

.icon-title {
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    color: #003a70;
}

.chart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
/*==========SmartSystem-Style-triangle==========*/
.SmartSystem-Style-TopView_content {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
}

.SmartSystem-Style_Title {
    font-size: 48px;
    font-weight: 400;
    text-align: left;
    color: #ffb600;
}

.SmartSystem-Style_opacityframe {
    opacity: 0.76;
    background-color: #f5f6f8;
    padding: 3rem;
}

.SmartSystem-Style_contenttixt {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    color: #5f6269;
}

.oldtransform {
    -webkit-transform: skew(0,-10deg);
    -moz-transform: skew(0,-10deg);
    -o-transform: skew(0,-10deg);
}


/*ESG*/
.esg-title {
    font-family: Noto Sans TC;
    font-size: 40px;
    font-weight: 400;
    color: #1CA24F;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    white-space: nowrap;
}

.esg-txt {
    font-family: Noto Sans TC;
    font-size: 15px;
    color: #5F6269;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: justify;
}
.IWA-Building-consultation-intro {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 5rem;
    margin-top: 5rem;
}

    .IWA-Building-consultation-intro .intro-item {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto 1fr;
    }

    .IWA-Building-consultation-intro .intro-title {
        font-family: Noto Sans TC;
        font-size: 24px;
        font-weight: 400;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: left;
        color: #5F6269;
        display: flex;
        align-items: center;
    }

    .IWA-Building-consultation-intro .intro-desc {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        font-family: Noto Sans TC;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: justify;
        color: #5F6269;
    }

    .IWA-Building-consultation-intro .intro-no {
        font-family: Plus Jakarta Sans;
        font-size: 120px;
        font-weight: 800;
        line-height: 151px;
        letter-spacing: 0em;
        text-align: right;
        color: #FFE65D;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

@media (max-width:1024px) {
    .IWA-Building-consultation-intro {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (min-width: 768px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/About/banner/about_banner_web_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
    }

    .SmartSystem-Stylesectionhidden {
        width: 100%;
        height: 1256px;
        -webkit-transform: skew(0,10deg);
        -moz-transform: skew(0,10deg);
        -o-transform: skew(0,10deg);
        overflow: hidden;
    }

    .SmartSystem-Stylesection {
        width: 100%;
        height: 1500px;
        background: url(../../Images/About/about_text/about_text_web_2_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
    }
}


@media screen and (max-width: 991px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/About/banner/about_banner_panel_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
        /*background-position: top center;*/
    }

    .TopView_content {
        text-align: center;
    }

    .Content_TopView {
        margin-top: initial;
        margin-left: initial;
    }

    .SmartSystem-Stylesectionhidden {
        width: 100%;
        height: 1015px;
        -webkit-transform: skew(0,10deg);
        -moz-transform: skew(0,10deg);
        -o-transform: skew(0,10deg);
        overflow: hidden;
    }

    .SmartSystem-Stylesection {
        width: 100%;
        height: 1200px;
        background: url(../../Images/About/about_text/about_text_panel_2_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
        /*background-position: top center;*/
    }

    .Title_HowWeWork_Main {
        font-size: 60px
    }

    /*ESG*/
    .esg-title {
        white-space: normal
    }
}

@media(max-width:768px) {
    /*ESG*/
    .IWA-Building-consultation-intro {
        grid-template-columns: repeat(1,1fr);
    }
}

@media(max-width:767px) {
    /*ESG*/
    .esg-title {
        font-size: 30px;
        text-align: center !important;
        white-space: normal
    }
}

@media (max-width:576px) {
    .sectionhidden {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 500px;
        background: url(../../Images/About/banner/about_banner_mobile_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
    }


    .Title_HowWeWork_Main {
        text-align: center;
        font-size: 40px;
        line-height: 37px;
    }

    .Title_HowWeWork {
        text-align: center;
    }

    .Title_HowWeWork_ss {
        text-align: center;
    }

    .SmartSystem-Stylesectionhidden {
        width: 100%;
        height: 900px;
        -webkit-transform: skew(0,10deg);
        -moz-transform: skew(0,10deg);
        -o-transform: skew(0,10deg);
        overflow: hidden;
    }

    .SmartSystem-Stylesection {
        width: 100%;
        height: 1100px;
        background: url(../../Images/About/about_text/about_text_mobile_2_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
        /*background-position: top center;*/
    }


    .gg-center {
        text-align: -webkit-center;
    }

    .SmartSystem-Style_Title {
        font-size: 20px;
    }

    .Title_HowWeWork_ss {
        font-size: 20px;
    }

    .SmartSystem-Style_contenttixt {
        font-size: 14px;
    }

    .SmartSystem-Style_opacityframe {
        padding: 1rem;
    }

    .SmartSystem-Style-TopView_content {
        top: 32%;
    }

    .Chicony-IWA-icon {
        text-align: center;
    }

    .pic_center {
        margin: 0 auto;
    }

    /*font-size*/
    .Content_HowWeWork {
        font-size: 14px;
        text-align:left;
    }
    .Title_Content {
        font-size: 30px;
    }

    .Title_TopView {
        font-size: 30px;
    }

    /*ESG*/
    .IWA-Building-consultation-intro .intro-title {
        font-size: 24px;
        line-height: 34.75px;
    }

    .IWA-Building-consultation-intro .intro-no {
        font-size: 100px;
        line-height: 126px;
    }

    .IWA-Building-consultation-intro .intro-desc {
        font-size: 15px;
        line-height: 21.72px;
    }

    .esg-title {
        white-space: normal
    }

    .esg-title {
        font-size: 30px;
        line-height: 43.44px;
    }

    .esg-txt {
        font-size: 15px;
        line-height: 21.72px;
    }

}
