.section01 .service .MORE {
    right: 25px;
    background: #2c5979;
    font-size: 21px;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 120px;
}
.section02 .aboutTXT .MORE {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #445594;
    width: 120px;
    line-height: 5rem;
}
.section02 .aboutTXT .MORE a {
    color: #fff;
}
.navbar-right {
    margin-top: 20px;
    font-size: 16px;
}
.navbar-right a {
    color: #2e2e2e;
}
@media screen and (max-width: 768px) {
    .navbar-brand {
        width: 78%;
    }
}
.section01 {
    --bg-color: #74afc8;
    min-height: 800px;
    padding-top: 60px;
    background: #f9f9f9;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 60%, var(--bg-color) 60%, var(--bg-color) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(60%, #fff), color-stop(60%, var(--bg-color)), to(var(--bg-color)));
    background: -o-linear-gradient(top, #f9f9f9 0%, #fff 60%, var(--bg-color) 60%, var(--bg-color) 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #fff 60%, var(--bg-color) 60%, var(--bg-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='var(--bg-color)', GradientType=0);
}
.section01 .service {
    background-size: cover;
    min-height: 650px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.section01 .service h2 {
    color: #2b5677;
    font-weight: bold;
    margin-left: 50%;
    border-bottom: 2px solid #e3e3e3;
    padding: 10px;
}
.section01 .service p {
    line-height: 2em;
    padding: 20px;
    font-size: 1.6rem;
    text-align: justify;
    max-height: 240px;
    overflow: hidden;
}
.section01 .service .feature {
    width: 90%;
    height: 100%;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 260px;
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 20px;
}
.section01 .service h3 {
    color: #417e9d;
    font-weight: bold;
}
.section01 .service .INFO {
    -webkit-flex-basis: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    font-size: 20px;
}
.section01 .service .MORE a {
    color: #fff;
}
.section01 .service01 {
    background-image: url('../../images/Info_bg_09.jpg');
}
.section01 .service01 p {
    margin-left: 44%;
}
.section01 .service02 {
    background-image: url('../../images/Info_bg_11.jpg');
}
.section01 .service02 p {
    margin-left: 44%;
}
.section01 .service03 {
    background-image: url('../../images/Info_bg_13.jpg');
}
.section01 .service03 p {
    margin-left: 44%;
}
.section01 h4 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    line-height: 75px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
    .section01 .service p {
        line-height: 2.3rem;
        padding: 5px;
        background: rgba(255, 255, 255, 0.95);
        margin-top: 73px;
        height: 160px;
        font-size: 1.5rem;
    }
    .section01 .service .INFO {
        font-size: 16px;
    }
    .section01 .service01 {
        background-position-x: -2rem;
    }
    .section01 .service01 p {
        margin-left: 0;
    }
    .section01 .service02 {
        background-position-x: -5rem;
    }
    .section01 .service02 p {
        margin-left: 0;
    }
    .section01 .service03 {
        background-position-x: -4rem;
    }
    .section01 .service03 p {
        margin-left: 0;
    }
}
.effect5 {
    position: relative;
    margin-bottom: 30px;
    z-index: 0;
}
.effect5:before,
.effect5:after {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 29px;
    left: 10px;
    width: 50%;
    top: 93%;
    max-width: 300px;
    background: transparent;
    -webkit-box-shadow: 0 28px 21px #000;
    box-shadow: 0 28px 21px #000;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    z-index: -1;
}
.effect5:after {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}
.effect5:hover .service03,
.effect5:hover .service02,
.effect5:hover .service01 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
@media screen and (max-width: 768px) {
    .section01 {
        background: #f9f9f9;
        background: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 40%, #01b1ab 40%, #01b1ab 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(40%, #fff), color-stop(40%, #01b1ab), to(#01b1ab));
        background: -o-linear-gradient(top, #f9f9f9 0%, #fff 40%, #01b1ab 40%, #01b1ab 100%);
        background: linear-gradient(to bottom, #f9f9f9 0%, #fff 40%, #01b1ab 40%, #01b1ab 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#01b1ab', GradientType=0);
    }
    .section01 h4 {
        color: #fff;
        font-size: 2rem;
        text-align: center;
        line-height: 45px;
    }
    .effect5:before,
    .effect5:after {
        content: '';
        bottom: 27px;
        top: 92%;
        -webkit-box-shadow: 0 20px 12px #6d6d6d;
        box-shadow: 0 20px 12px #6d6d6d;
        background: transparent;
        left: auto;
    }
    .effect5:after {
        right: 18px;
    }
}
@media screen and (max-width: 445px) {
    .section01 .service01 {
        background: #f1f1f1;
        background-image: url('../../images/Info_bg_09.jpg');
    }
    .section01 .service02 {
        background: #f1f1f1;
        background-image: url('../../images/Info_bg_11.jpg');
    }
    .section01 .service03 {
        background: #f1f1f1;
        background-image: url('../../images/Info_bg_13.jpg');
    }
    .section01 .service01,
    .section01 .service02,
    .section01 .service03 {
        margin-left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .section01 .service01 h2,
    .section01 .service02 h2,
    .section01 .service03 h2 {
        margin-left: 45%;
    }
    .section01 .service01 p,
    .section01 .service02 p,
    .section01 .service03 p {
        background: #fff;
        width: 90%;
        margin: 60px auto 10px;
        min-height: 180px;
    }
}
.section02 {
    min-height: 600px;
}
.section02 .aboutBG {
    background: url('../../images/about_bg_18.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.section02 .aboutTXT {
    background: #f5f5f5;
    line-height: 4rem;
    font-size: 18px;
    height: 600px;
    padding: 40px;
    overflow: hidden;
}
.section02 .aboutTXT h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section02 .aboutTXT .MORE {
    margin-top: 30px;
}
@media screen and (max-width: 1280px) {
    .section02 .aboutTXT {
        line-height: 1.6em;
    }
    .section02 .aboutTXT h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section02 .aboutTXT .MORE {
        margin-top: 25px;
    }
}
@media screen and (max-width: 768px) {
    .section02 .aboutBG {
        background-size: contain;
        min-height: 237px;
    }
    .section02 .MORE {
        margin-top: 25px;
    }
    .section02 .aboutTXT {
        padding: 20px;
        line-height: 3rem;
        height: auto;
    }
}
.section03 {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 150px;
}
.section03 ul.ADS {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section03 ul.ADS li {
    padding: 20px;
}
.section03 ul.ADS li img {
    -webkit-box-shadow: 0 9px 3px -5px #ccc;
    box-shadow: 0 9px 3px -5px #ccc;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.section03 ul.ADS li img:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
@media screen and (max-width: 768px) {
    .section03 {
        padding-top: 0;
    }
    .section03 ul.ADS {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.solgan {
    font-size: 3.8rem;
    padding: 20px;
    color: #01b1ab;
}
footer .footerBTN {
    background: #f1f1f1;
    padding: 10px;
}
footer .footerBTN p {
    font-size: 18px;
}
footer .footerBTN ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2em;
}
footer .footerBTN ul a {
    padding: 15px;
    font-size: 18px;
    color: #2e2e2e;
}
footer .COPYRIGHT {
    background: #78b3cc;
    font-size: 18px;
    padding: 1.2rem 0 0rem;
}
@media screen and (max-width: 768px) {
    footer .footerBTN p {
        font-size: 16px;
    }
    footer .footerBTN ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
    }
    footer .footerBTN ul li {
        -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    }
}
button.navbar-toggle {
    font-size: 40px;
}
aside .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
aside li.nav_cate_item {
    background: #066ea1;
    margin: 5px;
}
.well {
    background-color: #e5f9fd;
    color: #7383bf;
    font-size: 20px;
    border: 0;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    aside li.nav_cate_item {
        -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        text-align: center;
        margin-left: 7px;
    }
}

/*獨立頁版圖*/
.page-header-style {
    background: url(../../images/banner__inner01.jpg) no-repeat center/cover;
    text-align: center;
    width: 100%;
    height: 350px;
}
