﻿/**/

#fixedTop {
    right: 15px;
    bottom: 10px;
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 99;
}

.logo>img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.top-banner1 {
    width: 100%;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/Construction/hs-eg-img-02-01.jpg);
    background-position: center center;
    overflow: hidden;
}

#div-logo-title {
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    height: 750px;
}

.flex-b {
    width: 100%;
    justify-content: center;
}

.logo-title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 30px;
}

.title-text {
    letter-spacing: 5px;
    color: #005CA9;
    font-weight: 900;
    font-size: 5rem;
    text-shadow: 2px 2px 0px #FFFFFF;
}

.title-c-text {
    font-weight: 600;
    font-size: 2.5em;
    padding-top: 5px;
    color: #4B4B4B;
}

.title-c-text1 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}

.tag0 {
    font-size: 2rem;
    display: inline-block;
    position: relative;
    color: white;
    font-weight: bold;
    z-index: 2;
}

.tag0::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0; right: 0; bottom: 0; left: 0;
    background: #005CA9;
    transform: skew(-40deg);
}

/*三優勢*/

.three-block {
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
}

.three-title-block {
    margin-top: 4.5rem;
}

.three-t-text {
    color: #1769ad;
    font-weight: 600;
    font-size: 3em;
    letter-spacing: 5px;
    text-align: center;
    padding-bottom: 40px;
}

.three-p {
    padding-top: 10px;
    align-content: center;
    text-align: center;
    font-size: 1.4em;
    padding-bottom: 20px;
    color: #0a3c63;
}

.cust-p {
    padding-top: 10px;
    align-content: center;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 20px;
}

/*功能區標題之上*/

.function-area {
    background-color: #02528e;
}

