body{
    font-family: "微軟正黑體",sans-serif;
    color: #545454;
}
@media screen and (max-width: 767px){
    .contant-width{
        width: 95%;
    }

}

/* 語系切換按鈕 */
main{
    position: relative;
}
main .lanChang{
    position: fixed;
    right: 20px;
    top: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 60px;
}
.lanChang .lanChang-btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: linear-gradient(135deg, #ffffff 0%,#e3e3e3 100%); 
    cursor: pointer;
}
.lanChang .lanChang-btn img{
    width: 50px;
}
.lanChang .lanChang-btn:hover{
    transform: scale(1.05);
}
.lanChang .lanChang-link{
    width: 50px;
    height: 0;
    background: linear-gradient(135deg, #ffffff 0%,#e3e3e3 100%); 
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0px;
    padding-top: 35px;
    transition: 0.5s;
}
.lanChang .lanChang-link a{
    color: #545454;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    font-weight: 900;
}
.lanChang .lanChang-link a:last-child{
    border-bottom:0;
}
.lanChang .lanChang-link a.used{
    color: #b4b4b4;
}
.lanChang .lanChang-link.active{
    top: 25px;
    /* height: 0; */
}
@media (max-width: 767px) {
    main .lanChang{
        right: 10px;
        top: 90px;
    }
}



/* 平板/手機版停止動畫 */
@media (max-width: 1199px) {
    .fadeInUp,.fadeIn,.fadeIn,.fadeInLeft,.fadeInRight {
      animation: none !important;
    }
}


/* banner */
.esg-banner{
    position: relative;
    width: 100%;
    height: 824px;
    background-color: #E5FAFF;
}
.esg-banner .banner1{
    background-image: url(../images/ESG/banner1.png);
    background-size: cover;
    width: 100%;
    height: 824px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.esg-banner .banner2{
    background-image: url(../images/ESG/banner2.png);
    width: 100%;
    height: 824px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    animation: fadeInOut 6s ease-in-out infinite;
    opacity: 0; 
}
@keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

.esg-banner .banner-contwidth{
    position: absolute;
    width: 1200px;
    left: 50%;
    transform:translateX(-50%);
    display: flex;
}
.esg-banner .banner-contwidth .banner-left{
    width: 40%;
}
.esg-banner .banner-contwidth .banner-right{
    width: 60%;
}

/* 右邊圖 */
.esg-banner .banner-contwidth .banner-right .banner-img{
    width: 737px;
    padding-top: 110px;
    padding-left: 70px;
}

/* 左邊文字 */
.esg-banner .banner-contwidth .banner-left{
    color: white;
    position: relative;
    margin-top: 80px;
    /* margin-left: 10px; */
}

/* logo */
.esg-banner .banner-contwidth .esg-logo{
    position: absolute;
    top: -30px;
    /* left: -20px; */
}
.esg-banner .banner-contwidth .esg-logo .logo1,
.esg-banner .banner-contwidth .esg-logo .logo2{
    width: 65px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
/* .esg-banner .banner-contwidth .esg-logo .logo2{
    margin-top: 10px;
} */
/* 標題 */
.esg-banner .banner-contwidth .banner-left h1 .t1{
    font-size: 96px;
    font-weight: 900;
    letter-spacing: 10px;
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.60);
    text-align: right;
}
.esg-banner .banner-contwidth .banner-left h1 .t2{
    font-size: 80px;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.esg-banner .banner-contwidth .banner-left h1 .t2 span{
    color: #F7FF00;
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.16);
    font-size: 98px;
    font-weight: 900;
    border-radius: 50%;
    border: 8px solid white;
    width: 140px;
    height: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-15deg);
    position: relative;
    left: -20px;
}
/* 小標 */
.banner-left .s-title{
    margin-top: 25px;
    margin-left: 50px;
    display: inline-block;
}
.banner-left .s-title .e-name{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    border-bottom: 0.5px solid white;
    padding-bottom: 5px;
}
.banner-left .s-title .e-name .e1{
    letter-spacing: 3px;
    width: 165px;
    text-align: center;
    display: inline-block;
}
.banner-left .s-title .tag{
    font-size: 14px;
}
.banner-left .s-title .tag span{
    border: 1px solid white;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 0 1px;
}
.banner-left .slogan{
    font-size: 40px;
    font-weight: 900;
    margin-top: 60px;
    line-height: 60px;
}
.banner-left .s-title .tag span:nth-of-type(4),
.banner-left .s-title .tag span:nth-of-type(5){
    padding: 2px 15px;
    letter-spacing: 1px;
    margin-left: 6px;
}

@media screen and (max-width: 1199px){
    .esg-banner,
    .esg-banner .banner1,
    .esg-banner .banner2{
        background-position: center;
        height: 549px;
    }
    .esg-banner .banner2{
        background-size: cover;
    }
    .esg-banner .banner-contwidth{
        width: 750px;
    }
    .esg-banner .banner-contwidth .banner-left{
        width: 50%;
        padding-left: 60px;
        margin-top: 60px;
    }
    
    .esg-banner .banner-contwidth .banner-right{
        width: 50%;
    }
    .esg-banner .banner-contwidth .esg-logo .logo1{
        width: 50px;
    }
    .esg-banner .banner-contwidth .banner-left h1 .t1{
        font-size: 55px;
    }
    .esg-banner .banner-contwidth .banner-left h1 .t2{
        font-size: 50px;
    }
    .esg-banner .banner-contwidth .banner-left h1 .t2 span{
        font-size: 58px;
        width: 85px;
        height: 85px;
        border: 5px solid white;
    }
    .banner-left .s-title{
        margin-left: 0px;
    }
    .banner-left .s-title .e-name{
        font-size: 14px;
    }
    .banner-left .s-title .e-name .e1{
        width: auto;
        letter-spacing: 0;
    }
    .banner-left .s-title .tag span{
        border: 0px solid white;
        padding: 2px 0px;
    }
    .banner-left .s-title .tag span:nth-of-type(1)::after{
        content: "/";
        margin-left: 5px;
    }
    .banner-left .s-title .tag span:nth-of-type(2)::after{
        content: "/";
        margin-left: 5px;
    }
    .banner-left .s-title .tag span:nth-of-type(4)::after{
        content: "/";
        margin-left: 5px;
    }
    .banner-left .s-title .tag span:nth-of-type(4),
    .banner-left .s-title .tag span:nth-of-type(5){
        padding: 2px 0px;
        margin-left: 0px;
    }
    .banner-left .slogan{
        font-size: 26px;
        margin-top: 30px;
        line-height: 40px;
    }
    .esg-banner .banner-contwidth .banner-right .banner-img{
        width: 360px;
        padding-left:10px
    }
}
@media screen and (max-width: 767px){
    .esg-banner .banner-contwidth{
        width: 95%;
        flex-wrap: wrap;
    }
    .esg-banner .banner-contwidth .banner-left,
    .esg-banner .banner-contwidth .banner-right{
        width: 100%;
    }
    .esg-banner .banner-contwidth .banner-left{
        padding-left: 0;
        margin-top: 20px;
    }
    .esg-banner .banner-contwidth .esg-logo{
        position: initial;
        margin-bottom: 10px;
    }
    .esg-banner .banner-contwidth .banner-left h1 .t1{
        text-align: center;
        /* margin-left: 50px; */
    }
    .esg-banner .banner-contwidth .banner-left h1 .t2{
        justify-content: center;
    }
    .banner-left .s-title{
        display: table;
        margin: 20px auto;
    }
    .esg-banner,
    .esg-banner .banner1,
    .esg-banner .banner2{
        height: 780px;
    }
    .esg-banner .banner1{
        background-color: #26A7DD;
        background-image: none;
    }
    .esg-banner .banner2{
        display: none;
    }
    .esg-banner .banner-contwidth .banner-right .banner-img{
        width: 350px;
        margin: 30px auto;
        padding: 0;
    }
    .banner-left .slogan{
        display: table;
        margin: auto;
    }
    .esg-banner .banner-contwidth .esg-logo .logo1{
        margin: auto;
        width: 70px;
    }
}





/* 各區標題 */
.pagetitle{
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    position: relative;
}
.pagetitle::after{
    content: "";
    position: absolute;
    background-color: #26A6DC;
    width: 120px;
    height: 4px;
    border-radius: 50px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px){
    .pagetitle{
        font-size: 26px;
    }

}


/* 當前企業面臨挑戰 */
.Challenges{
    background-color: #E5FAFF;
    width: 100%;
    padding-top:100px ;
    padding-bottom: 150px;
}

.Challenges .fourth-pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 70px;
}
.Challenges .fourth-pic .fpic{
    width: 280px;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-size: cover;
    position: relative;
}
.Challenges .fourth-pic .fpic::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.10);
}
.Challenges .fourth-pic .fpic .circle{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FFBB00;
    border-radius: 50%;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
}
.Challenges .fourth-pic .fpic:nth-of-type(odd) .circle{background-color: #0090FF}
.Challenges .fourth-pic .fpic.pic1{background-image: url(../images/ESG/four-pic1.png);}
.Challenges .fourth-pic .fpic.pic2{background-image: url(../images/ESG/four-pic2.png);}
.Challenges .fourth-pic .fpic.pic3{background-image: url(../images/ESG/four-pic3.png);}
.Challenges .fourth-pic .fpic.pic4{background-image: url(../images/ESG/four-pic4.png);}
.Challenges .fourth-pic .fourth-txt{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 900;
    color: white;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.80);
    bottom: 0;
    letter-spacing: 2px;
    border-radius:0 0 10px 10px;
}
.Challenges .fourth-pic .fpic:nth-of-type(odd){
    bottom: -25px;
}
@media screen and (max-width: 1199px){
    .Challenges .fourth-pic .fpic{
        width: 23%;
        height: 175px;
    }
    .Challenges .fourth-pic .fourth-txt{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .Challenges{
        padding-bottom: 60px;
    }
    .Challenges .fourth-pic .fpic{
        width: 45%;
        margin-bottom: 20px;
    }
    .Challenges .fourth-pic .fpic:nth-of-type(odd) {
        bottom: 0px;
    }
    .Challenges .fourth-pic .fpic .circle{
        display: none;
    }
}


/* 波浪背景 */
.sec-bg{
    width: 100%;
    height: 120px;
    background-image: url(../images/ESG/second-bg.svg);
    background-repeat: no-repeat;
    margin-bottom: 120px;
}
@media screen and (max-width: 1199px){
    .sec-bg{
        margin-bottom: 30px;
    }
}

.third-bg{
    width: 100%;
    height: 211px;
    background-image: url(../images/ESG/third-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}
@media screen and (max-width: 767px){
    .third-bg{
        height: 100px;
    } 

}

/* 系統與眾不同(6 icon) */
.pagetxt1{
    width: 920px;
    text-align: center;
    font-size: 18px;
    margin: 25px auto;
    line-height: 30px;
}
.icon-group{
    width: 900px;
    margin:100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icon-group .esg-icon{
    width: 220px;
    margin: 0px 10px;
    margin-bottom: 120px;
    text-align: center;
}
.icon-group .esg-icon .icon-pic{
    width: 130px;
    margin: auto;
    height: 125px;
    display: flex;
    align-items: center;
}
.icon-group .esg-icon .icon-title{
    color: #185671;
    font-size: 24px;
    font-weight: 900;
    margin-top: 30px ;
    margin-bottom: 10px ;
}
.icon-group .esg-icon .icon-txt{
    width: 210px;
    margin: auto;
    line-height: 25px;
}
@media screen and (max-width: 1199px){
    .pagetxt1{
        width: 95%;
    }
    .icon-group{
        width: 95%;
    }
}
@media screen and (max-width: 767px){
    .pagetxt1{
        text-align: left;
    }
    .icon-group{
        margin-top: 60px;
    }
    .icon-group .esg-icon{
        width: 43%;
        margin-bottom: 30px;
    }
    .icon-group .esg-icon .icon-txt{
        width: 100%;
        text-align: left;
    }
}


/* ai輔助 */
.pagetxt2{
    width: 580px;
    text-align: center;
    font-size: 18px;
    margin: 25px auto;
    line-height: 30px;
}
.ai-group{
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    margin-bottom: 150px;
}
.ai-group .ai{
    width: 205px;
}
.ai-group .system{
    width: 400px;
}
.ai-group .team{
    width: 220px;
}
.ai-group .arrow{
    width: 72px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #adcdd8;
}
@media screen and (max-width: 1199px){
    .ai-group{
        width: 95%;
        margin: auto;
    }
    .ai-group .arrow{
        font-size: 30px;
    }
}
@media screen and (max-width: 767px){
    .pagetxt2{
        width: 95%;
        text-align: left;
    }
    .ai-group .arrow{
        font-size: 15px;
    }
}

/* 介面展示 */
.interface-group{
    background-color: #f2fbff;
    width: 100%;
    padding: 150px 0;
}
.pagetitle.interface::after{
    display: none;
}
.pagetitle.interface{
    color: #166792;
}
.layer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 150px 0 5px 0;
    flex-wrap: wrap;
}
.layer .layer-left,
.layer .layer-right{
    width: 500px;
}
/* 圖片 */
.layer-pic1{
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    width: 100%;
}
.layer-pic2 .layer-pic2-1{
    width: 235px;
    margin: auto;
}
.layer-pic2 .layer-pic2-2{
    width: 367px;
    margin: auto;
}
.layer-pic3{
    position: relative;
}
.layer-pic3-1{
    width: 400px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.layer-pic3-2{
    width:137px;
    position: absolute;
    right: 0;
    top: -10px;
}
.layer-pic5 .layer-pic5-1{
    width: 332px;
}
.layer-pic5 .layer-pic5-2{
    width: 402px;
}
/* 標題內文 */
.layer-title{
    background-color: #167BB1;
    color: white;
    font-weight: 900;
    font-size: 22px;
    padding: 4px 20px;
    border-radius: 50px;
    display: inline-block;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
}
.layer-txt{
    line-height: 30px;
    font-weight: 900;
}
@media screen and (max-width: 1199px){
    .layer{
        width: 95%;
        margin: 85px auto;
    }
    .layer .layer-left, .layer .layer-right{
        width: 45%;
    }
    .layer-pic2 .layer-pic2-2{
        width: 70%;
    }
    .layer-pic3-1{
        width: 85%;
    }
    .layer-pic3-2{
        width: 90px;
        top: 0px;
    }
    .layer-pic5 .layer-pic5-1{
        width: 80%;
    }
    .layer-pic5 .layer-pic5-2{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .pagetitle.interface{
        font-size: 22px;
    }
    .layer .layer-left, .layer .layer-right{
        width: 100%;
    }
    .layer:nth-of-type(1) .layer-left,
    .layer:nth-of-type(3) .layer-left,
    .layer:nth-of-type(5) .layer-left{
        order: 2;
    }
    .layer .layer-left, .layer .layer-right {
        margin-bottom: 15px;
    }
    .interface-group{
        padding: 50px 0;
    }
}


/* 為什麼選擇我們 */
.service-area{
    display: flex;
}
.service-area .area-left,
.service-area .area-right{
    width: 50%;
}
.service-area .area-left{
    background-image: url(../images/ESG/service.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.service-area .area-left::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(170, 170, 170, 0.2), 
        rgba(0, 0, 0, 0.2)       
      );
    width: 100%;
    height: 100%;
}
.service-area .area-left .service-main{
    font-size: 36px;
    font-weight: 900;
    line-height: 60px;
    color: white;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.60);
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    display: flex;
    align-items: center;
}
.service-area .area-left .service-main span{
    width: 15px;
    height: 100px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #167BB1;
    display: inline-block;
}

.service-area .area-right{
    padding: 60px 120px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.service-area .area-right .service-main{
    font-size: 40px;
    font-weight: 900;
}
.service-area .area-right .service-unit{
    display: flex;
    align-items: center;
    width: 475px;
    justify-content: space-between;
    margin: 70px 0;
}
.service-area .area-right .service-unit .service-icon{
    width: 65px;
}
.service-area .area-right .service-unit .service-cont{
    width: 375px;
}
.service-area .area-right .service-unit .service-cont .service-title{
    font-size: 20px;
    font-weight: 900;
    color: #266C91;
    margin-bottom: 10px;
}
.service-area .area-right .service-unit .service-cont .service-txt{
    line-height: 25px;
}
.service-area .area-right .service-Circle{
    background-color: #E4F7FF;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
.service-area .area-right .service-Circle.c1{
    width: 45px;
    height: 45px;
    top: 5%;
    right: 35%;
}
.service-area .area-right .service-Circle.c2{
    width: 180px;
    height: 180px;
    top: 14%;
    right: -5%;
}
.service-area .area-right .service-Circle.c3{
    width: 100px;
    height: 100px;
    top: 40%;
    right: 15%;
}
.service-area .area-right .service-Circle.c4{
    width: 420px;
    height: 420px;
    bottom: -13%;
    right: -15%;
}
@media screen and (max-width: 1199px){
    .service-area .area-left{
        display: none;
    }
    .service-area .area-right{
        width: 100%;
        padding: 35px 20px;
    }
    .service-area .area-right .service-main{
        text-align: center;
    }
    .service-area .area-right .service-unit{
        width: 768px;
        margin: 70px auto;
        justify-content:flex-start
    }
    .service-area .area-right .service-unit .service-cont{
        width: calc(100% - 65px);
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px){
    .service-area .area-right .service-Circle{
        display: none;
    }
    .service-area .area-right .service-unit{
        width: 100%;
    }
}


/* 方案區塊 */
.plan{
    background-color: #F2FBFF;
    padding: 130px 0;
}
.plan .plan-group{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 80px;
}
.plan .plan-group .plan-unit{
    width: 380px;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 35px 40px;
    box-sizing: border-box;
}
.plan .plan-group .plan-unit .plan-title{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #19B0DE;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin: auto;
    margin-bottom: 20px;
}
.plan .plan-group .plan-unit .plan-txt{
    line-height: 25px;
}
@media screen and (max-width: 1199px){
    .plan .plan-group .plan-unit{
        width: 30%;
        padding: 20px ;
        height: 230px;
    }
    
}
@media screen and (max-width: 767px){
    .plan{
        padding: 60px 0;
    }
    .plan .plan-group{
        margin-top: 40px;
    }
    .plan .plan-group .plan-unit{
        width: 95%;
        height: auto;
        margin-bottom: 30px;
    }
}


/* 聯繫我們 */
.connect{
    height: 300px;
    background-color: #19B0DE;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.connect .connect-left,
.connect .connect-right{
    width: 50%;
}
.connect .connect-left .connect-txt{
    color: white;
    font-size: 24px;
    font-weight: 900;
    line-height: 45px;
    display: flex;
    justify-content: center;
}
.connect .connect-right .connect-btn{
    display: inline-block;
    margin-left: 20%;
}
.connect .connect-right .interinfo-btn{
    width: 200px;
    height: 50px;
    font-size: 26px;
    font-weight: 900;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1946B9;
    border-radius: 25px;
    border: 2px solid white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.connect .connect-right .interinfo-btn img{
    width: 45px;
    margin-right: 5px;
}
.connect .connect-right .btn-txt{
    margin-top: 5px;
    font-size: 14px;
    color: white;
    text-align: center;
}
@media screen and (max-width: 1199px){
    .connect .connect-left{
        width: 70%;
    }
    .connect .connect-right{
        width: 30%;
        text-align: center;
    }
    .connect .connect-left .connect-txt{
        font-size: 22px;
    }
    .connect .connect-right .connect-btn{
        margin: auto;
    }
}
@media screen and (max-width: 767px){
    .connect .connect-left,
    .connect .connect-right{
        width: 95%;
        margin: auto;
    }
    .connect .connect-left .connect-txt{
        font-size: 17px;
    }
}