@charset "UTF-8";

/* =====================================
                setting               
=======================================*/

body {
    color: #333333;
    font-family: "Noto Sans TC", "Noto Sans CJK TC", "Open Sans", -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

body.fixed {
    overflow: hidden;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.btn>i {
    margin-right: 6px;
}

header,
.content,
section,
footer {
    position: relative;
}

section {
    overflow: hidden;
}

a {
    color: #136ccd;
}

body.hp {
    color: #3b454f;
}

.hp .btn {
    border-radius: 60px;
    padding: 0.875rem 3.75rem;
    font-size: 1.125rem;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    color: #fff;
}

.hp h2 {
    color: #3b454f;
    font-size: 2.75rem;
}

.hp h2 span {
    margin: 0 auto 0.25rem 1.25rem;
    padding: 0.375rem 1rem;
    background: #5cb531;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, Verdana, Tahoma, sans-serif;
    letter-spacing: 1px;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 540px) {
    .hp h2 {
        font-size: 2.5rem;
    }
}

.btn-more {
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    background: #2fa168;
    color: #fff;
    font-size: 1.125rem;
    border: none;
}

.btn-more::before,
.btn-more::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-more::before {
    content: "";
    background: #1a7548;
    width: 120%;
    height: 0%;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    /*z-index: -1;*/
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-more:after {
    content: "";
    background: #1a7548;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-more span {
    display: block;
    position: relative;
    z-index: 10;
}

.btn-more:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-more:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

.btn-more:hover:after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}


/* =====================================
                header                
=======================================*/

header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.navbar {
    padding: 1.125rem 3rem;
    justify-content: space-between;
}

.navbar h1 {
    margin-bottom: 0;
    margin-right: 60px;
}

.navbar h1 a {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0.625rem;
}

.brand-logo {
    display: inline-block;
    margin-right: 8px;
    width: 54px;
}

.brand-title>img {
    height: 42px;
}

.brand-title span {
    display: none;
}


/*--------- navbar -----------*/

.navbar-menu {
    justify-content: space-between;
    width: 100%;
}

.navbar-menu .navbar-nav {
    justify-content: space-between;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    padding: 0.75rem 1.5rem 0.75rem 1.875rem;
    white-space: nowrap;
}

.navbar-nav .nav-item.has-megamenu .nav-link {
    padding: 0.75rem 1.875rem 0.75rem 1.5rem;
}

header .navbar .nav-item.has-megamenu a.dropdown-toggle::after {
    border: 0px;
    font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
    content: "\f078";
    vertical-align: 0px;
    font-size: 1rem;
    margin-left: 0rem;
    position: absolute;
    top: 55%;
    left: 95%;
    transition: 0.3s all ease-in-out;
    line-height: 1.6;
    transform: translate(-95%, -55%);
}

header .navbar .nav-item.has-megamenu a.dropdown-toggle:hover::after,
header .navbar .nav-item.has-megamenu a.dropdown-toggle:focus::after {
    transform: translate(-95%, -55%) rotate(180deg);
}

.navbar .nav-item.has-megamenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0.5rem;
    min-width: auto;
    padding: 0.75rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border: none;
}

.navbar .nav-item.has-megamenu:hover .nav-link {
    color: #27bb3b;
}

.navbar .nav-item.has-megamenu:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
    top: 180%;
}

.navbar .dropdown-menu.megamenu a,
.navbar .dropdown-menu.megamenu a span {
    display: block;
    color: #000;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.navbar .dropdown-menu.megamenu a {
    padding: 0.5rem 1.875rem 0.5rem 1.25rem;
    white-space: nowrap;
}

.navbar .dropdown-menu.megamenu a:hover,
.navbar .dropdown-menu.megamenu a:hover span,
.navbar .dropdown-menu.megamenu a:focus,
.navbar .dropdown-menu.megamenu a:focus span,
.navbar .dropdown-menu.megamenu a:active,
.navbar .dropdown-menu.megamenu a:active span {
    color: #129753;
    background: #eaf9f2;
}

.navbar .dropdown-menu.megamenu a:hover span {
    transform: scale(1.05) translateX(8px);
}

