﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: Layout.css
Editor: Sophia
CreateDate:2010/12/06
Last Editor: JC
LastDate: 2015/04/02
Version: 3.1
---------------------------
【 Table of Contents 】
	DIV XHTML頁面
	Free Style
	使用jQuery
    Responsive Design
=================================================================================*/

/*----------------- Header -----------------*/
.index-cont {
    margin-bottom: 70px;
}
/*#region Header*/
#Header {
    height: 800px;
}

.header-bg {
    background: url(../../images/Index/bg-key-vision.svg) right top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.key-vision {
    background: url(../../images/Index/key-vision_2.svg) left+30px bottom+100px no-repeat;
    -webkit-background-size: 600px auto;
    background-size: 600px auto;
}

.kv-theme-wrap {
    display: block;
    position: absolute;
    top: 250px;
    right: 10px;
    max-width: 540px;
    padding: 10px;
}

    .kv-theme-wrap .theme-slogan {
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 3.125rem;
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
        color: #FD8C00;
        text-shadow: 1px 1px 2px rgba(5, 16, 36, .2);
    }

    .kv-theme-wrap p {
        font-size: 1.25rem;
        color: #555;
        line-height: 2em;
    }

@media only screen and (max-width: 76.1875em) {
    .header-bg {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    #Header {
        height: 700px;
    }

    .key-vision {
        background-position: left bottom+50px;
        background-size: 480px auto;
    }

    .kv-theme-wrap {
        top: 200px;
        right: 0;
        max-width: 485px;
    }
}

@media only screen and (max-width:61em) {
    .key-vision {
        background-position: left bottom+30px;
    }

    .kv-theme-wrap p {
        display: none;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    #Header {
        height: 550px;
    }

    .key-vision {
        background-size: 440px auto;
    }

    .kv-theme-wrap {
        top: 220px;
    }
}

@media only screen and (max-width: 47.9735em) {
    #Header {
        height: 500px;
    }

    .key-vision {
        background-size: 420px auto;
    }

    .kv-theme-wrap {
        top: 100px;
    }

        .kv-theme-wrap .theme-slogan {
            font-size: 2.25rem;
        }
}

@media only screen and (max-width: 30em) {
    .key-vision {
        background-size: 400px auto;
    }

    .kv-theme-wrap {
        top: 120px;
    }

        .kv-theme-wrap .theme-slogan {
            font-size: 2.188rem;
        }
}

@media only screen and (max-width: 20em) {
    #Header {
        height: 450px;
    }

    .key-vision {
        background-position: center bottom+50px;
        background-size: 300px auto;
    }

    .kv-theme-wrap {
        top: 110px;
    }

        .kv-theme-wrap .theme-slogan {
            font-size: 1.875rem;
        }
}
/*#endregion*/

/*----------------- Content -----------------*/
#Content {
}

#mainNews {
    margin-top: 100px;
    margin-bottom: 40px;
}

.news-ctr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

    .news-ctr li {
        flex: 1 50%;
        width: 100%;
        display: block;
    }

        .news-ctr li + li {
            margin-left: 20px;
        }

        .news-ctr li a {
            display: block;
            background-color: #eee;
            color: #707070;
            text-align: center;
            font-size: 1.375rem;
            font-weight: bold;
            padding: 20px 0;
            border-radius: 5px;
        }

        .news-ctr li.news-active a,
        .news-ctr > li > a:hover {
            background-color: #27808e;
            color: #fff;
        }

.news-area {
}

.news-block {
    display: none;
    margin: 0 20px;
}

.news-show {
    display: block;
}

.news-img img {
    max-width: 100%;
    height: auto;
}

.news-info li {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px;
}


.news-info .news-date {
    color: #C94733;
    flex: 0 auto;
    margin-right: 10px;
}

.news-info .news-title {
    font-size: 1.375rem;
    color: #27808e;
    font-weight: bold;
    flex: 1;
    line-height: 1.875em;
}

    .news-info .news-title:hover {
        text-decoration: underline;
    }

.news-info p {
    line-height: 1.875em;
    font-size: 1.125rem;
    flex: 1 100%;
}

