html {
    font-size: 18px;
}

body {
    font-family: Microsoft JhengHei, Avenir, Helvetica, Arial, sans-serif;
    color: #27282a;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0rem #47b8ac91
}

@font-face {
    font-family: jf;
    src: url(../assets/font-family/jf-openhuninn-1.1.ttf);
}

.font-jf {
    font-family: jf, Microsoft JhengHei;
}

@font-face {
    font-family: QuanZhenCuMingTi;
    src: url(./font-family/QuanZhenCuMingTi-2.ttf);
}

.font-QuanZhenCuMingTi {
    font-family: QuanZhenCuMingTi, Microsoft JhengHei;
}

a:hover {
    text-decoration: none;
}

a.decoration:hover {
    text-decoration: underline !important;
}

/* 調整 checkbox 樣式 */

.checkbox input {
    margin-right: .3125rem !important;
    margin-left: 3.8px !important;
}

.checkbox label {
    position: relative;
}

.checkbox input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox label::after {
    content: '';
    color: #98a6ad;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    /* .3125rem是間距8.5px是框框邊常的一半 */
    margin-left: calc(-.3125rem - 8.5px);
    /* 用border做勾勾 */
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-40%, -55%) rotate(45deg);
    -ms-transform: translate(-40%, -55%) rotate(45deg);
    transform: translate(-40%, -55%) rotate(45deg);
}

.checkbox input[type="checkbox"]:checked+label::before {
    background-color: #5fbeaa;
    border-color: #5fbeaa;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    border-top-color: rgb(152, 166, 173);
    border-right-color: rgb(152, 166, 173);
    border-bottom-color: rgb(152, 166, 173);
    border-left-color: rgb(152, 166, 173);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    margin-left: -.3125rem;
    position: absolute;
    transition: 0.1s ease-in-out;
    width: 17px;
    outline: none !important;
}


/* radio */

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background-color: #5fbeaa;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #5fbeaa;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #5fbeaa;
    background-color: #5fbeaa;
}



/* 到這 */

.lh-100 {
    line-height: 1;
}

.lh-150 {
    line-height: 1.5;
}

.lh-200 {
    line-height: 2;
}

.ls-5px {
    letter-spacing: 5px;
}

.ls-0 {
    letter-spacing: 0;
}

.ls-3px {
    letter-spacing: 3px;
}

/* navbar */
@media only screen and (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
    }
}

.border-bottom-19534e {
    transition: .5s;
}

.scroll.border-bottom-19534e {
    border-bottom: 2px solid rgb(25, 83, 78, 0.3) !important;

}

.bg-6ADFD3 {
    background-color: rgba(106, 223, 211, 0.4) !important;
}

#navbarSupportedContent .nav-link:hover {
    background-color: #c6eeea;
}

#navbarSupportedContent .nav-link {
    color: #379188;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    #navbarSupportedContent .nav-link.active::after {
        color: rgb(41, 109, 102) !important;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) scaleX(1);
        -webkit-transform: translateX(-50%) scaleX(1);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        width: 100%;
        height: 1.5px;
        background-color: rgb(55, 145, 136);
        transition: transform 250ms;
        -webkit-transition: transform 250ms;
    }
}

@media only screen and (min-width: 1200px) {
    #navbarSupportedContent .nav-link:hover {
        color: rgb(41, 109, 102) !important;
        background-color: #f2fffe00 !important;
    }
}

@media only screen and (min-width: 1400px) {
    #navbarSupportedContent .nav-item:hover .dropdown-menu {
        display: inline;
    }

    #navbarSupportedContent .navbar-nav {
        flex-wrap: wrap;
    }
}



.navbarDropdown2.dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

@media only screen and (min-width: 1200px) {
    #navbarSupportedContent .nav-link::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) scaleX(0);
        -webkit-transform: translateX(-50%) scaleX(0);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        width: 100%;
        height: 1.5px;
        background-color: rgb(55, 145, 136);
        transition: transform 250ms;
        -webkit-transition: transform 250ms;
    }

    #navbarSupportedContent .nav-link:hover::after {
        transform: translateX(-50%) scaleX(1);
        -webkit-transform: translateX(-50%) scaleX(1);
    }
}



@media only screen and (max-width: 1199.98px) {
    #navbarSupportedContent.navbar-collapse {
        margin: 0 -15px;
        background-color: rgb(233, 255, 252, 0.6);
    }

}

@media only screen and (max-width: 1199.98px) {
    .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 30px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    #navbarSupportedContent .nav-item {
        border-bottom: 1px solid #3992891f;
    }
}

#navbar .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 往下滑navbar變化 */
#navbar.nav-bg-control {
    padding: 7px 0;
    border-radius: 0px;
    margin: 0;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.7));
    transition: .5s;
}

#navbar.nav-bg-control.scroll {
    padding: 0px 0;
    border-radius: 0px;
    margin: 0;
    background-color: rgb(255, 255, 255, 0.8);
}

#navbar .logo-width {
    width: 25%;
    transition: .5s;
}

#navbar.scroll .logo-width {
    width: 20%;
}

#navbar .logo-width+span {
    transition: .5s;
}

#navbar.scroll .logo-width+span {
    font-size: 25px;
}

#navbar.nav-bg-control .nav-link {
    font-size: 23px;
}

