﻿/*<!--Product-Top_view-->*/
.Top-View-rang {
    position: relative;
    width: 100%;
}

.View-rang {
    position: relative;
    width: 100%;
    margin-top: 5rem;
}

.TopView_content-rang {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
}

.Title_Content {
    font-size: 50px;
    font-weight: 500;
    color: #fefefe;
}

    .Title_Content + p {
        font-size: 22px;
        text-align: justify;
        color: #ffffff;
        margin-bottom: 0;
    }

.iwa_h4_text p {
    text-align: left;
}

.download-btn, a.download-btn:not([href]):not([tabindex]) {
    border-radius: 9px;
    border: solid 1px #ffb600;
    font-size: 23px;
    text-align: center;
    color: #ffb600;
    padding: 3px 27px;
    display: inline-block;
    margin: 50px auto;
    cursor: pointer;
    text-decoration: none!important;
}

    .download-btn:hover, a.download-btn:not([href]):not([tabindex]):hover {
        color: white;
        text-decoration: none;
    }

    .download-btn.hvr-sweep-to-right:before {
        background-color: #ffb600;
    }

/*<!--Product-Menu-->*/
.Product-Menu {
    display: none;
    transition: 0.5s;
}

/*<!--Product-Content-->*/
.Product-Content {
    position: relative;
    width: 100%;
    /*margin-top: 5rem;*/
}

/*手動更改長度*/
.toggled.push {
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transform: translateY(210px);
    -o-transform: translateY(210px);
    -webkit-transform: translateY(210px);
    -moz-transform: translateY(210px);
    transform: translateY(294px); /*list變長要修改*/
}



/*<!--Product-Menu-->*/
.Product-Menu {
    width: 100%;
    box-shadow: 0px 1px 0 0 #d6d6d6;
    background-color: white;
    transition: 0.5s;
}

.Menu-text {
    color: #5f6269;
    cursor: pointer;
    width: 15rem;
}

    .Menu-text:hover {
        color: #ffb600;
    }
/*<!--Product-Content-->*/
.Product-Content {
    width: 100%;
    padding: 50px 0;
    box-shadow: 0px 1px 0 0 #d6d6d6;
}

.Product-yellow-box {
    height: 28px;
    border: solid 1px #ffb600;
    display: -webkit-box;
    text-align: center;
}

.Product-yellow-box-text-1 {
    background-color: #ffb600;
    color: white;
}

.Product-yellow-box-text-2 {
    background-color: white;
    color: #ffb600;
}

.Product-yellow-text {
    font-size: 25px;
    font-weight: bold;
    color: #ffb600;
}

.series-title {
    padding: 2px 10px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #003a70;
    border: solid 2px #ffb600;
    margin-bottom: 50px;
    margin-left: 20px;
    font-weight: 400;
}

.series-box {
    border-left: solid 2px #4a90e2;
}

    .series-box + .download-btn, .series-box + a.download-btn:not([href]):not([tabindex]) {
        margin-left: 20px;
    }

.series-name {
    margin-bottom: 15px;
    font-size: 20px;
    color: #1e598a;
    font-weight: 400;
}

.product-features {
    margin-bottom: 5px;
    font-size: 20px;
    color: #595757;
    font-weight: 400;
}

.series-text {
    font-size: 18px;
    color: #7a7878;
    margin-bottom: 0px;
}

.iwa_h4_text {
    text-align: left;
}

.txt-blue {
    color: #1c4f7f;
}

.item-list {
    display: list-item;
}

/*<!--Product-Content(ZCUBE001-ZCUBE003)-->*/
.Product-3Content {
    width: 100%;
    margin-top: 50px;
}

.ZCUBE {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: #ffb600;
}

.padding-row {
    display: block;
    padding: 0 20px;
}


/*<!--Product-SystemArchitecture-->*/
.m-top-bottom-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.SystemArchitecture-air {
    width: 100%;
    position: relative;
    background-color: #f0f5f7;
}

.SystemArchitecture-lighting {
    width: 100%;
    position: relative;
}

.SystemArchitecture-yoga {
    width: 100%;
    position: relative;
    background-color: #f0f5f7;
}

.Product-Content_Theme {
    text-align: left;
}

.Product-Architecture_Text {
    text-align: left;
}


.pd-list::after {
    display: inline-block;
    width: initial;
    height: initial;
    margin-left: 0.3em;
    vertical-align: bottom;
    content: ' >\0000a0';
    border-top: initial;
    border-right: initial;
    border-left: initial;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    font-size: 9px;
    font-family: monospace;
}

.pd-list {
    font-size: 20px;
    display: none;
}

@media screen and (max-width: 1000px) {
    .TopView_content-rang {
        width: 90%;
    }
}