.navbar-expand-md .menu-member {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.menu-member .nav-item {
    color: #fff;
}

.menu-member .nav-link {
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #fff;
}

.menu-member .nav-item:hover .nav-link,
.menu-member .nav-link:hover {
    color: #fff;
}

.menu-member .nav-login a {
    background: #3cb477;
    margin-right: 0.5rem;
}

.menu-member .nav-login a:hover,
.menu-member .nav-login a:focus,
.menu-member .nav-login a:active {
    background: #5cb531;
}

.menu-member .nav-join a {
    background: #f7bd00;
}

.menu-member .nav-join a:hover,
.menu-member .nav-join a:focus,
.menu-member .nav-join a:active {
    background: #e1b000;
}

@media (max-width: 1536px) {
    .navbar {
        padding: 1rem 1.5rem;
    }
    .navbar h1 {
        margin-right: 1.25rem;
    }
    .navbar-nav .nav-item.has-megamenu .nav-link {
        padding: 0.75rem 1.5rem 0.75rem 1.125rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0.75rem 1.125rem 0.75rem 1.5rem;
    }
}

@media (max-width: 1440px) {
    .navbar h1 {
        margin-right: 1rem;
    }
    .brand-logo {
        display: inline-block;
        margin-right: 6px;
        width: 50px;
    }
    .brand-title>img {
        height: 40px;
    }
    .navbar-nav .nav-item.has-megamenu .nav-link {
        padding: 0.75rem 1.5rem 0.75rem 1.125rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0.75rem 1.125rem 0.75rem 1.5rem;
    }
}

@media (max-width: 1366px) {
    .navbar {
        padding: 0.5rem 0 0 0;
        flex-wrap: wrap;
    }
    .navbar h1 {
        margin-right: 1rem;
        padding: 0.5rem 0 0.5rem 1rem;
    }
    .brand-logo {
        display: inline-block;
        margin-right: 6px;
        width: 48px;
    }
    .brand-title>img {
        height: 40px;
    }
    .navbar-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .navbar-menu .navbar-nav {
        background: #129753;
        justify-content: space-around;
        color: #fff;
        width: 100%;
        padding: 0 2rem;
    }
    .navbar .nav-item:hover .nav-link {
        color: rgba(255, 255, 255, 0.75);
    }
    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .menu-member {
        position: absolute;
        right: 1rem;
        top: 0.75rem;
    }
}

@media (max-width: 992px) {
    .navbar {
        padding: 0.5rem 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
        background: #fff;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0.5rem 0.75rem;
    }
    .navbar-expand-md .navbar-collapse.collapse {
        display: none !important;
    }
    .mobile-bar {
        width: 44px;
        height: 44px;
        margin-right: 2px;
        z-index: 99;
        line-height: 0;
        position: relative;
        transition: right 0.3s ease;
    }
    .mobile-bar span,
    .mobile-bar span:before,
    .mobile-bar span:after {
        position: absolute;
        display: block;
        content: "";
        background: #129753;
        height: 3px;
        width: 1.5rem;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.3s;
        transition-timing-function: ease;
    }
    .mobile-bar span:before {
        top: -8px;
    }
    .mobile-bar span:after {
        bottom: -8px;
    }
    .mobile-bar[aria-expanded="true"] span::before {
        top: 0;
        transform: rotate(45deg);
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        -ms-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        -o-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
    }
    .mobile-bar[aria-expanded="true"] span::after {
        bottom: 0;
        transform: rotate(-45deg);
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
    }
    .mobile-bar[aria-expanded="true"] span {
        background: transparent;
    }
    .navbar-collapse {
        position: fixed;
        top: 76px;
        bottom: 0;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background: #129753;
        transition: visibility 0.2s ease-in-out;
        z-index: -1;
    }
    .navbar-expand-md .navbar-collapse.collapse.show {
        display: flex !important;
        visibility: visible;
        left: 0;
    }
    .navbar-menu {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .navbar-menu ul,
    .navbar-menu .navbar-nav {
        position: relative;
        flex-direction: column;
        justify-content: flex-end;
    }
    .navbar-menu .navbar-nav {
        padding: 0.5rem 0;
    }
    .navbar-menu .navbar-nav .nav-link,
    .navbar-nav .nav-item.has-megamenu .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0.75rem 2rem 0.75rem 2rem;
        position: relative;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: static;
        display: none;
        border-radius: 0;
        background: #26a364;
        color: #ecfff6;
        box-shadow: none;
    }
    .navbar-expand-md .navbar-nav .has-megamenu .dropdown-menu {
        display: none;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu.show,
    .navbar-expand-md .navbar-nav .has-megamenu.show .dropdown-menu.show {
        display: block;
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
    }
    .navbar .dropdown-menu.megamenu a {
        padding: 0.375rem 2rem 0.375rem 2.75rem;
    }
    .navbar .dropdown-menu.megamenu a,
    .navbar .dropdown-menu.megamenu a span {
        color: #ecfff6;
    }
    .navbar-menu ul+ul {
        margin-bottom: 2rem;
    }
    .navbar-expand-md .menu-member {
        padding: 0 0;
        margin-left: 0;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        top: 0;
        right: inherit;
        flex-direction: row;
    }
    .menu-member .nav-item {
        display: block;
        width: 100%;
        margin-bottom: 1px;
    }
    .menu-member .nav-item .nav-link {
        white-space: nowrap;
        padding: 0.75rem 1.5rem 0.75rem 2rem;
        margin-right: 0;
        border-radius: 0;
    }
    .menu-member .nav-login a:not(:last-child) {
        margin-right: 0.75rem;
    }
}

@media (max-width: 540px) {
    .menu-member .nav-item {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .navbar h1 {
        margin-right: 0.375rem;
        padding: 0.5rem 0 0.5rem 0.5rem;
    }
    .brand-logo {
        width: 44px;
    }
    .brand-title>img {
        height: 36px;
    }
}


/*首頁 header*/

.hp header h1 a {
    color: #fff;
    filter: drop-shadow(#ffffff 0px 200px);
    -webkit-filter: drop-shadow(#ffffff 0px 200px);
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
}

.hp header .navbar-menu .nav-link {
    color: #fff;
}

.hp header .navbar-menu .nav-item:hover .nav-link {
    color: rgb(208 255 141 / 90%);
}

.hp header .menu-member .nav-item:hover .nav-link,
.menu-member .nav-link:hover {
    color: #fff;
}

@media (max-width: 1366px) {
    header {
        background: #fff;
        position: relative;
    }
    .hp header h1 a {
        color: #000;
        filter: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .hp header .navbar-menu .nav-item:hover .nav-link {
        color: rgb(208 255 141 / 90%);
    }
    .hp header .menu-member .nav-item:hover .nav-link,
    .menu-member .nav-link:hover {
        color: #fff;
    }
}


/* =====================================
           banner首頁形象圖             
=======================================*/


/*swiper套用style調整*/

.swiper {
    overflow: hidden;
}

.swiper-slide {
    padding: 0;
    position: relative;
    height: auto;
    width: 100%;
}

.swiper-slide .slide-item img {
    display: block;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    font-size: 44px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}

.swiper-button-prev {
    left: 60px;
}

.swiper-button-next {
    right: 60px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #9ac431;
}

.silder-textwrap {
    position: absolute;
    color: #fff;
    border: 1px solid#fff;
    padding: 1.25rem 2.5rem;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
}

.silder-textwrap:after {
    position: absolute;
    content: "";
    top: -15px;
    left: 16px;
    width: 30px;
    height: 30px;
    background: #9ac431;
}

.silder-textwrap p {
    margin-bottom: 0;
}

.swiper-slide:first-child .silder-textwrap,
.swiper-slide:last-child .silder-textwrap {
    right: 20%;
    top: 50%;
}

.swiper-slide:nth-child(2) .silder-textwrap {
    left: 10%;
    top: 55%;
}

.swiper-slide:last-child .silder-textwrap {
    right: 10%;
}

@media (max-width: 1536px) {
    .swiper-slide:first-child .silder-textwrap {
        right: 18%;
    }
    .swiper-slide:nth-child(2) .silder-textwrap {
        left: 8%;
        top: 55%;
    }
}

@media (max-width: 1366px) {
    .swiper-button-prev {
        left: 1.5rem;
    }
    .swiper-button-next {
        right: 1.5rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1rem;
    }
    .swiper-pagination-bullet {
        width: 30px;
        height: 6px;
    }
    .silder-textwrap {
        position: absolute;
        color: #fff;
        border: 1px solid#fff;
        padding: 1.25rem 1.5rem;
        font-size: 1.625rem;
        text-align: left;
        letter-spacing: 1px;
        line-height: 1.5;
    }
}

@media (max-width: 992px) {
    .swiper-button-prev {
        left: 1.25rem;
    }
    .swiper-button-next {
        right: 1.25rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1rem;
    }
    .silder-textwrap {
        padding: 1rem 1.25rem;
        font-size: 1.3125rem;
        text-align: left;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .silder-textwrap:after {
        position: absolute;
        content: "";
        top: -12px;
        left: 16px;
        width: 24px;
        height: 24px;
        background: #9ac431;
    }
    .swiper-slide:first-child .silder-textwrap {
        right: 10%;
        top: 35%;
    }
    .swiper-slide:nth-child(2) .silder-textwrap {
        top: 40%;
    }
    .swiper-slide:last-child .silder-textwrap {
        top: 40%;
    }
}

@media (max-width: 540px) {
    .swiper-button-prev,
    .swiper-button-next {
        font-size: 2.5rem;
    }
    .swiper-button-prev {
        left: 0.5rem;
    }
    .swiper-button-next {
        right: 0.5rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.5rem;
    }
    .silder-textwrap {
        padding: 1rem 1.25rem;
        font-size: 1.25rem;
        text-align: left;
        letter-spacing: 1px;
    }
    .silder-textwrap:after {
        position: absolute;
        content: "";
        top: -12px;
        left: 16px;
        width: 24px;
        height: 24px;
        background: #9ac431;
    }
    .swiper-slide:first-child .silder-textwrap {
        top: 30%;
    }
    .swiper-slide:nth-child(2) .silder-textwrap {
        top: 30%;
    }
    .swiper-slide:last-child .silder-textwrap {
        top: 30%;
    }
}

@media (max-width: 420px) {
    .silder-textwrap {
        padding: 0.75rem 1rem 0.5rem;
        font-size: 1.125rem;
        text-align: left;
        letter-spacing: 1px;
        line-height: 1.4;
    }
    .swiper-slide:first-child .silder-textwrap {
        top: 20%;
        left: 15%;
        right: inherit;
    }
    .swiper-slide:nth-child(2) .silder-textwrap {
        top: 25%;
        left: 10%;
    }
    .swiper-slide:last-child .silder-textwrap {
        top: 25%;
        right: 10%;
    }
}

.hp-banner {
    margin: 0;
    padding: 0;
}


/* =====================================
    首頁-平台優勢 hp-member-adv             
=======================================*/

.hp-member-adv {
    padding: 80px 0 80px;
}

.member-adv-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
}

.icon-member-adv-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.25rem;
    width: 100%;
}

.member-adv-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-imgbox {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background: #3b454f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    transition: 0.6s all ease-in-out;
}

.item-imgbox:hover {
    box-shadow: 0px 0px 12px 6px rgb(59 69 79 / 20%);
    transform: scale(1.05) translate(-2px, -2px);
}

.item-imgbox:hover img {
    filter: drop-shadow(#c3f35a 0 200px);
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
}

.item-text {
    color: #3b454f;
    font-size: 1.3125rem;
    letter-spacing: 2px;
    text-align: center;
}

.member-adv-text {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.hp .btn.btn-join {
    position: relative;
    color: #3b454f;
    overflow: hidden;
    transition: 1s all ease;
    border-color: #3b454f;
}

.hp .btn-join::before {
    background: #3b454f;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.6s ease;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hp .btn-join:hover {
    color: #fff;
}

.hp .btn-join:hover::before {
    height: 380%;
}

@media (max-width: 1024px) {
    .member-adv-in {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .member-adv-in {
        padding: 0 2rem;
    }
    .icon-member-adv-wrap {
        flex-wrap: wrap;
    }
    .member-adv-item {
        margin: 0 0.5rem 1.5rem;
        min-width: 25%;
        max-width: 30%;
    }
}

@media (max-width: 420px) {
    .icon-member-adv-wrap {
        margin-bottom: 1rem;
    }
    .member-adv-item {
        margin: 0 0.5rem 1.5rem;
        max-width: 50%;
    }
    .item-imgbox {
        width: 96px;
        height: 96px;
    }
    .item-imgbox>img {
        width: 48px;
    }
    .item-text,
    .member-adv-text {
        font-size: 1.25rem;
    }
}


/* =====================================
    首頁-經營理念 hp-philosophy            
=======================================*/

.hp-philosophy {
    position: relative;
    background: #f1f0ec;
    padding: 80px 0 100px;
}

.hp-philosophy:before {
    position: absolute;
    content: "Business philosophy";
    color: rgba(255, 255, 255, 0.3);
    right: 20px;
    bottom: -50px;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-size: 120px;
    font-weight: 600;
}

.philosophy-in {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-philosophy {
    display: block;
    position: relative;
    width: 100%;
    margin-right: 3rem;
}

.philosophy-cont,
.philosophy-cont .cont-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.philosophy-cont {
    padding: 40px 60px;
    color: #626b73;
}

.philosophy-cont>h2 {
    /* font-size: 2.75rem;
  color: #3B454F; */
    margin-bottom: 2.25rem;
}

.philosophy-cont .in-text {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.philosophy-cont .in-text>p {
    margin-bottom: 0.375rem;
}

.philosophy-cont .btn-more {
    background: #3cb477;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    border: none;
}

@media (max-width: 1440px) {
    .hp-philosophy:before {
        font-size: 100px;
        bottom: -35px;
    }
}

@media (max-width: 1366px) {
    .philosophy-cont {
        padding: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .hp-philosophy:before {
        font-size: 86px;
        bottom: -35px;
    }
    .philosophy-cont {
        padding: 2.5rem 0;
    }
}

@media (max-width: 992px) {
    .hp-philosophy {
        padding: 60px 0 80px;
    }
    .hp-philosophy:before {
        text-align: right;
        line-height: 1;
        bottom: 0px;
        letter-spacing: 2px;
    }
    .philosophy-in {
        flex-direction: column;
        padding: 2rem;
    }
    .img-philosophy {
        margin: 0 auto 2rem;
        width: 70%;
    }
}

@media (max-width: 540px) {
    .hp-philosophy {
        padding: 60px 0;
    }
    .hp-philosophy:before {
        font-size: 78px;
    }
}

@media (max-width: 420px) {
    .hp-philosophy:before {
        font-size: 60px;
        right: 10px;
    }
    .img-philosophy {
        width: 100%;
    }
    .philosophy-cont>h2 {
        font-size: 2.5rem;
    }
    .philosophy-cont .in-text {
        font-size: 1.25rem;
    }
}

@media (max-width: 375px) {
    .hp-philosophy:before {
        font-size: 54px;
        right: 10px;
    }
    .philosophy-cont {
        padding: 2rem 0;
    }
}


/* =====================================
    首頁-技術優勢 hp-technical-adv           
=======================================*/

.hp-technical-adv {
    background: #fff;
    padding: 100px 0 80px;
    position: relative;
}

.technical-adv-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.technical-adv-in>h2 {
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.card-tech,
.card-tech-header,
.card-tech-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.card-tech {
    border: none;
    border-radius: 1.875rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    background: #3b454f;
    padding-top: 160px;
}

.card-tech-body {
    background: #f3f3f3;
    border-radius: 0 0 1.75rem 1.75rem;
    padding: 150px 2.5rem 60px;
    justify-content: flex-start;
    font-size: 1.125rem;
}

.card-tech-imgbox {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 2;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid #3b454f;
    background: #fff;
    transform: translate(-50%, 0);
    padding: 44px;
}

.card-tech-body h3 {
    margin-bottom: 1.5rem;
}

.tech-body-in ul {
    margin: 0;
    padding: 0 0 0 1.5rem;
}

@media (max-width: 1366px) {
    .card-tech-imgbox {
        width: 180px;
        height: 180px;
        padding: 36px;
    }
    .card-tech-body {
        padding-top: 120px;
    }
}

@media (max-width: 1024px) {
    .card-tech {
        padding-top: 140px;
    }
    .card-tech-imgbox {
        width: 150px;
        height: 150px;
        padding: 30px;
    }
    .card-tech-body {
        padding: 100px 1.875rem 50px;
    }
}

@media (max-width: 992px) {
    .technical-adv-in {
        padding: 2rem 2.5rem;
    }
    .card-tech {
        margin-bottom: 2.5rem;
        height: calc(100% - 2.5rem);
        padding-top: 160px;
    }
    .card-tech-imgbox {
        width: 200px;
        height: 200px;
        padding: 44px;
    }
    .card-tech-body {
        padding: 130px 3.5rem 60px;
    }
}

@media (max-width: 540px) {
    .card-tech {
        margin-bottom: 1.875rem;
        height: calc(100% - 1.875rem);
        padding-top: 150px;
    }
    .card-tech-imgbox {
        width: 180px;
        height: 180px;
        padding: 36px;
    }
    .card-tech-body {
        padding: 120px 2rem 60px;
    }
}

@media (max-width: 420px) {
    .technical-adv-in>h2 {
        margin-bottom: 1.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .technical-adv-in>h2 span {
        margin: 0.5rem auto;
    }
    .technical-adv-in {
        padding: 2rem;
    }
    .card-tech-body {
        padding: 120px 1.5rem 3rem;
    }
}

@media (max-width: 375px) {
    .hp-technical-adv {
        padding: 80px 0 60px;
    }
    .technical-adv-in {
        padding: 2rem;
    }
    .card-tech {
        padding-top: 140px;
    }
    .card-tech-imgbox {
        width: 150px;
        height: 150px;
        padding: 30px;
    }
    .card-tech-body {
        padding: 100px 1.25rem 2.75rem;
    }
}


/* =====================================
    首頁-最新消息 hp-news            
=======================================*/

.hp-news {
    background: #e9eae5 url("../images/bg-hp-news.svg") center top no-repeat;
    padding: 80px 0 100px;
}

.hp-header,
.hp-header>h2,
.hp-news-in .btn-more {
    display: flex;
}

.hp-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.75rem;
}

.hp-header>h2 {
    margin-bottom: 0;
    align-items: flex-end;
    justify-content: center;
}

.hp-news-in .hp-header .btn-more {
    color: #626b73;
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
    align-items: center;
    background: #e9eae5;
    position: relative;
    z-index: 0;
    border: none;
    overflow: inherit;
    margin-right: 0.5rem;
}

.hp-news-in .hp-header .btn-more i {
    font-size: 1.25rem;
    color: #5cb531;
    background: #e9eae5;
    width: 30px;
    height: 30px;
    line-height: 1.875rem;
    margin-right: 0.75rem;
    transition: all 0.6s ease-in-out;
}

.hp-news-in .hp-header .btn-more::before {
    background: transparent;
    width: auto;
    padding-bottom: 0;
    transform: none;
    left: inherit;
    top: inherit;
}

.hp-news-in .hp-header .btn-more::after {
    position: absolute;
    content: "";
    top: -5px;
    left: inherit;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid #5cb531;
    z-index: -1;
    background: transparent;
    transform: none;
    transition: none;
}

.hp-news-in .hp-header .btn-more:hover {
    margin-right: 0.25rem;
}

.hp-news-in .hp-header .btn-more:hover i {
    background: transparent;
    margin-left: 0.5rem;
    margin-right: 0;
    transform: translatex(0.5rem);
    -webkit-transform: translatex(0.5rem);
    -moz-transform: translatex(0.5rem);
    -ms-transform: translatex(0.5rem);
    -o-transform: translatex(0.5rem);
}

.card-hp-news-item {
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 1.5rem;
    margin-bottom: 1.875rem;
    height: calc(100% - 1.875rem);
    text-decoration: none;
}

.card-hp-news-item a:hover {
    text-decoration: none;
}

.card-hp-news-item a img {
    display: block;
    width: 100%;
}

.card-hp-news-item .card-body,
.news-dates,
.card-hp-news-item .news-cont {
    display: flex;
}

.card-hp-news-item .card-body {
    align-items: stretch;
    padding: 1.25rem 0 0 0;
}

.news-dates,
.card-hp-news-item .news-cont {
    flex-direction: column;
    height: calc(100% - 0);
    margin-bottom: 0;
    align-content: space-between;
}

.news-dates {
    justify-content: center;
    align-items: center;
    padding: 1rem 0.875rem;
    color: #fff;
    background: #129753;
    margin-right: 1.125rem;
    white-space: nowrap;
    font-family: Roboto, Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-weight: 600;
}

.news-dates .item-date {
    font-size: 2.25rem;
}

.news-dates .item-month {
    font-size: 1rem;
}

.card-hp-news-item .news-cont {
    justify-content: space-between;
    align-items: flex-start;
}

.card-hp-news-item .news-cont .news-title {
    color: #212529;
    text-decoration: none;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    width: 100%;
    max-height: 60px;
}

.card-hp-news-item a:hover .news-cont .news-title {
    color: #6c6e6d;
    text-decoration: none;
}

.news-cont .btn-more {
    border-radius: 0;
    border: none;
    border-top: 2px solid #626b73;
    padding: 0.375rem 0.5rem 0 0;
    background: transparent;
    color: #626b73;
    transition: 0.3s;
    display: flex;
    align-items: center;
    /* transition: border 0.5s ease-in-out, color 0.5s ease-in-out; */
}

.news-cont .btn-more i {
    opacity: 0;
    display: none;
}

.card-hp-news-item a:hover .btn-more {
    padding-left: 0.5rem;
    color: #7bcb0a;
    border-top: 2px solid #7bcb0a;
}

.card-hp-news-item a:hover .btn-more i {
    opacity: 1;
    display: block;
}

.news-cont .btn-more::before,
.news-cont .btn-more:after {
    background: transparent;
}

.news-cont .btn-more:hover::before,
.news-cont .btn-more:hover:after {
    background: transparent;
}

@media (max-width: 1024px) {
    .card-hp-news-item .card-body {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }
    .news-dates {
        margin-right: 0;
    }
    .hp-news .news-dates {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0.5rem 0.875rem;
        margin-bottom: 0.5rem;
    }
    .hp-news .news-dates .item-date {
        font-size: 2.25rem;
        line-height: 1;
        margin-right: 1rem;
    }
    .hp-news .news-dates .item-month {
        padding: 0.25rem 0 0.25rem 1rem;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 992px) {
    .hp-news {
        padding: 80px 0 60px 0;
    }
    .hp-news-in {
        padding: 2rem 2.5rem;
    }
    .card-hp-news-item .card-body {
        flex-direction: row;
        align-items: stretch;
        padding: 1.25rem 0 0 0;
    }
    .hp-news .news-dates {
        justify-content: center;
        margin-right: 1.125rem;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .hp-news .news-dates .item-date {
        font-size: 2.25rem;
        line-height: inherit;
        padding: 0;
        margin-right: 0;
    }
    .hp-news .news-dates .item-month {
        border-left: none;
        padding: 0;
    }
}

@media (max-width: 540px) {
    .hp-news {
        padding: 80px 0 60px 0;
    }
    .hp-news-in {
        padding: 2rem 1.5rem;
    }
    .hp-header {
        flex-direction: column;
        align-items: center;
    }
    .hp-header>h2 {
        margin-bottom: 1.5rem;
        flex-direction: column;
    }
    .hp-news-in .hp-header .btn-more {
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
}

@media (max-width: 420px) {
    .hp-news-in {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 375px) {
    .hp-news-in {
        padding: 1.5rem 0.5rem;
    }
}


/* =====================================
    首頁-所在位置 hp-contact           
=======================================*/

.hp-contact {
    width: 100%;
    padding: 0;
    position: relative;
    line-height: 0;
    /**加上這個, iframe才會貼邊**/
}

.hp-contact iframe {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 480px;
}

.card-contact {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-25%, -50%);
    background: #3b454f;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
    padding: 2.5rem 80px;
    line-height: 1.6;
}

.card-contact .card-header {
    font-size: 1.5rem;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #707070;
}

.card-contact .card-body {
    padding: 0.5rem 0;
}

.card-contact .card-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-contact .card-body ul li {
    margin-bottom: 0.5rem;
}

@media (max-width: 1536px) {
    .card-contact {
        padding: 2.5rem 60px;
    }
}

@media (max-width: 1440px) {
    .card-contact {
        left: 22%;
        top: 50%;
        transform: translate(-22%, -50%);
        padding: 2.25rem 60px;
    }
}

@media (max-width: 1024px) {
    .card-contact {
        left: 10%;
        top: 50%;
        transform: translate(-10%, -50%);
        padding: 2rem 2.5rem;
    }
}

@media (max-width: 992px) {
    .hp-contact iframe {
        height: 550px;
    }
    .card-contact {
        left: 50%;
        top: 90%;
        transform: translate(-50%, -90%);
        padding: 1.5rem 2.5rem;
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    .hp-contact iframe {
        height: 600px;
    }
    .card-contact {
        padding: 1.5rem;
        width: calc(100% - 3rem);
        white-space: inherit;
    }
}


/* =====================================
                Footer                
=======================================*/

footer {
    position: relative;
}


/*---頁尾導覽---*/

.ft-menu {
    background: #3cb477 url("../images/bg-footer-sitemap.svg") center bottom no-repeat;
    background-size: cover;
    padding: 40px 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ft-menu ul.container {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
}

.ft-menu ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0.5rem 1.5rem 0.5rem;
    padding: 0 0.875rem 0.75rem;
}

.ft-menu ul li p {
    font-size: 1rem;
    color: #fff;
}

.ft-menu ul li a {
    font-size: 0.9375rem;
    color: #dbffe8;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.25rem 0;
}

.ft-menu ul li a:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ffed4d;
}

.ft-menu ul li a:hover,
.ft-menu ul li a:focus {
    color: #c1f8d5;
}

.ft-menu ul li a:hover:after {
    width: 100%;
}

@media (max-width: 992px) {
    .ft-menu {
        background-position: right 15% bottom;
    }
    .ft-menu ul.container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ft-menu ul li {
        width: calc(25% - 1rem);
        margin: 0 0.5rem 1.5rem 0.5rem;
        padding: 0 0 0.75rem;
        /* border: 1px solid #fafafa; */
    }
    .ft-menu ul li p {
        border: 1px solid rgba(255, 255, 255, 0.75);
        padding: 0.25rem 0.625rem;
        width: 100%;
        display: block;
    }
    .ft-menu ul li a {
        padding: 0 0.625rem 0.25rem;
    }
}

@media (max-width: 540px) {
    .ft-menu {
        padding: 1.875rem 1.25rem;
    }
    .ft-menu ul.container {
        padding: 0;
    }
    .ft-menu ul li {
        width: calc(33% - 0.75rem);
        margin: 0 0.375rem 1.5rem 0.375rem;
        padding: 0 0 0.75rem;
    }
    .ft-menu ul li p {
        border: 1px solid rgba(255, 255, 255, 0.75);
        padding: 0.25rem 0.5rem;
        width: 100%;
        display: block;
    }
    .ft-menu ul li a {
        padding: 0 0.5rem 0.25rem;
    }
}

@media (max-width: 420px) {
    .ft-menu {
        padding: 1.875rem 1.25rem;
        background-position: right 30% bottom;
    }
    .ft-menu ul li {
        width: calc(50% - 1rem);
        padding: 0 0 0.75rem;
        margin: 0 0.5rem 1.5rem 0.5rem;
    }
    .ft-menu ul li p {
        border: 1px solid rgba(255, 255, 255, 0.75);
        padding: 0.25rem 0.5rem;
        width: 100%;
        display: block;
    }
    .ft-menu ul li a {
        padding: 0 0.5rem 0.25rem;
    }
}

@media (max-width: 390px) {
    .ft-menu ul li {
        width: calc(50% - 0.75rem);
        padding: 0 0rem 0.75rem;
        margin: 0 0.375rem 1.5rem 0.375rem;
    }
}


/*---聯絡資訊+版權宣告----*/

.ft-info {
    background: #3b454f;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 1.25rem 0;
}

.contact-info {
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
}

.contact-info ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 0 0.75rem;
}

.contact-info ul li:not(:last-child) {
    margin-right: 1.25rem;
}

.contact-item .item-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.contact-item .item-heading>i {
    margin-right: 0.5rem;
    color: #4cb982;
    font-size: 1.25rem;
}

.contact-item .item-heading>h6 {
    margin-bottom: 0;
}

.contact-item .item-in,
.contact-item .item-in a {
    color: #fff;
    white-space: nowrap;
}


/*版權宣告*/

.ft-info .copy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-info .ft-logo {
    display: block;
    width: 200px;
}

.copy-info .ft-logo>img {
    display: block;
    width: 100%;
}


/*scrolltop*/

.spytop_fixed {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    font-size: 2rem;
    background: #7bcb0a;
    border: 2px solid rgba(255, 255, 255, 0.75);
    width: 48px;
    height: 48px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.spytop_fixed i {
    color: #fff;
    text-decoration: none;
}

.spytop_fixed:hover {
    background: #1c777d;
    text-decoration: none;
}

@media (max-width: 992px) {
    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact-info ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        width: 90%;
    }
    .contact-info ul li {
        padding: 0.5rem 1.75rem 0.25rem;
    }
    .contact-info ul li:not(:last-child) {
        margin-right: 2rem;
    }
    .contact-info ul li.item-fax,
    .contact-info ul li.item-sale {
        margin-right: 1rem;
    }
    .spytop_fixed {
        right: 2rem;
        /* bottom: 12rem; */
    }
}

@media (max-width: 540px) {
    .contact-info ul {
        width: 100%;
    }
    .contact-info ul li {
        padding: 0.5rem 1.5rem 0.25rem 0.5rem;
    }
    .contact-info ul li:not(:last-child) {
        margin-right: 0.5rem;
    }
    .contact-info ul li.item-fax {
        margin-right: 1.5rem;
    }
    .ft-info .copy-info {
        justify-content: center;
    }
    .copy-info .ft-logo {
        display: none;
    }
    .spytop_fixed {
        right: 1.5rem;
        /* bottom: 11.75rem; */
    }
}

@media (max-width: 420px) {
    .contact-info ul {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .contact-info ul li {
        padding: 0.5rem 0.5rem 0.25rem 0.5rem;
        margin-bottom: 0.25rem;
    }
    .contact-info ul li:not(:last-child) {
        margin-right: 0;
    }
    .contact-info ul li.item-fax {
        margin-right: 0;
    }
    .ft-info .copy-info {
        justify-content: center;
    }
    .copy-info .ft-logo {
        display: none;
    }
    .copy-info .copyright {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 0.5rem;
    }
    /* .spytop_fixed {
    bottom: 25.25rem;
  } */
}

@media (max-width: 390px) {
    .contact-info {
        margin: 0 auto 1rem;
    }
    .contact-info ul li {
        padding: 0.5rem 1rem 0.25rem 0.75rem;
    }
    .contact-info ul li:not(:last-child) {
        margin-right: 0.375rem;
    }
    .contact-info ul li.item-sale {
        margin-right: 1.75rem;
    }
    .ft-info .copy-info {
        justify-content: center;
    }
    .copy-info .ft-logo {
        display: none;
    }
    .copy-info .copyright {
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 0.5rem;
    }
    /* .spytop_fixed {
    bottom: 25.75rem;
  } */
}


/* =====================================
              內頁            
=======================================*/


/*---內頁header---*/

.cp header {
    position: relative;
}

.cp-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.page-header-wrap,
.page-banner-wrap {
    position: relative;
    height: 350px;
}

.page-header-wrap {
    width: 26.25%;
    padding: 100px 1.875rem 120px 140px;
}

.page-header-wrap:before {
    position: absolute;
    content: "";
    background: #e5f3f4;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 1.875rem;
}

.cp h2 {
    padding: 0 0 0 0;
    font-size: 3rem;
    color: #3b454f;
    margin-bottom: 1.75rem;
    position: relative;
}

.cp h2::before {
    position: absolute;
    content: "";
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
    background: #7bcb0a;
    width: 120px;
    height: 4px;
}


/*內頁banner*/

.page-banner-wrap {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    width: 73.75%;
}

.page-banner-img {
    display: block;
    height: 100%;
}

.page-banner-img>img {
    height: 100%;
    width: 100%;
}

.page-banner-right {
    display: block;
    width: 120px;
    height: 100%;
    background: #3b454f;
}

.page-header-wrap .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
    display: inline-flex;
}

.page-header-wrap .breadcrumb ol {
    position: relative;
    background: #fff;
    border-radius: 60px;
    margin: 0;
    padding: 0.375rem 1.5rem;
    font-size: 0.9375rem;
    display: flex;
}

.page-header-wrap .breadcrumb-item a {
    color: #212529;
    white-space: nowrap;
}

.page-header-wrap .breadcrumb-item.active {
    display: block;
    color: #5cb531;
    white-space: nowrap;
}

.page-header-wrap .breadcrumb-item+.breadcrumb-item::before {
    color: #9c9c9c;
}

@media (max-width: 1680px) {
    .page-header-wrap,
    .page-banner-wrap {
        position: relative;
        height: calc(350px * 0.875);
    }
    .page-header-wrap {
        width: 30%;
        padding: 80px 1.875rem 80px 140px;
    }
    .page-header-wrap:before {
        height: calc(150px * 0.875);
        bottom: 1.625rem;
    }
    .page-banner-wrap {
        width: inherit;
    }
    .page-banner-right {
        width: calc(120px * 0.875);
    }
    /* .page-banner-img{
    width: calc(100% - 100px);
  } */
}

@media (max-width: 1536px) {
    .page-header-wrap,
    .page-banner-wrap {
        height: calc(350px * 0.8);
    }
    .page-header-wrap {
        width: 30%;
        padding: 66px 1.875rem 60px 120px;
    }
    .page-header-wrap:before {
        height: calc(150px * 0.8);
        bottom: calc(1.875rem * 0.8);
    }
    .page-banner-wrap {
        width: inherit;
    }
    .page-banner-right {
        width: calc(120px * 0.8);
    }
}

@media (max-width: 1440px) {
    .page-header-wrap,
    .page-banner-wrap {
        height: calc(350px * 0.75);
    }
    .page-header-wrap {
        width: 30%;
        padding: 60px 1.875rem 60px 120px;
    }
    .page-header-wrap:before {
        height: calc(150px * 0.75);
        bottom: calc(1.875rem * 0.75);
    }
    .page-banner-wrap {
        width: inherit;
    }
    .page-banner-right {
        width: calc(120px * 0.75);
    }
}

@media (max-width: 1366px) {
    .page-header-wrap,
    .page-banner-wrap {
        height: calc(350px * 0.7);
    }
    .page-header-wrap {
        width: 33%;
        padding: 50px 1.875rem 60px 120px;
    }
    .page-header-wrap:before {
        height: calc(150px * 0.7);
        bottom: calc(1.875rem * 0.7);
    }
    .page-banner-wrap {
        width: inherit;
    }
    .page-banner-right {
        display: none;
    }
}

@media (max-width: 1024px) {
    .page-header-wrap,
    .page-banner-wrap {
        height: calc(350px * 0.6);
    }
    .page-header-wrap {
        padding: 44px 0.5rem 60px 50px;
    }
    .page-header-wrap:before {
        height: calc(150px * 0.6);
        bottom: calc(1.875rem * 0.6);
    }
    .page-banner-wrap {
        width: inherit;
    }
    .cp h2 {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }
    .cp h2::before {
        left: -50px;
        width: 40px;
    }
}

@media (max-width: 992px) {
    .page-header-wrap,
    .page-banner-wrap {
        height: inherit;
    }
    .page-banner-wrap {
        width: inherit;
        height: inherit;
    }
    .page-banner-img {
        height: inherit;
    }
    .page-banner-img>img {
        position: relative;
        left: -24%;
        width: inherit;
        height: inherit;
    }
    .page-header-wrap {
        position: absolute;
        z-index: 1;
        width: inherit;
    }
    .page-header-wrap:before {
        background: transparent;
    }
    .cp h2 {
        color: #fff;
        /* text-shadow: 0 0 12px #0f6c3d; */
        text-shadow: 0 0 2px #fff, 0 0 4px #3b454f, 0 0 10px #fff15c;
    }
}

@media (max-width: 540px) {
    .page-banner-wrap {
        height: 250px;
    }
}


/*主要頁面*/

.cp-wrapper {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

.cp-wrapper>.container {
    max-width: 1320px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar {
    width: 200px;
    margin-right: 1.875rem;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    margin-bottom: 2px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
}

.sidebar ul li a {
    display: block;
    padding: 0.75rem 1.5rem 0.6875rem 1.5rem;
    background: #3b454f;
    border-radius: 0.5rem;
    color: #fff;
    overflow: hidden;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus {
    background: rgba(59, 69, 79, 0.8);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.sidebar ul li a.active {
    background: #129753;
    padding-left: 2rem;
    overflow: hidden;
}

.sidebar ul li a.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    border-radius: 0 0.25rem 0.25rem 0;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.page-container {
    width: calc(100% - 230px);
}

@media (max-width: 1366px) {
    .cp-wrapper {
        padding: 40px 2rem 60px;
    }
}

@media (max-width: 1024px) {
    /* .cp-wrapper > .container{
      max-width: 960px;
  } */
}

@media (max-width: 992px) {
    .cp-wrapper>.container {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        overflow-x: auto;
        margin: 0 0 1.25rem;
        padding: 0 0 0.75rem 0;
    }
    .sidebar ul {
        display: flex;
        white-space: nowrap;
        flex-wrap: wrap;
    }
    .sidebar ul li {
        margin: 0 0.5rem 0.5rem 0;
    }
    .sidebar ul li a {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        text-align: center;
    }
    .sidebar ul li a.active {
        padding-left: 1.5rem;
    }
    .sidebar ul li a.active:before {
        width: 30px;
        height: 3px;
        background: #f5f5f5;
        left: -17%;
        top: 8px;
        transform: translate(12px, -17%) rotate(-45deg);
    }
    .page-container {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .cp-wrapper {
        padding: 40px 2.5rem 60px;
    }
    .sidebar ul li {
        margin-bottom: 0.375rem;
    }
    .sidebar ul li a {
        padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    }
    .sidebar ul li a.active {
        padding-left: 1.25rem;
    }
    .sidebar ul li a.active:before {
        left: -15%;
    }
}

@media (max-width: 420px) {
    .cp-wrapper {
        padding: 2.5rem 1.5rem 3.75rem;
    }
}

@media (max-width: 390px) {
    /* .cp-wrapper {
    padding: 2.5rem 1.5rem 3.75rem;
  } */
    .sidebar ul li a {
        padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    }
}


/*--沒有側選單---*/

.no-sidebar .page-container {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .no-sidebar .page-container {
        width: 95%;
    }
}

@media (max-width: 992px) {
    .no-sidebar .page-container {
        width: 100%;
    }
}