@media only screen and (min-width: 1200px) {
    #navbar.nav-bg-control .nav-link {
        transition: .5s;
        font-size: 16px;
    }

    #navbar.nav-bg-control.scroll .nav-link {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    #navbar.nav-bg-control .nav-link {
        transition: .5s;
        font-size: 17px;
    }

    .navbar-expand-xl {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

/* navbar-dropdown */
.nav-dropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0 #633131;
    border-left: .3em solid transparent;
}

.dropdown-item {
    color: #379188;
    font-weight: 700;
}

.dropdown-item.active {
    color: #fff;
    background-color: #379188;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: rgb(55, 145, 136, 0.6);
}


.dropdown-item.disabled {
    color: #c9c9c9;
}

.nav-link.disabled {
    color: #c9c9c9 !important;
}



/* navbar輪播下面點點 */
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 100%;
}

/* ---gutters----- */

.gutters-2 {
    padding-left: -.95rem !important;
    padding-right: -.95rem !important;
}

.gutters-2>[class*="col-"] {
    padding-left: .95rem !important;
    padding-right: .95rem !important;
}

.gutters-15 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.gutters-15>[class*="col-"] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.gutters-y-6 {
    margin-top: 5rem !important;
    margin-bottom: 6rem !important;
}

.gutters-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.gutters-3>[class*="col-"] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

@media only screen and (min-width: 1200px) {
    .gutters-xl-3 {

        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }


    .gutters-xl-3>[class*="col-"] {
        padding-left: .5px !important;
        padding-right: .5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .gutters-md-3 {

        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }


    .gutters-md-3>[class*="col-"] {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
}

/*首頁banner輪播*/

.home-banner {
    background-size: cover;
    background-position: right;
    padding-top: 50%;
}

@media only screen and (min-width: 1200px) {
    .home-banner {
        background-size: cover;
        background-position: center;
        height: 100vh;
    }
}

#loveplus .carousel-item {
    transition-duration: 2s !important;
    transition: transform 2s ease, opacity 2s ease-out !important;
}


.carousel-item.active>img {
    background-size: cover;
    animation: slide 10s forwards;
}

@keyframes slide {
    0% {
        opacity: 1;
    }


    100% {
        transform: scale(1.1);
    }
}

/* 最新消息-bg */
.bg-FFFCFA {
    background-color: #FFFCFA;
}

.bg-FAFFFF {
    background-color: #FAFFFF;
}

.bg-f08759 {
    background-color: #f08759;
}

.bg-eaf6f4b3 {
    background-color: #eaf6f4b3;
}

.text-de6e6a {
    color: #de6e6a;
}

.link-de6e6a {
    color: #de6e6a;
}

.link-de6e6a:hover {
    color: #AB5552;
}

.bg-hover-shadow {
    transition: .3s;
}

.bg-hover-shadow:hover {
    box-shadow: 0 0.1rem 0.7rem rgba(173, 173, 173, 0.15);
    transform: translateY(-2%);
}

/* 最新消息-card */

.btn-379188 {
    color: #379188;
    border-color: #379188;
}

.btn-379188:hover {
    color: #ffffff;
    background-color: #379188;
    border-color: #379188;
}

.btn-379188:focus {
    box-shadow: 0 0 0 .1rem rgba(0, 136, 122, 0.356);
}


/* font */


.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-65 {
    font-size: 65px;
}



@media only screen and (min-width: 576px) {
    .font-sm-38 {
        font-size: 38px;
    }
}

@media all and (min-width:992px) {
    .font-lg-20 {
        font-size: 20px;
    }
}

@media (min-width:768px) {
    .font-md-20 {
        font-size: 20px !important;
    }

    .font-md-23 {
        font-size: 23px !important;
    }

    .font-md-30 {
        font-size: 30px !important;
    }
}


@media only screen and (min-width: 1200px)and(max-width: 1307.98px) {
    .font-lg-16 {
        font-size: 16px !important;
    }
}





@media (min-width: 576px) {
    .font-sm-18 {
        font-size: 18px !important;
    }

    .font-sm-25 {
        font-size: 25px !important;
    }
}



@media only screen and (min-width: 768px) {
    .font-md-18 {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 992px) {
    .font-lg-18 {
        font-size: 18px !important;
    }
}

@media only screen and (min-width:992px) {
    .font-lg-38 {
        font-size: 38px;
    }
}


@media only screen and (min-width: 1200px) {
    .font-xl-18 {
        font-size: 18px !important;
    }
}


@media only screen and (min-width: 1200px) {
    .font-xl-35 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) {
    .font-sm-16 {
        font-size: 16px !important;
    }
}


/*服務項目*/
.shadow {
    box-shadow: 0 .1rem .7rem rgba(173, 173, 173, 0.15) !important
}

.contact-shadow {
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.11);
}

.bg-3B958C {
    background-color: rgba(51, 199, 129, 0.9);
}

.bg-ff8939e6 {
    background-color: rgba(255, 137, 57, 0.9);
}

.bg-4291ffe6 {
    background-color: rgba(66, 145, 255, 0.9);
}

.bg-ff425be6 {
    background-color: rgba(255, 66, 91, 0.902);
}

.bg-a82cdae6 {
    background-color: rgba(168, 44, 218, 0.902);
}


.service-card .service-title {
    transition: .3s;
    background-color: #4c4c4c4d;
}

.service-card .service-info {
    color: rgba(255, 255, 255, 0);
    transition: .3s;
}

.service-card .service-bg {
    position: absolute;
    top: 95%;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s;
}

@media only screen and (max-width: 991.98px) {
    .service-card .service-bg {
        position: absolute;
        top: calc(100% - 5.5%);
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s;

    }
}

.service-card .service-btn {
    opacity: 0;
    transition: .3s;
}

.service-card .text-FFFFFF {
    color: rgba(255, 255, 255, 0);
    transition: .3s;
}


.service-card:hover .bi-chevron-compact-up {
    opacity: 0;
    transition: .3s;
}



/*服務項目-hover*/

.service-card:hover .service-title {
    opacity: 0;
}

.service-card:hover .service-info {
    color: rgba(255, 255, 255, 1);
}

.service-card:hover .service-bg {
    top: 0;
}

.service-card:hover .service-btn {
    opacity: 100;
}

.service-card:hover .text-FFFFFF {
    color: rgba(255, 255, 255, 0.5);
}

.service-text {
    font-size: 18px
}

@media only screen and (min-width: 576px)and (max-width: 1199.98px) {
    .service-text {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1200px) {
    .service-text {
        font-size: 21px;
    }
}

/*服務項目-內容裡按鈕*/

.btn-188A7E {
    color: #188A7E;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-188A7E:hover {
    color: #188A7E;
    background-color: #ffffff;
}

.btn-188A7E:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.2);
}