.news-block .QueryComm {
    text-align: right;
}

@media only screen and (max-width: 61em) {
    .news-info li {
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (max-width: 47.9735em) {
    .news-block {
        margin: 0 10px;
    }

    .news-ctr {
        padding: 0 10px;
        flex-direction: column;
        align-items: flex-start;
    }

        .news-ctr > li {
            flex: 1 100%;
        }

            .news-ctr > li + li {
                margin-left: 0;
                margin-top: 10px;
            }

    .news-info .news-title {
        font-size: 1.25rem;
        display: block;
        padding-top: 5px;
        padding-left: 0;
    }

    .news-block .QueryComm {
        text-align: center;
    }
}

#mainCountbox {
    min-height: 260px;
}

    #mainCountbox .wrapper {
        height: 100%;
    }

.clountbox-bg {
    background-image: url(../../images/index/bg-countbox.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.countbox-vision {
    width: 30%;
    /*height: 100%;*/
    float: left;
}

    .countbox-vision img {
        max-width: 100%;
        height: auto;
        padding-top: 40px;
    }

.conunt-box-wrap {
    padding-top: 40px;
    width: 70%;
    float: left;
}

.conunt-box {
    width: 32.4%;
    margin-right: 1.4%;
    padding-top: 30px;
    float: left;
}

    .conunt-box:last-child {
        margin-right: 0;
    }

    .conunt-box .conunt-num {
        font-size: 3.75rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .conunt-box .conunt-unit {
        font-size: 1.875rem;
    }

    .conunt-box .conunt-item {
        color: #47A0DE;
        line-height: 1.7em;
        background: #fff;
        border-radius: 20px;
        padding: 3px 0;
        margin: 0 auto;
        width: 165px;
        font-size: 1.25rem;
    }

    .conunt-box:last-child .conunt-item::after {
        content: '(公噸)';
        font-size: 1rem;
    }

.count-box-note {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
}

    .count-box-note .Note {
        color: #fff;
        padding-left: 10px;
    }

    .count-box-note .note-img-elephant {
        width: 36px;
        height: auto;
        vertical-align: middle;
        padding: 0 5px;
    }


@media only screen and (max-width: 76.1875em) {
    .countbox-vision {
        display: none;
    }

    .conunt-box-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 61em) {
    #mainCountbox {
        min-height: 280px;
    }

    .count-box-note {
        width: calc(100% - 20px);
    }

        .count-box-note .Note {
            display: block;
            padding-left: 0;
            padding-right: 10px;
        }
    /*.count-box-note .Note:first-child {
                padding-bottom: 10px;
            }*/

}

@media only screen and (max-width: 47.9735em) {
    #mainCountbox {
        height: 680px;
    }

    .conunt-box-wrap {
        padding-top: 90px;
    }

        .conunt-box-wrap .conunt-box {
            width: 100%;
            margin-right: 0;
            padding-top: 40px;
        }

    .conunt-box .conunt-num {
        font-size: 3.125rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .conunt-box .conunt-unit {
        font-size: 1.375rem;
    }

    .count-box-note .Note {
        text-align: left;
        padding-left: 10px;
        padding-right: 0;
    }
}

#mainKnowledge {
    background-color: #EEF9F9;
}

.knowledge-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
}

.knowledge-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .knowledge-block figure {
        flex: 0 auto;
    }


        .knowledge-block figure img {
            min-width: 560px;
            width: 100%;
            height: auto;
        }

.card {
    margin-left: 20px;
    padding: 20px;
}

    .card .card-title {
        color: #C94733;
        margin-bottom: 20px;
    }

        .card .card-title span {
            font-weight: bold;
            font-size: 2.25rem;
        }

@media only screen and (max-width:61em) {
    .knowledge-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .knowledge-block {
        flex-direction: column;
    }

        .knowledge-block figure {
            order: 1;
        }

        .knowledge-block .card {
            order: 0;
        }

    .card {
        margin-left: 0;
        padding: 0;
        padding-bottom: 10px;
    }

        .card .card-title {
            text-align: center;
            margin-bottom: 10px;
        }

    .knowledge-block figure img {
        min-width: auto;
    }
}

