﻿/*<!--System-Top_view-->*/
.System-Top_view {
    position: relative;
}

.TopView_content-rang {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
}

.Title_Content {
    font-size: 50px;
    font-weight: 500;
    color: #fefefe;
}


/*<!--System-Introduction-->*/
.System-Introduction .all-range {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    margin: auto;
}

.System-Introduction-text {
    line-height: 1.5;
    text-align: justify;
}

/* <!--System-Youtube-->*/
.System-Youtube {
    width: 100%;
    margin-top: 5rem;
}

.youtube_video {
    position: relative;
    text-align: center;
    display: block;
    z-index: 1;
}

.youtubecontent {
    position: relative;
    padding-top: 3rem;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.youtubecontent {
    padding-bottom: 53.2%;
}

    .youtubecontent iframe,
    .youtubecontent object,
    .youtubecontent embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



/*<!--System-OurFeature-->*/
.System-OurFeature {
    width: 100%;
    position: relative;
    background-color: #fbfbfb;
    overflow: hidden;
}

.iwa_h5_text {
    font-weight: bold;
    margin-bottom: 20px;
}

.Content_Rang {
    width: 78.771%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1300px;
}

.carbon-title {
    font-size: 40px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 20px;
}

.iwa_h5_text, .iwa_h4_text {
    text-align: left;
}

.step-before {
    margin-bottom: 6rem;
}

.step-content .iwa_h5_text, .step-content .iwa_h4_text {
    color: #ffffff;
}

.step-content .iwa_h5_text {
    font-size: 30px;
}

.step-content .iwa_h4_text {
    font-size: 22px;
}

.step-content {
    position: relative;
}

.step-slider .swiper-slide .Content_Rang {
    margin: 0 auto;
}

.step-title {
    text-align: center;
}

.step-content .carbon-title {
    color: #ffffff;
    margin-bottom: 13px;
}

.step-content .carbon-subtitle {
    color: #ffe58f;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.step-content div.step-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 10vh;
    text-align: center;
    z-index: 3;
}

.step-slider {
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    z-index: 2;
    height: 100vh;
    background-image: linear-gradient(to bottom, #35b6d6, #66cdce);
}

.slider-after {
    height: 100vh;
}

.step-content div.step-title.active, .step-slider.active {
    position: fixed;
}

.step-slider.done {
    position: absolute;
    top: auto;
    bottom: 0;
}

.step-slider .swiper-slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

    .step-slider .swiper-slide.active {
        opacity: 1;
    }

.scrollItem {
    height: 500px;
}

.step-slider .step-txt-position {
    display: flex;
    position: absolute;
    bottom: 4vh;
    width: 78.771%;
    /*right:8%;*/
    max-width: 1300px;
}

    .step-slider .step-txt-position > div {
        width: 60%;
    }

        .step-slider .step-txt-position > div:first-child {
            display: flex;
            align-items: start;
            justify-content: end;
            width: 40%;
        }

            .step-slider .step-txt-position > div:first-child img:first-child {
                width: 360px;
            }

            .step-slider .step-txt-position > div:first-child img + img {
                padding-top: 45px;
                padding-top: 3vh;
            }

.improve-img {
    position: absolute;
    top: 50vh;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 75vh;
}

    .improve-img img {
        width: 100%;
    }

.step-slider .iwa_h5_text {
    margin: 88px 0 10px;
    margin: 9vh 0 10px;
}

.step-slider .step-txt-position > img {
    width: 55.8vh;
}

.swiper-slide.bounce .step-txt-position {
    animation: 1.5s bottom-fade-in ease-out forwards;
}

.swiper-slide.bounce .improve-img img {
    animation: 1.5s top-fade-in ease-out forwards;
}

.swiper-slide.leave .improve-img img {
    animation: 1.5s top-fade-out ease-in forwards;
}

.swiper-slide.leave .step-txt-position {
    animation: 1.5s bottom-fade-out ease-in forwards;
}

@keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    10% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    30%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes bounce-in-bottom-txt {
    0%,10% {
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
    }
}

@keyframes swing-out-top-bck {
    0% {
        transform: rotateX(0);
        transform-origin: top;
        opacity: 1;
    }

    100% {
        transform: rotateX(50deg);
        transform-origin: top;
        opacity: 0;
    }
}

@keyframes rotate-out-top-bck {
    0% {
        transform: perspective(1920px) translate(0, -0%) rotateX(0) rotateY(0);
    }

    50% {
        transform: perspective(1920px) translate(0%, -25%) rotateX(45deg) rotateY(0deg);
        opacity: 0.5;
    }

    100% {
        transform: perspective(1920px) translate(0%, -50%) rotateX(90deg) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes top-fade-out {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    50% {
        transform: translateY(-50px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@keyframes top-fade-in {
    0% {
        transform: translatey(-50px);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    50% {
        transform: translatey(0);
    }

    100% {
        opacity: 1;
        transform: translatey(0);
    }
}

@keyframes bottom-fade-out {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        opacity: 0;
        transform: translateY(50px);
    }
}

@keyframes bottom-fade-in {
    0% {
        transform: translatey(50px);
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    50% {
        transform: translatey(0);
    }

    100% {
        opacity: 1;
        transform: translatey(0);
    }
}

.step-slider .pagination-container {
    position: absolute;
    transform: translate(-3rem,50%);
    width: 100%;
    height: 380px;
}

.step-slider .pagination-bullets {
    right: 0;
    position: absolute;
}

.step-slider .pagination-bullet {
    border-radius: initial;
    background: none;
    opacity: 0.5;
    width: auto;
    height: auto;
    position: relative;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-top: 30px;
    transition-duration: 1s;
}

.step-slider .pagination-bullets .pagination-bullet {
    margin: 15px 0;
    display: block;
}

.step-slider .pagination-bullet.active, .step-slider .pagination-bullet.active.pagination-bullet::before {
    opacity: 1;
}

.step-slider .pagination-bullet::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.step-slider .pagination-bullet:first-child::before {
    background: url(../../Images/Solution/carbon/icon_dot.svg) no-repeat 0 0 !important;
    width: 20px;
    border: none;
}

.step-subtitle-tabshow {
    display: none;
}

@media (max-width: 1023px) {
    .improve-img {
        width: 50vh;
    }

    .step-subtitle-tabshow {
        display: block;
    }

    .step-subtitle-tabhide {
        display: none;
    }

    .step-slider .step-txt-position {
        flex-direction: column;
    }

        .step-slider .step-txt-position > div:first-child {
            justify-content: flex-start;
        }

        .step-slider .step-txt-position > div, .step-slider .step-txt-position > div:first-child {
            width: 100%;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Content_Rang, .step-txt-position, .step-content .step-slider .step-txt-position {
        width: 85.808%;
    }

    .step-slider .pagination-container {
        width: 85.808%;
        top: 32%;
    }

    .step-slider .pagination-bullets {
        right: 0;
        top: -65%;
    }

    .step-slider .step-txt-position > div:first-child img:first-child {
        width: 304px;
        height: 133px;
    }

    .step-slider .step-txt-position > div:first-child img + img {
        padding-top: 19px;
    }

    .step-slider .iwa_h5_text {
        margin: 62px 0 10px;
    }

    .step-slider .step-txt-position > div {
        padding-top: 20px;
    }

    .improve-img {
        left: 42%;
    }
}

@media (max-width: 767px) {
    .step-content .carbon-subtitle {
        font-size: 22px;
    }

    .Content_Rang, .step-slider .step-txt-position {
        width: 88%;
        right: unset;
    }

    .iwa_h4_text {
        font-size: 15px;
    }

    .iwa_h5_text {
        font-size: 20px;
        text-align: center;
    }

    .Content_Rang {
        margin: 50px auto;
    }

    .carbon-title {
        font-size: 30px;
        text-align: center !important;
    }

    .improve-img {
        top: 38vh;
        transform: translate(-58%,-50%);
        width: 52vh;
    }

        .improve-img.improve-img__5,
        .improve-img.improve-img__6 {
            width: 42vh;
        }

        .improve-img.improve-img__2 {
            top: 33vh;
        }

        .improve-img.improve-img__4,
        .improve-img.improve-img__5 {
            top: 40vh;
        }

    .step-slider .step-txt-position > div:first-child img:first-child {
        width: 203px;
    }

    .step-slider .step-txt-position > div:first-child img + img {
        padding-top: 13px;
        width: 30px;
    }

    .step-slider .step-txt-position > div:first-child {
        justify-content: center;
    }

    .pagination-container {
        margin: 0;
        width: 100%;
    }

    .step-slider .pagination-bullets {
        right: 3%;
    }

    .step-slider .pagination-bullet {
        padding-top: 35%;
        font-size: 2.67vw;
        margin: 25% 0;
    }

        .step-slider .pagination-bullet::before {
            height: 10px;
        }

        .step-slider .pagination-bullet:first-child::before {
            width: 35%;
            background-size: 100% auto !important;
        }

    .step-subtitle-tabshow {
        display: none;
    }

    .step-slider .iwa_h5_text.step-subtitle-tabhide {
        display: block;
        margin: 0 15px;
    }
}

@media (max-width: 375px) {
    .step-slider .pagination-container {
        transform: translate(0,50%);
    }
}

.System-OurFeature-title-rang {
    position: relative;
    text-align: center;
}

.OurFeatureIconPosition {
    /*display: inline-flex;*/
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.Content_OurFeatureIcon {
    /*text-align: justify;*/
    margin-top: 0.5rem;
}

.OurFeatureIconTitle {
    font-size: 24px;
    font-weight: 400;
    color: #003a70;
}

/*<!--System-UserVoice-->*/
.UserSpeaks {
    width: 100%;
    background-color: #f0f5f7;
    position: relative;
}

.InvertedTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.fontstyle {
    font-family: 'Montserrat';
}

.Q_Text {
    font-size: 18px;
    color: #5f6269;
}

.InvertedTriangle_blue {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #f0f5f7 transparent transparent transparent;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.ManagerSpeaks {
    width: 100%;
    background-color: #bac6cc;
    position: relative;
}

/*<!--System-ServiceFeatures-->*/
.ServiceFeatures {
    width: 100%;
    position: relative;
    background-color: #fbfbfb;
}


/*<!--System-SystemArchitecture-->*/
.SystemArchitecture {
    width: 100%;
    position: relative;
    margin-top: 5rem;
    background-color: #ffffff;
}

.Engery-Architecture_Text {
    font-size: 18px;
    font-weight: 300;
    color: #5f6269;
    text-align: justify;
}

/*<!--System-ServiceFeatures-->*/
.service-features {
    width: 100%;
    position: relative;
}

    .service-features .feature-1 {
        max-width: 1300px;
        margin: auto;
        padding: 0 0 6rem 0;
    }

    .service-features .feature-2 {
        max-width: calc(100% - ((100% - 1300px) / 2));
        margin-left: auto;
        padding: 0 0 6rem 0;
    }

    .service-features .feature-3 {
        max-width: 1300px;
        margin: auto;
    }


    .service-features .feature-2 .feature-2-block {
        justify-content: space-between;
        flex-wrap: nowrap;
        position: relative;
    }

    .service-features .feature-2 .feature-2-items {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        column-gap: 5rem;
        overflow: overlay;
        padding-top: 8rem;
    }

    .service-features .feature-2 .feature-2-item {
        gap: 1.5rem
    }

    .service-features .feature-2 .feature-2-title {
        color: #003A70;
        font-family: Noto Sans TC;
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: center;
    }

    .service-features .feature-3 ul li {
        color: #5F6269;
        font-family: Noto Sans TC;
        font-size: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

.service-features-intro {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 5rem;
}

    .service-features-intro .intro-item {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto 1fr;
    }

    .service-features-intro .intro-title {
        font-family: Noto Sans TC;
        font-size: 30px;
        font-weight: 400;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: left;
        color: #003A70;
        display: flex;
        align-items: center;
    }

    .service-features-intro .intro-desc {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        font-family: Noto Sans TC;
        font-size: 22px;
        text-align: justify;
        color: #5F6269;
    }

    .service-features-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;
    }

/* <!--System-UnderstandMore-->*/
.UnderstandMore {
    width: 100%;
    position: relative;
    background-color: #3f5774;
}

.UnderstandMore-Content {
    font-size: 30px;
    font-weight: 300;
    color: #ffb600;
}

@media (max-width:1300px) {
    .service-features .feature-1 {
        padding: 0 8rem 6rem 8rem;
    }

    .service-features .feature-2 {
        padding: 0 0 6rem 8rem;
    }

    .service-features .feature-3 {
        padding: 0 8rem 0 8rem;
    }
}

@media (max-width:1024px) {
    .service-features .feature-2 .feature-2-items {
        grid-template-columns: repeat(3,1fr);
        padding-top: 0;
    }

    .service-features .feature-3 {
        padding: 0 6rem 0 6rem;
    }
}
/*@media (min-width: 992px) {
    .service-features .feature-2 .feature-2-block > img {
        position: absolute;
        bottom: 0%;
        right: 0;
    }
}*/

.feature-2-img {
    width: 453px;
    height: 620px;
    background: image-set( url("../../Images/System_Carbon/ServiceFeature/carbon_web_pic_2.jpg") 1x, url("../../Images/System_Carbon/ServiceFeature/carbon_web_pic_2@2x.jpg") 2x, url("../../Images/System_Carbon/ServiceFeature/carbon_web_pic_2@3x.jpg") 3x);
}

@media (max-width: 1270px) {
    .feature-2-img {
        width: 400px;
        height: 456px;
        background: image-set( url("../../Images/System_Carbon/ServiceFeature/carbon_panel_pic_2.jpg") 1x, url("../../Images/System_Carbon/ServiceFeature/carbon_panel_pic_2@2x.jpg") 2x, url("../../Images/System_Carbon/ServiceFeature/carbon_panel_pic_2@3x.jpg") 3x);
        position: absolute;
        bottom: 100%;
        right: 0;
    }

    .service-features .feature-2 .feature-2-block {
        justify-content: center;
    }

    .service-features .feature-2 {
        padding: 25rem 0 6rem 0;
    }
}

@media (max-width: 768px) {
    .feature-2-img {
        width: 290px;
        height: 350px;
        background: image-set( url("../../Images/System_Carbon/ServiceFeature/carbon_mobile_pic_2.jpg") 1x, url("../../Images/System_Carbon/ServiceFeature/carbon_mobile_pic_2@2x.jpg") 2x, url("../../Images/System_Carbon/ServiceFeature/carbon_mobile_pic_2@3x.jpg") 3x);
        position: absolute;
        bottom: 100%;
        right: 0;
    }

    .margin-top-bottom {
        margin: 3rem 0;
    }

    /*    .service-features .feature-2 .feature-2-block > img{
        position:absolute;
        bottom:100%;
        right:0;
    }*/

    .service-features .feature-2 .feature-2-items {
        overflow: visible;
    }

    .service-features .feature-1 {
        padding: 0 3rem 6rem 3rem;
    }
}

@media (max-width: 576px) {
    .iwa_h1_text {
        font-size: 30px;
    }

    .iwa_h2_text,
    .iwa_h5_text {
        font-size: 24px;
    }

    .iwa_h4_text {
        font-size: 18px;
    }

    .service-features-intro {
        grid-template-columns: repeat(1,1fr);
    }

        .service-features-intro .intro-title {
            font-size: 24px;
        }

        .service-features-intro .intro-desc {
            font-size: 18px;
        }

    .service-features .feature-2 {
        padding: 0 0 6rem 0;
    }

    .service-features .feature-3 {
        padding: 0 0 6rem 0;
    }

    .service-features .feature-2 .feature-2-items {
        grid-template-columns: repeat(1,1fr);
        row-gap: 20px;
    }

    .service-features .feature-2 .feature-2-block {
        justify-content: center;
    }

    .feature-2-img {
        display: none;
    }

    .carbon-title {
        font-size: 24px;
    }

    .step-content .carbon-subtitle {
        font-size: 20px;
    }

    .step-content .iwa_h5_text {
        font-size: 24px;
    }

    .step-content .iwa_h4_text {
        font-size: 18px;
    }

}
/*<!--System-SystemArchitecture-->*/
.system-architecture {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.section {
    background-position: center !important;
}
/*WEB*/
@media screen and (min-width: 768px) {
    /*<!--System-Top_view-->*/
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: image-set( url("../../Images/System_Carbon/Top_View/carbon_web_banner_pic.jpg") 1x, url("../../Images/System_Carbon/Top_View/carbon_web_banner_pic@2x.jpg") 2x, url("../../Images/System_Carbon/Top_View/carbon_web_banner_pic@3x.jpg") 3x);
        background-size: cover;
    }
}
/*PAD(768px改992px)*/
@media screen and (max-width: 991px) {

    /*<!--System-Top_view-->*/
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: image-set( url("../../Images/System_Carbon/Top_View/carbon_panel_banner_pic.jpg") 1x, url("../../Images/System_Carbon/Top_View/carbon_panel_banner_pic@2x.jpg") 2x, url("../../Images/System_Carbon/Top_View/carbon_panel_banner_pic@3x.jpg") 3x);
        background-size: cover;
    }

    .TopView_content-rang {
        text-align: center;
    }

    /*<!--System-UserVoice-->*/
    .pad-left-2 {
        margin-left: 2rem;
    }

    .m1 {
        order: 2;
    }

    .m2 {
        order: 1;
    }

    /*<!--System-ServiceFeatures-->*/
    .System-ServiceFeatures-pos {
        text-align: left;
    }
}
/*PHONE(414px改576px)*/
@media (max-width:576px) {

    /*<!--System-Top_view-->*/
    .sectionhidden {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 500px;
        background: image-set( url("../../Images/System_Carbon/Top_View/carbon_mobil_banner_pic.jpg") 1x, url("../../Images/System_Carbon/Top_View/carbon_mobil_banner_pic@2x.jpg") 2x, url("../../Images/System_Carbon/Top_View/carbon_mobil_banner_pic@3x.jpg") 3x);
        background-size: cover;
    }

    .Title_TopView {
        font-size: 43px;
    }

    .TopView_content-rang {
        top: 0%;
    }

    /* <!--System-OurFeature-->*/
    .System-OurFeature_webicon {
        text-align: center;
    }

    .Title_OurFeatureIcon {
        text-align: center;
        margin-top: 0.5rem;
    }

    .Content_OurFeatureIcon {
        margin: 0 auto;
        text-align: center;
    }

    .Content_OurFeatureIconlist {
        text-align: justify;
        margin-top: 1rem;
    }
    /*<!--System-ServiceFeatures-->*/
    .System-ServiceFeatures-pos {
        text-align: center;
    }
}