.btn-C28963 {
    color: #C28963;
    background-color: #ffffffd3;
}

.btn-C28963:hover {
    color: #C28963;
    background-color: #ffffff;
}

.btn-C28963:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.2);
}


.btn-1D5BB3 {
    color: #1D5BB3;
    background-color: #ffffffd3;
}

.btn-1D5BB3:hover {
    color: #1D5BB3;
    background-color: #ffffff;
}

.btn-1D5BB3:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.2);
}

/*服務項目-了解更多*/
.news-link-379188 {
    color: #379188;
}

.news-link-379188:hover {
    color: #1f726a;
}

/* 關於我們 */


.btn-page {
    box-shadow: none !important;
}

.btn-page .btn-page-icon {
    border: 1px solid #379188;
    color: #379188 !important;
}

.btn-page .btn-page-text {
    vertical-align: middle;
}

.btn-page:hover .btn-page-icon {
    background-color: #379188;
    color: #fff !important;
}

.btn-page:hover .btn-page-text {
    color: #379188 !important;
    font-weight: 700;
}


.circle-40px {
    width: 40px;
    height: 40px;
    color: #379188;
}

.circle-40px:hover {
    color: #fff;
    background-color: #379188;
}

.circle-70px {
    width: 70px;
    height: 70px;
}

.circle-45px {
    width: 45px;
    height: 45px;
}

.circle-50px {
    width: 50px;
    height: 50px;
}

@media only screen and (min-width: 768px) {
    .circle-md-90px {
        width: 90px;
        height: 90px;
    }
}

/* border */
.border-f1ffff {
    border-color: #f1ffff !important;
}

.border-878787 {
    border-color: #379188 !important;
}

.border-0E74C2 {
    border-color: rgb(14, 116, 194, 0.3) !important;
    transform: translateX(0%) scaleX(70%)
}

/* text-color */

.text-195349 {
    color: rgb(25, 83, 78) !important;
}

.text-C2110E {
    color: #EA5514;
}

.text-379188 {
    color: #379188;
}


.text-878787 {
    color: #878787;
}

.text-0E74C2 {
    color: #0E74C2;
}

.text-E17C79 {
    color: #E17C79;
}

.text-B28146 {
    color: #B28146;
}

.text-FFFFFF {
    color: rgba(255, 255, 255, 0.5);
}

.text-ffffffcc {
    color: #ffffffcc;
}

.text-3FCA90 {
    color: #3FCA90;
}

.text-485359 {
    color: #485359 !important;
}

/* 報名表單-在職教育訓練 */
.course-blue .text-course {
    color: #34709E !important;
}

.course-blue .border-course {
    color: #34709E;
    border: 1px solid #34709E;
    border-radius: .25rem
}

.course-blue .bg-course {
    background-color: #34709E;
}

.course-blue .btn-course {
    color: #ffffff;
    background-color: rgba(52, 112, 158);
}

.course-blue .btn-outline-course {
    color: #34709E;
    border-color: #34709E;
}

.course-blue .btn-outline-course:hover {
    color: #fff;
    background-color: rgba(52, 112, 158, 0.8);
}

.course-blue .btn-course:hover {
    color: #ffffff;
    background-color: #1a3b55;
}

.course-blue .btn-outline-course:focus,
.course-blue .btn-course:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 112, 158, 0.5);
}

/* 報名表單-休閒活動課程 */
.course-green .text-course {
    color: #379188 !important;
}

.course-green .border-course {
    color: #379188;
    border: 1px solid #379188;
    border-radius: .25rem
}

.course-green .bg-course {
    background-color: #379188;
}

.course-green .btn-course {
    color: #ffffff;
    background-color: #379188;
}