#mainDeviceDemo {
}

.index-cont h3 {
    color: #333;
}

.device-demo-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
}

    .device-demo-wrap .images-wrapper .img_list li {
        flex: 0 calc(25% - 15px);
    }

    .device-demo-wrap .card-info span {
        text-align: center;
        display: block;
        line-height: 1.875rem;
    }

.device-demo-link {
    display: block;
    position: relative;
    background-color: #112330;
}


.device-demo-wrap .device-demo-link img {
    max-width: 100%;
    height: auto;
    opacity: .4;
    transition: all .5s;
}

.device-demo-link span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 1.25rem;
    margin-top: -12px;
    opacity: 1;
    transition: all .5s;
    text-align: center;
}

.device-demo-link p {
    color: #eee;
    padding: 5px 10px;
}

.device-demo-link:hover img {
    opacity: 1;
}

.device-demo-link:hover span {
    opacity: 0;
}


@media only screen and (max-width: 61em) {
    .device-demo-wrap .images-wrapper .img_list {
        flex-direction: row;
    }

        .device-demo-wrap .images-wrapper .img_list li {
            flex: 0 calc(50% - 20px);
            margin-top: 0px;
            margin-bottom: 20px;
            margin-left: 20px;
        }

    .device-demo-link span {
        font-size: 1rem;
    }                                                                                                                                                                                                                                                                
}

@media only screen and (max-width: 47.9735em) {
    .device-demo-wrap .images-wrapper .img_list {
        flex-direction: column;
    }

        .device-demo-wrap .images-wrapper .img_list li {
            flex: 1 100%;
            margin-left: 0;
        }
}

#mainMediaArea {
}

.media-area-wrap h3 {
    text-align: left;
    margin-top: 0;
}

.media-area-wrap .card-info > p {
    line-height: 1.875rem;
    font-size: 1.125rem;
}

.media-embed {
    position: relative;
    padding-bottom: 28.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 10px 10px 15px rgba(53, 53, 53, .2);
}

    .media-embed iframe,
    .media-embed object,
    .media-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }


.media-area-wrap .QueryComm {
    text-align: left;
}

@media only screen and (max-width: 47.9735em) {
    .media-area-wrap .QueryComm {
        text-align: center;
    }

    .media-area-wrap h3 {
        text-align: center;
    }

    .media-embed {
        margin-top: 30px;
        padding-top: 26.25%;
    }
}

#mainAchievement {
}

.achievement {
    padding-top: 40px;
}

.achievement-cont {
    display: flex;
    padding: 0 60px;
    align-items: center;
}

    .achievement-cont .achievement-svg {
        flex: 0 410px;
    }

#MapArea {
    width: 100%;
    height: auto;
}

    #MapArea .svgFocus,
    #MapArea .svgFocus .changeColor path {
        fill: #47A0DE;
    }

.achievement-cont .achievement-info {
    flex: 1 auto;
    margin-left: 40px;
    padding: 20px;
}

.achievement-infoDatetime {
    margin-bottom: 10px;
}

.achievement-info .MyQuer {
    margin-bottom: 30px;
}

.achievement-info fieldset label {
    width: 3em;
    padding-bottom: 0;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

.achievement-info fieldset select {
    width: 15rem;
}

.infoCards-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .infoCards-group .cardItem {
        flex: 0 calc(50% - 50px - 5px - 15px);
    }

        .infoCards-group .cardItem:nth-child(3) {
            margin-left: 0;
        }

@media only screen and (max-width: 61em) {
    .achievement-cont {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

        .achievement-cont .achievement-info {
            margin-left: 0;
            flex: 1;
            width: calc(100% - 40px);
        }

        .achievement-cont .achievement-svg {
            flex: 1 100%;
            margin: 0 auto;
        }

    .infoCards-group {
        flex-direction: column;
        align-items: flex-start;
    }

        .infoCards-group .cardItem {
            flex: 1 auto;
            width: calc(100% - 15px);
        }
}

@media only screen and (max-width: 47.9735em) {
}
/*----------------- Footer -----------------*/
/*#region Footer*/
#Footer {
    background-color: #fff;
}

/*#endregion*/