.func-block {
    background-image: url(../images/Construction/hs-eg-img-18.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.func-title-block {
    margin-top: 20px;
    margin-bottom: 25px;
}

.func-text {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 5px;
    font-weight: 500;
    margin-top: 4rem;
}

/*功能區內容圖*/

.grid-box {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
}

.grid-box>div {
    text-align: center;
}

.container-func {
    height: 300px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    transition: 0.5s all ease;
    position: relative;
    perspective: 800px;
}

.card-front {
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    margin-top: 3rem;
    transition: 300ms all ease;
}

.card-back {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition: 300ms all ease;
    z-index: 99;
    opacity: 0;
}

.func-title-p {
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: 3px;
    padding-top: 20px;
    text-align: center;
}

.card-backt {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}

.card-backp {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    padding: 10px;
}

.unhide {
    opacity: 1;
}

.hide {
    opacity: 0;
}

/*行動裝置內容區*/

.mobile-img {
    position: absolute;
    margin-top: -26rem;
    right: 1vw;
    max-width: 250px;
    z-index: -99;
}

.mobile-func {
    text-align: center;
}

.icon-text {
    color: #1769ad;
    font-weight: bold;
}

.mobile-area {
    background-image: linear-gradient(to top, rgba(235, 238, 241, 0.5), rgba(235, 238, 241, 0.5)), url(../images/Construction/phone-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

/*導入成效區*/

.use-title-block {
    align-content: center;
    text-align: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 75px;
}

.use-text {
    color: #fff;
    font-size: 3em;
    font-weight: 500;
    letter-spacing: 5px;
}

.use-item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.use-item-text>p {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 1.2em;
    color: #fff;
}

/*水平分割線*/

hr.use-border {
    background-color: #4194d9;
    height: 2px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 50px;
}

/*流程圖內容區*/

.flowchart-area {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/Construction/hs-eg-img-12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.flow-text {
    color: #174065;
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 5px;
}

.flow-chart {
    text-align: center;
    padding: 10px;
}

.text-right {
    display: flex;
    justify-content: end;
}

/*流程圖區小字*/

.small-tt {
    font-size: 16px;
    color: #9e3a00;
}

/*各區標題區塊設定*/

.func-title-block,
.flow-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    padding: 0px 0px;
}

/* .no-logo-bg {
    background-color: #1f69a1;
    width: 200px;
    height: 90px;
    margin-top: 0rem;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
} */

/*4個icon*/

.icon-block {
    text-align: right;
    padding: 15px;
}

.footer-area {
    background-color: #024270;
    padding-top: 20px;
}

.footer-text {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
}

.copyright-text {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    padding: 20px;
}

.service-time {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-align: right;
    padding: 20px;
}

.mg-t10 {
    margin-top: 10px;
}

/*單邊平板手機
 .pad {
    z-index: 98;
    transform: scale(.7);
}

.phone {
    position: absolute;
    left: 580px;
    top: 145px;
    z-index: 99;
    transform: scale(.7);
} */

.pad {
    position: absolute;
    z-index: 98;
    left: -60px;
    top: -20px;
    transform: scale(.6);
}

.phone {
    position: absolute;
    z-index: 99;
    right: 370px;
    top: 20px;
    transform: scale(.8);
}

@media (max-width: 1850px) {
    .pad {
        left: -130px;
        transform: scale(.5);
    }
    
    .phone {
        right: 260px;
        transform: scale(.8);
    }
}

@media (max-width: 1650px) {
    .pad {
        left: -150px;
        transform: scale(.4);
    }
    
    .phone {
        right: 210px;
        transform: scale(.7);
    }
}

@media (max-width: 1550px) {
    .pad {
        left: -230px;
        transform: scale(.4);
    }
    .phone {
        right: 115px;
        transform: scale(.6);
    }
}

@media (max-width: 1400px) {
    .pad {
        left: -200px;
        transform: scale(.4);
        z-index: -1;
    }
    .phone {
        right: 100px;
        transform: scale(.6);
        z-index: -1;
    }
    .mobile-area {
        background-image: linear-gradient(to top, rgba(235, 238, 241, 0.5), rgba(235, 238, 241, 0.5));
    }
}

@media (max-width: 1200px) {
    .no-logo-bg {
        font-size: 1.3rem;
        letter-spacing: 3px;
    }
        .grid-box {
        display: grid;
        grid-template-columns: 3fr 3fr 3fr;
    }
}

@media (max-width: 991px) {
    .hide {
        display: none;
    }
    .no-logo-bg {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    .pad {
        left: -5px;
        top: 16px;
        transform: scale(.9);
    }
    .phone {
        right: 15px;
        top: 182px;
        transform: scale(.9);
    }
    .mobile-area {
        background-image: linear-gradient(to top, rgba(235, 238, 241, 0.75), rgba(235, 238, 241, 0.75));
    }
    .hide-lg {
        display: none;
    }
}

@media (max-width:768px) {
    .logo-tel {
        font-size: 19px;
        text-align: left;
    }
    .title-text {
        font-size: 3.5em !important;
    }
    .title-c-text {
        font-size: 1.8em;
    }
    .logo-text {
        max-width: 70% !important;
    }
    .grid-box {
        display: grid;
        grid-template-columns: 3fr 3fr
    }
    .service-time {
        font-size: 0.8em;
    }
    .pad {
        left: -114px;
        top: 13px;
        transform: scale(.75);
    }
    .phone {
        right: -27px;
        top: 180px;
        transform: scale(.75);
    }
    .three-t-text {
        font-size: 2.5rem;
    }
    .hide-md {
        display: none;
    }
}

@media (max-width:576px) {
    .logo-tel {
        font-size: 18px;
        text-align: center;
    }
    .title-text {
        font-size: 3em !important;
    }
    .title-c-text {
        font-size: 2em;
    }
    .logo-title-block {
        margin-top: -18rem;
    }
    .top-banner1 {
        height: 400px;
    }
    .func-border {
        text-align: center;
        border-bottom: 1px solid #000;
    }
    .grid-box {
        grid-template-columns: 3fr;
    }
    .container-func {
        height: 250px;
    }
    .use-block {
        padding-bottom: 30px;
    }
    .use-text {
        font-size: 30px;
    }
    /*聯絡區外圍*/
    .contact-form-block,
    .com-title,
    .contact-form,
    .contact-form-block>.row {
        padding: 0px 0px;
    }
    .foot-box-border {
        width: inherit;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }
    .use-item {
        margin-bottom: 0px;
    }
    .use-text {
        font-size: 32px;
    }
    .icon-block {
        padding: 0px;
    }
    .pd-top {
        padding-top: 30px;
    }
    .service-time {
        font-size: 14px;
    }
    .no-logo-bg {
        font-size: 1.5rem;
        letter-spacing: 5px;
    }
    .pad {
        display: none;
    }
    .phone {
        display: none;
    }
    .mobile-area {
        background-image: linear-gradient(to top, rgba(235, 238, 241, 0.5), rgba(235, 238, 241, 0.5)), url(../images/Construction/phone-bg.jpg);

    }
    .hide-sm {
        display: none;
    }
    .container-func {
        padding-top: 8px;
    }
}