.course-green .btn-outline-course {
    color: #379188;
    border-color: #379188;
}

.course-green .btn-outline-course:hover {
    color: #ffffff;
    background-color: #379188;
}

.course-green .btn-course:hover {
    color: #ffffff;
    background-color: #1e4d48;
}

.course-green .btn-outline-course:focus,
.course-green .btn-course:focus {
    box-shadow: 0 0 0 .2rem rgb(55, 145, 136, 0.5);
}

/* juju */


.juju::after {
    position: absolute;
    right: 2%;
    bottom: 0;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 8px solid #f08759;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    box-shadow: 0 .1rem .7rem rgba(173, 173, 173, 0.15);
}

@media only screen and (min-width: 992px) {
    .juju::after {
        position: absolute;
        right: 5%;
        bottom: 120%;
        transform: translateY(100%);
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: 0;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f08759;
        border-left: 10px solid transparent;
        box-shadow: 0 .1rem .7rem rgba(173, 173, 173, 0.15);
    }
}

.navbar-toggler[aria-expanded="false"] .bi-x {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-list {
    display: none;
}


/*footer*/
.btn-fff {
    color: #fff;
    border-color: #ffffff;
}

.btn-fff:hover {
    color: #fff;
    background-color: rgba(42, 117, 110, 0.404);
    border-color: #ffffff;
}

.btn-fff:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.2);
}

/* 彌補bootstrap不足 */
/* xs=435px */

@media only screen and (min-width: 435px) {
    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }
}

/* width */

.w-5 {
    width: 5.5%;
}

.w-23 {
    width: 23%;
}

.w-30 {
    width: 30%;
}

@media only screen and (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.bg-about {
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.border-radius-4px {
    border-radius: 4px
}


.banner-md-bg {
    min-height: 65vw;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    animation-name: banner;
    animation-duration: 2s;
    padding-top: 10px;
}

.banner-bg {
    min-height: 25vw;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    animation-name: banner;
    animation-duration: 2s;
    padding-top: 10px;
}



@keyframes banner {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*頁簽*/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: #26645e;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
}

ul.pagination li a.active {
    color: #ffffff;
    background-color: #26645e;
}

ul.pagination li a:hover:not(.active) {
    background-color: rgb(38, 100, 94, 0.5);
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}



/*麵包*/
.breadcrumb {
    background-color: #fff0;
    padding: 0 0rem;
    font-size: 15px;
}

.breadcrumb-item {
    display: inline;
}

ol.breadcrumb li+li:before {
    color: black;
    content: "/\00a0";
}

.breadcrumb-item a {
    color: #379188;
}

.breadcrumb-item a:hover:not(.active) {
    color: #276e67;
}

/*課程活動tab*/

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #379188;
}

.juju-379188::after {
    position: absolute;
    right: 45%;
    bottom: 0;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 8px solid #379188;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;

}

#v-pills-tab [aria-selected="false"].juju-379188::after {
    display: none;
}




.nav-pills a {
    color: #379188;
}



/*---在職教育----*/
.nav-pills .nav-link {
    border: 1px solid #37918883;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}

.nav-pills .nav-link a {
    color: #379188;
}


.nav-pills .green:hover {
    color: #ffffff;
    background-color: rgb(55, 145, 136, 0.7);
}



/*---休閒課程----*/
.nav-link-blue {
    display: block;
    padding: .5rem 1rem;
}

.nav-pills .nav-link-blue.active {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 112, 158);
}

.nav-pills .blue:hover {
    color: #ffffff;
    background-color: rgb(52, 112, 158, 0.7);
}

.nav-pills .nav-link-blue a {
    color: #34709E;
    background-color: #34709E;
}


.nav-pills .nav-link-blue {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(52, 112, 158, 0.5);
    border-radius: 4px;

}


.juju-b::after {
    position: absolute;
    right: 45%;
    bottom: 0;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 8px solid #34709E;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;

}

#v-pills-tab [aria-selected="false"].juju-b::after {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    #pills-course-tab .bi {
        display: none;
    }
}

/*-------*/
.bg-34709E {
    background-color: #34709E;
}

.bg-379188 {
    background-color: #379188;
}

.link-379188 {
    background-color: #379188;
    color: #fff
}

.link-379188:hover {
    background-color: #2c726b;
}

.link-3ba79d {
    background-color: #3ba79d;
    color: #fff
}

.link-3ba79d:hover {
    background-color: #2b7e75;
}


.text-34709E {
    color: #34709E;
}

.link-ffffff {
    color: #ffffff;
}

.link-ffffff:hover {
    color: #0c5c1d;
}

.btn-34709E {
    color: #34709E;
    border-color: #34709E;
}


.btn-34709E:hover {
    color: #fff;
    background-color: rgba(52, 112, 158, 0.8);
    border-color: #34709E;
}

.btn-34709E:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 112, 158, 0.2);
}

.btn-adadad {
    color: #adadad;
    border-color: #adadad;
    background-color: #F7F7F7;
}

.btn-adadad:hover {
    color: #adadad;
    border-color: #adadad;
    background-color: #F7F7F7;
}

.btn-adadad:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255);
}

.bg-b8b8b8 {
    background-color: #e6e6e6;
}

.background-image {
    filter: brightness(70%);
}