@media screen and (min-width: 992px) {
    .padding-left-0 {
        padding-left: 0;
    }

    .d-none.d-lg-block.col-lg-5.offset-lg-0 {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/Product/banner/web-system-product@2x.png) 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/Product/banner/panel-system-product@2x.png) no-repeat #ffffff;
        background-size: cover;
    }

    /*<!--Solution-Top_view-->*/
    .Title_Content {
        text-align: center;
    }

    /*<!--Product-SystemArchitecture-->*/
    .Product-Content_Theme {
        text-align: center;
    }

    .Title_Content + p {
        margin-top: 25px;
    }

    .Product-Content {
        text-align: center;
    }

    .iwa_h4_text p {
        margin-bottom: 75px;
    }

    .series-box {
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .series-box-frame {
        margin-bottom: 45px;
    }

    .series-box + .download-btn, .series-box + a.download-btn:not([href]):not([tabindex]) {
        position: absolute;
        right: 15px;
        bottom: 0;
        margin: 0;
    }
}

@media (max-width:767px) {
    .TopView_content-rang {
        top: 50%;
        transform: translateY(-50%);
    }

    .Title_Content {
        font-size: 30px;
    }

    .Product-yellow-text {
        font-size: 20px;
    }

    .Product-Content .iwa_h1_text {
        font-size: 30px;
    }

    .series-title {
        margin: 0 auto 30px;
    }

    .padding-row {
        padding-left: 15px;
    }

    .series-name, .product-features {
        font-size: 18px;
    }
    .product-features {
        margin-bottom: 15px;
    }

    .series-box + .download-btn, .series-box + a.download-btn:not([href]):not([tabindex]) {
        margin: 30px auto 50px;
    }
    .Title_Content + p {
        font-size: 14px;
        text-align: left;
    }
}

@media (max-width:576px) {
    .sectionhidden {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 500px;
        background: url(../../Images/Product/banner/mobile-system-product@2x.png) no-repeat #ffffff;
        background-size: cover;
    }

    /*<!--Product-Menu-->*/
    .Product-Menu {
        display: block;
        transition: 0.5s;
    }

    .pd-list {
        display: block;
    }

    .Menu-text {
        text-align: center;
    }

    .navcenter {
        margin: 0 auto;
    }

    /*<!--Product-SystemArchitecture-->*/
    .m-top-bottom-5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .series-text {
        font-size: 14px;
    }
}

.SystemArchitecture-air, .SystemArchitecture-lighting, .SystemArchitecture-yoga {
    display: none!important;
}
.download-btn {
    visibility:hidden!important;
    margin:0 auto 50px;
}
.anchor {
    display: block;
    padding-top: 174px;
    margin-top: -174px;
}

.product-nav {
    background-color: #f8f8f8;
    margin-bottom: 0;
    position: fixed;
    top: 65px;
    width: 100% !important;
    z-index: 100;
    padding: 10px 7%;
    visibility: hidden;
}

.product-nav.product-nav-show {
    display: block !important;
    top: 65px;
}

.product-nav ul {
    padding-left: 0;
    margin-bottom: 0;
    word-break: break-word;
}

.product-nav .slick-slide {
    text-align: center;
}

.product-nav .slick-slide a:hover {
    text-decoration: none;
}

.product-nav .slick-slide a span {
    color: #595757;
    font-size: 12px;
    line-height: 1.3;
    display: block;
    padding: 5px 10px 0;
}

.product-nav .slick-slide a:hover span, .product-nav .slick-slide a.navproduct-anchor span {
    color: #ffb600;
}

.product-nav .slick-slide img {
    margin: 0 auto;
}

.slick-slide .product-nav-hover, .product-nav .slick-slide a:hover .product-nav-before, .navproduct-anchor .product-nav-before {
    display: none;
}

.product-nav .slick-slide a:hover .product-nav-hover, .navproduct-anchor .product-nav-hover {
    display: block;
}

@media screen and (min-width: 1023px) and (max-width: 1599px) {
    .product-nav {
        padding: 0;
    }

    .product-nav .slick-list {
        padding: 10px 7%;
    }

    .product-nav .slick-prev, .product-nav .slick-next {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none;
        z-index: 5;
        width: 50px;
        height: 100%;
        color: #f8f8f8;
        background: #f8f8f8;
    }

    .product-nav .slick-prev {
        left: 0;
        border-right: 1px solid #d6d6d6;
    }

    .product-nav .slick-next {
        right: 0;
        border-left: 1px solid #d6d6d6;
    }

    .product-nav .slick-prev:before, .product-nav .slick-next:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #003a70;
        font-size: 20px;
    }

    .product-nav .slick-prev:before {
        content: '<';
    }

    .product-nav .slick-next:before {
        content: '>';
    }

    .product-nav .slick-disabled {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-nav {
        padding: 10px 0 10px 2%;
    }

    .product-nav .slick-slide img {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .product-nav {
        padding: 0;
        top: 42px;
    }

    .product-nav .slick-list {
        padding: 10px 10% 10px 0;
    }

    .barlist-min {
        z-index: 101;
        position: relative;
        background-color: #ffffff;
    }

    .product-nav-fixed {
        position: fixed;
        top: 0px;
        visibility: initial;
    }
}