/*居家照護中心+日間照顧innav*/
#nav-innav-control.innav-control {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    transition: .5s;
}

#nav-innav-control.innav-control.scroll {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
}

@media only screen and (min-width: 992px) {
    #nav-innav-control .bi {
        display: none;
    }

    #nav-innav-control .active .bi {
        display: inline;
    }
}

@media only screen and (max-width: 991.98px) {
    #nav-innav-control .bi {
        display: none;
    }
}


/*居家照護中心tab*/
#nav-innav-control .nav {
    margin-left: -1rem;
    margin-right: -.25rem;
}

.nav-home-health-care .nav-link {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(55, 144, 135, 0.3);
}


.nav-home-health-care .nav-link.active {
    color: #fff;
    background-color: #379188;
    font-weight: 700 !important;
}

.nav-home-health-care .nav-link:hover {
    color: #ffffff;
    background-color: rgba(55, 144, 135, 0.7);
}


.nav-home-health-care a {
    color: #379188;
}

.nav-home-health-care a:active {
    color: #fff;
    background-color: #379188 !important;
    font-weight: 700 !important;
}

.nav-home-health-care a:hover {
    color: #ffffff;
    background-color: rgba(55, 144, 135, 0.7);
}

@media only screen and (min-width: 992px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/*bg-color*/
.bg-ffeccdcc {
    background-color: #ffeccdcc;
}

.bg-34709e80 {
    background-color: rgba(148, 204, 246, 0.8);
}

.bg-E8E1D1 {
    background-color: rgb(232, 225, 209, 0.8)
}

.bg-C9DEBFCC {
    background-color: rgba(201, 222, 191, 0.8);
}


.bg-E4FFE4 {
    background-color: rgb(228, 255, 228);
}

.bg-3d3d3d2d {
    background-color: rgba(61, 61, 61, 0.176);
}

.bg-ffffffe6 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-ffe7e6cc {
    background-color: rgba(255, 231, 230, 0.8);
}

.bg-fff4f3cc {
    background-color: hsla(5, 100%, 98%, 0.8);
}

.bg-34709e26 {
    background-color: rgba(52, 112, 158, 0.149);
}

.bg-fb62200d {
    background-color: rgba(251, 98, 32, 0.051);
}

.bg-EBF6FF {
    background-color: rgb(235, 246, 255);
}

.bg-fbf5e9 {
    background-color: #fbf5e9;
}

.bg-eff5df {
    background-color: #eff5df;
}

.bg-1877f280 {
    background-color: #1877f280;
}

.bg-1877f280:hover {
    background-color: rgb(21, 101, 206)
}


.bg-00c30080 {
    background-color: rgba(0, 194, 0, 0.7);
}

.bg-00c30080:hover {
    background-color: rgb(0, 139, 0);
}

.bg-e7f0f3 {
    background-color: #e7f0f3;
}

.bg-ffeeba {
    background-color: #ffeeba !important;
}

.bg-d3f5ff {
    background-color: #d3f5ff;
}

.bg-e9ecef {
    background-color: #e9ecef !important;
}

.bg-fff8ea {
    background-color: #fff8ea !important;
}

.bg-63c3a794 {
    background-color: #63c3a794;
}

/* trbl */
.trbl-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* btn */

.btn-379188-1 {
    color: #ffffff;
    background-color: rgb(55, 145, 136);
}

.btn-379188-1:hover {
    color: #ffffff;
    background-color: #1e4d48;
}

.btn-379188-1:focus {
    box-shadow: 0 0 0 .2rem rgb(55, 145, 136, 0.5);
}

.btn-34709E-1 {
    color: #ffffff;
    background-color: rgba(52, 112, 158);
}

.btn-34709E-1:hover {
    color: #ffffff;
    background-color: #1a3b55;
}

.btn-34709E-1:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 112, 158, 0.5);
}



.btn-55a79e {
    color: #ffffff;
    background-color: #55a79e;
}

.btn-55a79e:hover {
    color: #ffffff;
    background-color: #3f7c75;
}

.btn-55a79e-1:focus {
    box-shadow: 0 0 0 .2rem #3f7c759c;
}



/* .servicebox ul {
  list-style-image: url(../image/icon/square.png);
} */

/* 日間照顧中心tab */
.nav-day-care-center .nav-link {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(173, 113, 71, 0.3);
}

.nav-day-care-center .nav-link.active {
    color: #fff;
    background-color: rgb(173, 113, 71);
    font-weight: 700 !important;
}

.nav-day-care-center .nav-link:hover {
    color: #ffffff;
    background-color: rgb(173, 113, 71, 0.7)
}


.nav-day-care-center a {
    color: #AD7147;
}


.nav-day-care-center a:hover {
    color: #ffffff;
    background-color: rgb(173, 113, 71, 0.7);
}

.nav-day-care-center a:hover:not(.active) {
    color: #ffffff;
    background-color: rgb(173, 113, 71, 0.7) !important;
}




.title-block ol {
    padding-left: 1.5rem;
}

.title-block ul {
    padding-left: 1.5rem;
}

.title-block p {
    margin-bottom: 0;
}

#title-block-379188 h4 {
    font-weight: 700;
    margin-top: 3rem;
    padding: 0px 0px 0px 18px;
    border-left: 7px solid #379188;
    margin-bottom: 10px;
    color: #379188;
}

#title-block-379188 .title-block-94c995 h4 {
    font-weight: 700;
    margin-top: 1rem;
    padding: 0px 0px 0px 18px;
    border-left: none;
    border-bottom: 4px solid #80a781;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #94c995;
}


#title-block-ad8e4f h4 {
    font-weight: 700;
    margin-top: 3rem;
    padding: 0px 0px 0px 18px;
    border-left: 7px solid #ad8e4f;
    margin-bottom: 10px;
    color: #ad8e4f;
}

#title-block-ad8e4f .title-block-94C4E3 h4 {
    font-weight: 700;
    margin-top: 1rem;
    padding: 0px 0px 0px 18px;
    border-left: none;
    border-bottom: 4px solid #69a4c1;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #94C4E3;
}

#title-block-ad8e4f .title-block-light h4 {
    font-weight: 700;
    margin-top: 1rem;
    padding: 0px 0px 0px 18px;
    border-left: none;
    border-bottom: 4px solid #989898;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #bfbfbf;
}

#title-block-C43B37 h4 {
    font-weight: 700;
    margin-top: 3rem;
    padding: 0px 0px 0px 18px;
    border-left: 7px solid #C43B37;
    margin-bottom: 10px;
    color: #C43B37;
}

#title-block-C43B37 .title-block-205D7B h4 {
    font-weight: 700;
    margin-top: 1rem;
    padding: 0px 0px 0px 18px;
    border-left: none;
    border-bottom: 4px solid #205D7B;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #34709E;
}

#title-block-fb6220 h4 {
    font-weight: 700;
    margin-top: 3rem;
    color: #fb6220;
    padding: 0px 0px 0px 18px;
    border-left: 7px solid #fb6220;
    margin-bottom: 10px;
}

#title-block-fb6220 .title-block-205D7B h4 {
    font-weight: 700;
    margin-top: 1rem;
    padding: 0px 0px 0px 18px;
    border-left: none;
    border-bottom: 4px solid #205D7B;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #34709E;
}

#title-block-34709e h4 {
    font-weight: 700;
    margin-top: 3rem;
    color: #34709e;
    padding: 0px 0px 0px 18px;
    border-left: 7px solid #34709e;
    margin-bottom: 10px;
}

#title-block-34709e .title-block-205D7B h4 {
    font-weight: 700;
    margin-top: 1rem;
    padding: 0px 0px 0px 18px;
    border-left: none;
    border-bottom: 4px solid #205D7B;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #34709E;
}

.newsmore {
    transition: .3s;
}

.newsmore:hover .bi-arrow-right-short {
    display: none;
}

.newsmore .bi-arrow-right {
    display: none;
}

.newsmore:hover .bi-arrow-right {
    display: inline;
}


.btn-379188:hover .bi-folder2-open {
    display: inline;
}

.btn-379188 .bi-folder2-open {
    display: none;
}

.btn-379188:hover .bi-folder {
    display: none;
}

.rounded-30 {
    width: 30vw;
}

@media only screen and (min-width: 1200px) {
    .rounded-xl-18 {
        width: 18vw;
    }
}

@media only screen and (min-width: 992px) {
    .rounded-lg-22 {
        width: 22vw;
    }
}

@media only screen and (min-width: 992px) {
    .rounded-lg-12 {
        width: 12vw;
    }
}

@media only screen and (min-width: 992px) {
    .rounded-lg-11 {
        width: 11vw;
    }
}



.border-color-34709E {
    border: 1px solid #34709E !important;
}

.border-color-379188 {
    border: 1px solid #379188 !important;
}


.h-5 {
    height: 5%;
}


/*我要預約!*/
.shadow-white {
    box-shadow: 0 .1rem .7rem rgba(255, 255, 255, 0.3) !important;
}

/*更改ul 圖示*/
.recruitment ul {
    list-style: none
}

.recruitment ul li::before {
    content: "■";
    color: rgb(0, 0, 0);
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.payment ol {
    list-style: none
}

.payment ol li::before {
    content: "※";
    color: rgb(0, 0, 0);
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

#footer-ul ul {
    list-style: none;
    color: #fff;
}

#footer-ul ul:hover {
    list-style: none;
    color: #fff;
}


/*photos-info圖片hover*/
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}

.title a:hover {
    color: #34709E;
}

.imgbig {
    transition: .7s;
}

.imgclick:hover .imgbig {
    transform: scale(1.3, 1.3);
}

.undo-arrow-right {
    position: absolute;
    top: 30px;
    left: 0;
    right: -30px;
    z-index: 1;
    height: 30px;
    width: 30px;
}

.undo-arrow-left {
    position: absolute;
    top: 30px;
    left: -30px;
    right: 0;
    z-index: 1;
    height: 30px;
    width: 30px;
}

/* photos */
.arrow-in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}





.imgclick:hover .arrow-in {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px !important;
}


/*---滑至上方----*/


#sticky-bottom .circle-btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 5rem;
    background-color: rgba(234, 84, 19, 0.7);
    transition: .2s;
}

#sticky-bottom .circle-btn:hover {
    background-color: rgba(234, 84, 19, 0.9);
    color: #ffffff;
}

#sticky-bottom {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 1;
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 1020;
}

#sticky-bottom .fb-btn-50px {
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 5rem;
    background-color: #1877f280;
    transition: .2s;
}

#sticky-bottom .fb-btn-50px:hover {
    background-color: rgb(21, 101, 206);
    color: #ffffff;
}

#sticky-bottom .line-btn-50px {
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 5rem;
    background-color: #00c30080;
    transition: .2s;
}

#sticky-bottom .line-btn-50px:hover {
    background-color: rgb(0, 139, 0);
    color: #ffffff;
}

.fb-btn-45px {
    width: 45px;
    height: 45px;
    color: #ffffff;
    border-radius: 5rem;
    background-color: #1877f280;
    transition: .2s;
}

.fb-btn-45px:hover {
    background-color: rgb(21, 101, 206);
    color: #ffffff;
}

.line-btn-45px {
    width: 45px;
    height: 45px;
    color: #ffffff;
    border-radius: 5rem;
    background-color: #00c30080;
    transition: .2s;
}

.line-btn-45px:hover {
    background-color: rgb(0, 139, 0);
    color: #ffffff;
}




/* 居家服務tab */
.nav-home-service .nav-link {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(196, 59, 55, 0.3);
}

.nav-home-service .nav-link.active {
    color: #fff;
    background-color: #C43B37;
    font-weight: 700 !important;
}

.nav-home-service .nav-link:hover {
    color: #ffffff;
    background-color: rgb(196, 59, 55, 0.7)
}


.nav-home-service a {
    color: rgb(196, 59, 55);
}


.nav-home-service a:hover {
    color: #ffffff;
    background-color: rgb(196, 59, 55, 0.7);
}

.nav-home-service a:hover:not(.active) {
    color: #ffffff;
    background-color: rgb(196, 59, 55, 0.7) !important;
}

.text-C43B37 {
    color: #C43B37;
}

/* 小規模多機能tab */
.nav-small-scale-multifunction .nav-link {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(251, 98, 32, 0.3);
}

.nav-small-scale-multifunction .nav-link.active {
    color: #fff;
    background-color: #eb5f23;
    font-weight: 700 !important;
}

.nav-small-scale-multifunction .nav-link:hover {
    color: #ffffff;
    background-color: rgb(251, 98, 32, 0.7);
}


.nav-small-scale-multifunction a {
    color: #fb6220;
}


.nav-small-scale-multifunction a:hover {
    color: #ffffff;
    background-color: rgb(251, 98, 32, 0.7);
}

.nav-small-scale-multifunction a:hover:not(.active) {
    color: #ffffff;
    background-color: rgb(251, 98, 32, 0.7) !important;
}

.text-fb6220 {
    color: #fb6220;
}

/* 巷弄長照站tab */
.nav-ltc-stations .nav-link {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(52, 112, 158, 0.3);
}

.nav-ltc-stations .nav-link.active {
    color: #fff;
    background-color: #34709e;
    font-weight: 700 !important;
}

.nav-ltc-stations .nav-link:hover {
    color: #ffffff;
    background-color: rgba(52, 112, 158, 0.7);
}


.nav-ltc-stations a {
    color: #34709e;
}


.nav-ltc-stations a:hover {
    color: #ffffff;
    background-color: rgba(52, 112, 158, 0.7);
}

.nav-ltc-stations a:hover:not(.active) {
    color: #ffffff;
    background-color: rgba(52, 112, 158, 0.7) !important;
}


/* banner上標題 */
.text-shadow {
    text-shadow: 3px 2px 3px #686868;
}

/* 休閒教育課程 */
.badge-warning {
    color: #874500;
    background-color: #ffc107;
}

.open {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}



@media only screen and (min-width: 991px) {
    .top-measure {
        top: 66px;
    }
}

@media only screen and (min-width: 1170px) {
    .top-measure {
        top: 61px;
    }
}

@media only screen and (min-width: 992px) {
    .home-service-img-width {
        width: 75% !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .home-service-img-width {
        width: 45% !important;
    }
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
    font-size: 25px;
}

.border-bottom-fff {
    border-bottom: 1px solid #fff;
}

.border-bottom-3FCA90 {
    display: inline-block;
    border-bottom: 3px solid #3FCA90;
    animation: width 2s ease;
}

@keyframes width {
    from {
        width: 0px;
    }

    to {
        width: 44.7px;
    }
}

@media only screen and (min-width: 1210px) {
    .mr-xxl-1 {
        margin-right: .25rem !important;
    }
}

@media only screen and (min-width: 1327px) {
    .mx-xxl-5 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }
}

.opacity {
    opacity: 1;
    animation-name: opacity;
    animation-duration: 1s;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



input.valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* btn */
.btn-FFE9B2 {
    color: #3b3b3b;
    background-color: #FFE9B2;
}

.btn-FFE9B2:hover {
    color: #3b3b3b;
    background-color: #ddcb9d;
}

.btn-FFE9B2:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 233, 178, 0.5);
}

.btn-E4FFD0 {
    color: #3b3b3b;
    background-color: #E4FFD0;
}

.btn-E4FFD0:hover {
    color: #3b3b3b;
    background-color: #c5dbb3;
}

.btn-E4FFD0:focus {
    box-shadow: 0 0 0 .2rem rgb(228, 255, 208, .5);
}

.btn-FFE1E1 {
    color: #3b3b3b;
    background-color: #FFE1E1;
}

.btn-FFE1E1:hover {
    color: #3b3b3b;
    background-color: #e0c8c8;
}

.btn-FFE1E1:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 225, 225, .5);
}

.btn-FEFFD4 {
    color: #3b3b3b;
    background-color: #FEFFD4;
}

.btn-FEFFD4:hover {
    color: #3b3b3b;
    background-color: #d7d8b5;
}

.btn-FEFFD4:focus {
    box-shadow: 0 0 0 .2rem rgb(254, 255, 212, .5);
}

.btn-92EAD5 {
    color: #3b3b3b;
    background-color: #92EAD5;
}

.btn-92EAD5:hover {
    color: #3b3b3b;
    background-color: #80ccba;
}

.btn-92EAD5:focus {
    box-shadow: 0 0 0 .2rem rgb(146, 234, 213, .5);
}

.btn-D2F2FF {
    color: #3b3b3b;
    background-color: #D2F2FF;
}

.btn-D2F2FF:hover {
    color: #3b3b3b;
    background-color: #b5cfda;
}

.btn-D2F2FF:focus {
    color: #3b3b3b;
    background-color: rgb(210, 242, 255, .5);
}

.blackboard a {
    border-radius: 3rem;
}

.table-white-bordered td,
.table-white-bordered th {
    border: 1px solid #fff;
}

.table-white-bordered thead th {
    border-bottom: 2px solid #ffffff;
}

.table td,
.table th {
    vertical-align: middle !important;
}

/* thead-color */
.thead-ffeccdcc {
    background-color: #ffeccdcc;
    color: #5e5e5e;
    font-size: 22px;
}

.thead-light {
    color: #5e5e5e;
    font-size: 22px;
}

.container-service {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 576px) {
    .service-width {
        width: 60vw !important;
    }

    .container-service {
        max-width: 900px;
    }
}

@media only screen and (min-width: 576px) {
    .container-service {
        max-width: 1080px;
    }
}

@media only screen and (min-width: 992px) {
    .service-width {
        width: 50vw !important;
    }

    .container-service {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1200px) {
    .service-width {
        width: 32vw !important;
    }

    .container-service {
        max-width: 1500px;
    }
}

.service .swiper-button-prev,
.service .swiper-button-next {
    transform: translateY(-100%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: #379188;
    box-shadow: 0px 1px 5px rgba(69, 69, 69, 0.5);
    margin: 0;
    transition: .4s;
}

.service .swiper-button-next::after,
.service .swiper-button-prev::after {
    font-size: 1rem;
    font-weight: 600;
}

/* .service .swiper-button-next {
  left: calc(2vw + 10px + 2rem) !important;
}

.service .swiper-button-prev {
  right: calc(2vw + 10px) !important;
} */

.service .swiper-button-next:hover,
.service .swiper-button-prev:hover {
    box-shadow: 0 0.1rem 0.7rem rgba(59, 59, 59, 0.849);
    transform: translateY(-110%);
    color: #10d6c2;
}



.inner-shadow-right {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 97%;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 100%);
    opacity: 0;
    transition: 0.3s;
}

.inner-shadow-right:hover {
    opacity: 1;
}

.inner-shadow-left {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 97%;
    z-index: 2;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 100%);
    opacity: 0;
    transition: 0.3s;
}

.inner-shadow-left:hover {
    opacity: 1;
}



.swiper-button-prev[aria-disabled="true"] {
    display: none;
}

.swiper-button-next[aria-disabled="true"] {
    display: none;
}

.custom-select:focus,
.form-control:focus {
    border-color: #37918882;
    box-shadow: 0 0 0 .2rem rgba(38, 130, 60, 0.25);
}

.form-control.invalid:focus,
.custom-select.invalid:focus {
    border-color: #be2f2f82 !important;
    box-shadow: 0 0 0 .2rem rgba(163, 46, 46, 0.25) !important;
}



/* 認識我們－樹狀圖 */

.tree ul {
    padding-top: 20px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all .3s;
}

.tree li {
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 20px 20px 0 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all .3s;
}

/*利用::before,::after作分支線*/
.tree li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 20px;
    border-top: 1px solid #37918879;
}

.tree li:after {
    right: auto;
    left: 50%;
    border-left: 1px solid #37918879;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #37918879;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

.tree li:first-child::after {
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}



/*刪除僅只有一個分支的分支線*/
.tree li:only-child::before,
.tree li:only-child::after {
    border: none;
}

.tree li:only-child {
    padding-top: 0;
}


/*新增僅只有一個分支的下分支線*/
.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #37918879;
    width: 0;
    height: 20px;
}

.tree a {
    display: inline-block;
    border: 1px solid #37918879;
    padding: 5px 10px;
    color: #379188;
    text-decoration: none;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all .3s;
}

/*新增選中狀態*/
.tree li a:hover {
    background-color: #dfdfdfb7;
    color: #000;
    border: 1px solid #ccc;
}

.tree li a:hover+ul li:after,
.tree li a:hover+ul li:before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}

/* padding */
.pt-75p {
    padding-top: 75%;
}

.pt-60p {
    padding-top: 60%;
}