* {
    font-family: "Nunito Sans", sans-serif;
}

:root {
    scroll-padding-top: 3rem;
}

body {
    background: #fff;
    color: #555;
    font-family: "Noto Sans TC", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* padding-top: 6rem !important; */

}



body::-webkit-scrollbar,
.navbar-nav-scroll::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb,
.navbar-nav-scroll::-webkit-scrollbar-thumb {

    background: #A0A0A0;

}

:hover {
    transition: all ease 300ms;
}


.header {
    align-items: center;
    background: #f8f9fa;
    left: 0;
    transition: all ease 300ms;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: #4ca9aa 5px solid;
}

.header.navbar {
    /* position: fixed; */
    padding: 0.75rem 2rem;


}

.navbar-toggler {
    border: 0;
}

.header-menu .nav-item.fast-search {
    padding: 12px;
}

.header-menu .fast-search {
    display: none;
}

.header-menu .fast-search a {
    color: #A0A0A0;
}

.header-menu .fast-search .btn {


    padding: 12px;
    line-height: 0;
    text-align: center;
}

.search i {
    color: #212529;
    padding: 12px;
    border-radius: 100%;
    background-color: #D9D9D9
}

.header-menu li {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px 9px;
    position: relative;
    min-width: 100px !important;
    text-align: center;

}

/* .header .nav-item{
    width: 100px;
   
} */

.header-menu .nav-link {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    text-wrap: nowrap;
    width: 100%;
    padding: 16px 6px;
    transition: all 300ms ease;
    position: relative;
}

.header-menu .nav-link:hover {
    color: #4ca9aa;
    transition: all 150ms ease;
}

.header-menu .nav-link:hover::before {
    width: 100px;
}

.header-menu .nav-link::before {
    background-color: #ffb95e;
    width: 0px;
    height: 4px;
    content: '';
    bottom: 0;
    left: 0;
    border-radius: 24px;
    position: absolute;
    transition: all 300ms ease;
}

.logo-full {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
}

#brand {
    width: 80%;
}

.header .navbar-brand img {
    width: 300px !important;
    height: auto;

}

.header .dropdown-menu {


    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header .dropdown-menu li a {
    color: #212529;
    font-weight: 400;
    padding: 16px 24px;
    text-align: center;
    background-color: #ffffff;
}

.header .dropdown-menu li a:hover {
    color: #212529;
    background-color: #e7e7e7;
}

.header .dropdown-menu li {
    position: relative;
    padding: 0;

}

.header .dropdown-menu li:not(:first-child)::before {
    content: '';
    width: 80%;
    opacity: 0.25;
    top: 0;
    height: 1px;
    background-color: #212529;
    position: absolute;
}

.dropdown-menu[data-bs-popper] {
    top: 90% !important;
    transform: translateX(-15%);
}

.bottom-search .collapse-box {
    margin-top: 8px;
    margin-left: auto;
    width: 220px;
    position: absolute;
    right: auto;
    top: 100%;
    z-index: 100;
    border-radius: 3px;
}

.search button {
    border: 0;
    background: none;
}

.search button:checked,
.search button:focus {
    border: 0;
}

/* paperwarp */
.paperwarp {
    height: 100%;
    background-color: #F6F6F6;
    padding: 3rem;
    position: relative;
}



.ovh {
    overflow: hidden;


}

.dec1,
.dec1-1,
.dec5 {
    color: #ffffff;
    display: inline-block;
    font-size: 11.1111em;
    font-weight: 700;
    line-height: 200px;
    text-shadow: -1px -1px 0 #212529, 1px -1px 0 #212529, -1px 1px 0 #212529, 1px 1px 0 #212529;
    white-space: nowrap;
    font-style: italic;
    will-change: transform;
    padding: 0 0 48px 0;
    opacity: 0.5;
    width: 100%;

}

.dec1-1 {
    color: #fff;
    padding: 0 0 48px 0;
    position: absolute;
    mix-blend-mode: multiply;
    bottom: -11rem;

}

.dec1 {
    mix-blend-mode: multiply;
    padding: 0;
}


.dec5 {
    color: #4CA9AA;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    padding: 24px 0 0
}

/* slider */




.slick-slide {
    position: relative;
    opacity: 0.35;
    transition: all 300ms ease;
}

.slick-active {
    opacity: 1;
    transition: all 300ms ease;
}



/* title */
.tap-title {
    position: relative;
    z-index: 2;
}

.tap-title span {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: #4CA9AA;
    top: -30%;
    right: -15%;
    z-index: -1;
    position: absolute;
    animation: 3s linear 1s infinite alternate span;
}

@keyframes span {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(-1px, 0px);
    }

    50% {
        transform: translate(-5px, 5px);
    }

    75% {
        transform: translate(-10px, 0px);
    }

    100% {
        transform: translate(0);
    }
}

/* 首頁輪播 */
.banner {
    background: url(../images/bg-dec.png) 100% no-repeat;
    background-position: center;
    z-index: 3;

}

.index-top {
    background-image: url(../images/bg-index-top.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/*--index-slider--*/

.index-slider {
    margin: 0;

    background-color: #212529;
}

.index-slider .slick-slide {
    height: 100%;
}

.index-slider .slick-slide img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .index-slider .index-slide-sm {
        display: none;
    }
}

.slick-slider {
    border-radius: 6px 6px 0 0;
}

.slick-list {
    border-radius: 6px 6px 0 0;
}

.index-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index-slider .slick-slide {
    max-height: 650px;
}

.index-slider .slick-dots {
    bottom: 1rem;
    left: 0;
}

.index-slider .slick-dots li {
    margin: 0;
}

.index-slider .slick-dots li button:before {
    content: '';
    font-family: none;
    width: 8px;
    height: 8px;
    background: #212529;
    opacity: .5;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.index-slider .slick-dots li.slick-active button:before {
    background: #ffb95e;
    opacity: 1;
}

.index-slider .slick-prev,
.index-slider .slick-next {
    width: 30px;
    height: 30px;
    background-color: #0d9799;
    border-radius: 15px;
    z-index: 10;
}


.index-slider .slick-prev:before {
    content: '<';
    font-size: 16px;
    color: #fff;
    line-height: 1
}

.index-slider .slick-next:before {
    content: '>';
    font-size: 16px;
    color: #fff;
    line-height: 1
}

.index-marquee {
    background-color: #ffb95e;
    display: flex;
    padding: 21px;
    color: #212529;
    letter-spacing: 3px;
    line-height: 21px;
    border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 991.98px) {
    .index-slider .slick-slide {
        height: fit-content;
    }

    .index-slider .slick-slide img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .index-slider .slick-slide .index-slide-sm {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .index-slider .slick-slide .index-slide-lg {
        display: none;
    }

    .paperwarp {
        padding: 1rem;
    }

    .dec1 {
        font-size: 100px;
        line-height: 1;
    }

    .index-abus .learnmore {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;

    }

    .index-abus .learnmore a {
        width: 100%;
        text-align: center;
        padding: 12px 16px 13px !important;
    }

    .index-slider .slick-slide {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .index-slider .slick-slide .index-slide-sm {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center top;
    }
}

@media screen and (max-width: 575.98px) {
    .index-slider .slick-slide .index-slide-sm {
        object-fit: cover;
    }
}

/* 首頁-關於我們 */

.index-abus {
    background: url(../images/abus-bg.png) 100% no-repeat;
    z-index: 1;
    background-position: bottom;
    padding: 0px 0 120px;
    position: relative;
}


.in-ab-text p {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.75rem;
    padding: 24px;
}

.index-abus .learnmore {
    text-align: end;
    padding: 12px;
    margin-top: 24px;
}

.index-abus .learnmore a {
    border: #A0A0A0 1px solid;
    padding: 4px 12px 6px;
    border-radius: 36px;
    color: #A0A0A0;
    letter-spacing: 1px;
    transition: all 300ms ease;
}

.index-abus .learnmore a:hover {
    letter-spacing: 3px;
    transition: all 300ms ease;
    color: #212529;
    border: #212529 1px solid;
}

.ab-img img {
    width: 100%;
    border-radius: 12px;


}

.ab-img {
    position: relative;
}

.ab-img .dec2 {
    background: url(../images/logo_dec.png) 100% no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: translate(-4rem, 3rem);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}





/* 首頁-最新消息 */
.index-news {
    padding: 10rem 0 48px;


}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    background: linear-gradient(45deg, rgba(33, 37, 41, 1) 0%, rgba(81, 81, 81, 1) 100%);
    color: #fff !important;
}

.box-tag {
    /*transform: translateY(-100%);
    margin-bottom: -4rem;*/
    margin-top: 2rem;
}

.box-tag .nav {
    justify-content: end;

}

@media(max-width: 1200px) {
    .box-tag {
        transform: none;
        margin: 21px 0;
    }

    .box-tag .nav {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .tab-content {
        padding: 0 !important;
    }
}

.box-tag .nav-item .nav-link {
    padding: 0;
}

.box-tag .nav-item button {
    width: 70px;
    height: 70px;
    color: rgba(81, 81, 81, 1);
    border: rgba(81, 81, 81, 1) 2.75px solid;
    background: none;
    margin-right: 4px;
    border-radius: 100%;
    font-weight: 600;
    font-family: "Noto Sans TC", sans-serif !important;
    line-height: 1.5rem;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-tag .nav-item .first {
    color: #FF6060;
    border: #FF6060 2.75px solid;
}

.box-tag .nav-item .first.show,
.box-tag .nav-item .first.active {
    border: 0;
    background: linear-gradient(45deg, #eb2c2c 0%, #FF6060 100%);
    color: #fff;
}

.box-tag .nav-item .second {
    color: #2E9FD8;
    border: #2E9FD8 2.75px solid;
}

.box-tag .nav-item .second.show,
.box-tag .nav-item .second.active {
    border: 0;
    background: linear-gradient(45deg, #0b6d9e 0%, #2E9FD8 100%);
    color: #fff;
}

.box-tag .nav-item .third {
    color: #4CA9AA;
    border: #4CA9AA 2.75px solid;
}

.box-tag .nav-item .third.show,
.box-tag .nav-item .third.active {
    border: 0;
    background: linear-gradient(45deg, #0d9799 0%, #4CA9AA 100%);
    color: #fff;
}

.box-tag .nav-item .last {
    color: #ffb95e;
    border: #ffb95e 2.75px solid;
    margin: 0;
}

.box-tag .nav-item .last.show,
.box-tag .nav-item .last.active {
    border: 0;
    background: linear-gradient(45deg, #ec9c24 0%, #ffb95e 100%);
    color: #fff;
}

.box-time .tag.first {
    background-color: #FF6060;
}

.box-time .tag.second {
    background-color: #2E9FD8;
}

.box-time .tag.third {
    background-color: #4CA9AA;
}

.box-time .tag.last {
    background-color: #ffb95e;
}

.box-time .tag {
    text-wrap: nowrap;
}

.box-tag .nav-tabs {
    border: 0 !important;

}

.tab-content {
    padding: 24px 0;
}

.more {
    display: flex;
    justify-content: end;
    padding: 12px;

}

.more a {
    transition: ease 150ms all;
    letter-spacing: 0.5px;
    font-weight: 500;

}

.more a:hover {
    letter-spacing: 3px;
    transition: ease 150ms all;
}

.rd_news_li {
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 12px;
    margin: 12px 0;
}

.rd_news_li a:hover .bxh3 {
    color: #0d9799;
    transition: all 300ms ease;
}

.rd_news_li i {
    font-size: 21px;
}

.text-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_list .box-title {
    margin: 0 3px 0 12px;
    width: 100%;
}

.news_list .box-title .bxh3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 24px;
    letter-spacing: 2px;
    transition: all 300ms ease;

}

.box-time .time {
    font-size: 14px;
    margin-bottom: 3px;
    font-family: "Rubik", sans-serif;
}


.box-time .tag {
    font-size: 18px;
    color: #fff;
    background-color: #1CAACE;
    padding: 9px 15px;
    border-radius: 6px;
}

.box-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}


/* 首頁-特殊醫療 */
.upper-dec {
    background: url(../images/upper-dec.png) top;
    background-repeat: repeat-x;
    height: 198px;
    padding: 0;
    width: 7680px;

    -webkit-animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;


}

@-webkit-keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1920px;
    }
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1920px;
    }
}


.index-service {
    padding: 4rem 0 0rem;
    background-color: #4CA9AA;
    position: relative;
}

.index-service .dec4 {
    width: 350px;
    height: 350px;
    background: url(../images/service-icon_med-dec2.jpg) 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 7rem;
    top: -13rem;
    z-index: 10;
    border-radius: 100%;
    animation: 7s linear 1s infinite alternate move;

}

@keyframes move {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translateY(10%);

    }

    100% {
        transform: translate(0);
    }
}

.ser-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.ser-link a {
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all 300ms ease;
}

.ser-link a:hover {
    transform: scale(1.05);
    transition: all 300ms ease;

}

.ser-link img {
    width: 100%;
}

.ser-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F6F6F6;
    padding: 12px;
    font-size: 21px;
}

.med-box {
    margin-bottom: 24px;
}

.more.mobile a {
    color: #fff;
    padding: 1rem;
    display: none;
}

/* 首頁-醫療專欄 */
.med-box,
.index-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #212529;
    z-index: 3;
}

.med-box {
    color: #fff;
}

.med-box .tap-title,
.index-box .tap-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Noto Sans TC", sans-serif;
}

.med-box .tap-small,
.index-box .tap-small {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin-top: 9px;
    font-style: Italic;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;

}

.index-box .tap-small span {
    width: 30px;
    height: 1px;
    border: #212529 1px solid;
    opacity: 0.5;
    margin: 0 12px;

}

.med-box .tap-small span {
    width: 30px;
    height: 1px;
    border: #fff 1px solid;
    opacity: 0.5;
    margin: 0 12px;

}

/* 
.med-box .tap-small::before {
    content: "—";
    height: 1px;
    position: absolute;


}

.med-box .tap-small::after {
    content: " —";
    height: 1px;
    position: absolute;
    right: -30%;

}

.index-box .tap-small::before {
    content: "— ";
    height: 1px;
    position: absolute;
    left: -30%;

}

.index-box .tap-small::after {
    content: "—";
    height: 1px;
    position: absolute;
} */

.index-medican::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: #5c5c5cb4;
    backdrop-filter: blur(5px);
    ;
}

.index-medican {
    background: url(../images/med-bg.jpg) no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}

.index-supp-box {

    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;

    will-change: transform;
    user-select: none !important;
    cursor: pointer;
    width: 1200px;
    z-index: 6;
    padding: 48px 0 0;
}

.index-card {
    background-color: #fff;
    padding: 15px;
    margin: 30px 6px;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 12px;
    display: inline-block;
    width: 330px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: #1caace00 3px solid;
    height: 430px;
    position: relative;
    transition: all 300ms ease;
}

.index-card .card-img img {
    background-position: center;
    background-origin: border-box;
    background-size: contain;
    width: 100%;
    border-radius: 12px;
    transform: translateY(-30%);
    margin-bottom: -2.25rem;
    max-width: 294px;
    max-height: 196px;
    min-height: 196px
}

.index-card .name {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.re-card .name .hastag,
.index-card .name .hastag {
    color: #FF6060;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}

.name .hastag {
    transition: all 300ms ease;
}

.name .hastag:hover {
    color: #eb2c2c;
    transition: all 150ms ease;
}

.re-card .name .hastag a:first-child,
.index-card .name .hastag a:first-child {
    margin-right: 6px;
}

.re-card .name h2,
.index-card .name h2 {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    padding: 9px 0;
}

.re-card .name small,
.index-card .name small {
    font-size: 14px;
    font-weight: 400;
    color: #A0A0A0;
    margin-bottom: 9px;
}

.index-card .name-text,
.re-card .name-text {
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    text-wrap: wrap;
    letter-spacing: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.index-card:hover {
    transform: translateY(-2%);
    transition: all 150ms ease;
}

.index-card .learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 9px;
    border-radius: 36px;
    background-color: #0d9799;
    color: #fff;
    position: absolute;
    bottom: 1rem;
    width: 90%;
}

.index-card .learn-more:hover {
    background-color: #4CA9AA;
}

.scrollbar::-webkit-scrollbar {
    height: 12px;

}

.scrollbar::-webkit-scrollbar-track {
    background-color: #b6b6b652;
    border-radius: 10px;
    margin: 24px 130px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 25px;
}

/* 首頁-案例+剪影 */
.index-report {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding: 2rem 0.75rem;
    /* background-position: bottom;
    background-repeat: no-repeat; */
}

.stories,
.report {
    padding: 2rem 0;
}

.re-card {
    background-color: #ffffff;
    padding: 1rem 16px 32px;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 12px 12px;
    border: 2px solid #f0f0f0;
    border-top: 0;
}

.owl-full .re-card .name {
    margin: 0rem 0 1.5rem;
}

.re-card .name-text {
    margin: 0.75rem 0 1.75rem;
    line-height: 1.25;
    font-size: 1rem;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    padding: 12px 0;
    width: 100%;
}

.owl-full {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.owl-full iframe {
    width: 100%;
    border-radius: 12px 12px 0 0;
    height: 217px;
}

.owl-full .re-card-img img {
    border-radius: 12px 12px 0 0;
}

.re-card .learn-more a {
    border: #212529 1px solid;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 6px;
    color: #212529;
    transition: all 300ms ease;
}

.owl-full .re-card {
    padding: 2rem 1.5rem;
}

.re-card .learn-more a:hover {
    background: #212529;
    color: #fff;
}

.owl-carousel .owl-nav button {
    background: #212529;
    color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 21px 6px !important;
    background: #ffb95e !important;
    color: #fff !important;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%);
}

/* list頁 */
.paperlist {
    background-color: #ffffff;
    padding-bottom: 48px;
}

.top-dec {
    width: 100%;
    position: relative;
    margin-bottom: 4rem !important;

}

.top-dec .breadcrumb {
    position: absolute;
    background: #4CA9AA;
    color: #fff;
    border-radius: 36px;
    padding: 12px 24px;
    bottom: 0;
    bottom: -2.25rem;
    left: 6.25rem;
    transition: all 300ms ease;
}

.top-dec .breadcrumb a:hover {
    color: #212529;
    transition: all 150ms ease;
}

.top-dec .page-title {
    font-size: 96px;
    font-weight: 600;
    text-align: center;
    background: url(../images/page-top-dec.png);
    color: #fff;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.aside-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.aside-title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
}

.aside-title .small {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}

.aside-title .small span {
    width: 21px;
    height: 0.5px;
    border: #212529 0.5px solid;
    opacity: 0.25;
    margin: 0 12px;
}

.aside-title .tap-title {
    position: relative;
}

.aside-title .tap-title span {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #4ca9aa;
    top: 0%;
    right: 30%;
    z-index: -1;
    position: absolute;
    animation: 3s linear 1s infinite alternate span;
}

.aside-list {
    background-color: #f3f3f3;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    margin-bottom: 1rem;
}

.aside-list ul li {
    line-height: 3rem;
    width: 100%;
    padding: 3px 0;

}

.aside-list ul li a {
    width: 100%;
    padding: 0px 30px;
    display: inline-block;
    font-size: 18px;
    border-radius: 3px;
    background-color: #fff;
    transition: all 300ms ease;
}

.aside-list ul li a:hover {
    background-color: #4ca9aa;
    color: #fff;
    transition: all 150ms ease;
}

.aside-list li a.active {
    background-color: #4ca9aa;
    color: #ffffff;
}

.article-full {
    background-color: #fdfdfd;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.article-detail {
    font-size: 18px;
    padding: 0px 36px 30px;
}

.article-detail iframe {
    width: 80%;
    height: 500px;
}

.article-detail p{
	letter-spacing: 0.25rem;
    line-height: 1.75rem;
}

.page-main-search {
    position: relative;
}



.page-main-menu,
.page-main-search {

    padding: 1.5rem 1.125rem 1.25rem;
    background: #f1f1f1;
    border-radius: 0.25rem 0 0 0;
}

.pms-toggler-box {
    display: flex;
    margin-bottom: 1rem;
    width: auto;
    align-items: center;
    width: 100%;
    white-space: nowrap;


}



.pms-toggler {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    border-radius: calc(1.125rem + 1px);
    color: #fff;
    background: #a0a0a0;
    ;
    border: none;
    position: relative;
}

.pms-toggler-box span {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.08);
    border: none;
}


.pms-toggler[aria-expanded=false] .fa-filter {
    opacity: 1;
}

.pms-toggler[aria-expanded=true] .fa-times {
    opacity: 1;
}


.pms-btn button[type=submit] {
    padding: .375rem 1rem;
    border: none;
    border-radius: calc(1.125rem + 1px);
    color: #fff;
    background-color: #0d9799;
}

.pms-btn button:hover {
    background-color: #1CAACE;
}

.pms-toggler i {
    display: block;
    width: 1.5rem;
    /* line-height: 1.5; */
    text-align: center;
    transition: all .1s ease-in-out .1s;
    position: absolute;
    top: 0.375rem;
    right: 0.75rem;
    opacity: 0;
}

.pms-box {
    margin: 0;
    width: 100%;
}

.pms-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

@media screen and (min-width: 768px) {
    .pms-group .full {
        width: 100%;
    }

    .pms-group .half {
        width: 50%;
    }

    /* .navbar-expand-sm .navbar-collapse{
        display: none !important;
    } */
}

/* .page-main-search .navbar-expand-sm .navbar-collapse {
    display: none !important;

} */


.pms-item {
    padding: 0 0.5rem;
    width: 100%;
}

.pms-btn {
    margin-top: 1rem;
    text-align: right;
}

.pms-item select,
.pms-item input,
.pms-item .input-group-text {
    margin-bottom: 1rem;
}

.pms-item label,
.pms-item small {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    color: #777;
    padding-left: 3px;
}

.list-status {
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0.5rem 1.5rem;
    background: #2D4545;
    color: #fff;
}

.list-status .ls-title {
    font-size: 18px;
    font-weight: 500;
}


.list-status br {
    display: none;
}

.list-status .ls-text {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-style: italic;


}

.list-each {
    display: flex;
    align-items: start;
    padding: 0 1rem;
    border-radius: 6px;
    position: relative;
    margin: 2rem 0;
    transition: all 300ms ease;
    align-items: center;
    position: relative;

}


.list-each:not(:last-child) {
    margin-bottom: 2rem;
}

.list-each:hover {
    background-color: #f0f0f0;
    transition: all 300ms ease;
}

.list-each:not(:last-child)::after {
    content: '';
    width: 100%;
    position: absolute;
    border-top: #212529 1px solid;
    opacity: 0.15;
    height: 1px;
    bottom: -1rem;
    left: 0;
}

.list-each span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0d9799;
    width: 50px !important;
    height: 50px !important;
    text-wrap: nowrap;
    border-radius: 100%;
    color: #fff;

}

.list-info {
    padding: 12px 21px;
}

.list-info .info-up {
    font-size: 21px;
    font-weight: 500;
    padding: 0px 12px;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 24px;
    letter-spacing: .5px;

}

.list-info .info-down {
    font-size: 16px;

    padding: 1rem 12px 6px;
    color: #a0a0a0;
    opacity: 0.85;
}

.tab-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-page {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
}

.tab-page .tab-val a {
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    align-items: center;


}

.tab-page .tab-val {
    padding: 6px;
}

.tab-page .tab-val a.active {
    background-color: #0d9799;
    color: #fff;
    border-radius: 100%;
}

.tab-val:hover a {
    background-color: #4ca9aa;
    color: #fff;
    transition: all 300ms ease;
}

.tab-val:hover i {
    color: #fff;

}

.tab-page a i {
    color: #A0A0A0;
}

.img-con {
    max-height: 211px;
    overflow: hidden;
    
}

/* details 頁 */
.detail {
    padding: 2rem 1rem !important;
    background-color: #fcfcfc;
}

.article-title {
    background: linear-gradient(60deg, #4ca9aa 0%, rgba(131, 210, 197, 1) 100%);
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-title .ati-title {
    padding-left: 12px;
    line-height: 2rem;
}

.article-detail .arti-tag {
    color: #FF6060;
    padding-left: 1.5rem;
}

.article-h2 {
    font-size: 21px;
    font-weight: 500;
    padding: 1rem 0px 2rem;
    font-family: "Noto Sans TC", sans-serif;
    display: flex;
    color: #FF6060;
    align-items: center;

}

.article-h2:not(:first-child) {
    position: relative;
    margin-top: 2rem;
}

.article-h2:not(:first-child):before {
    width: 100%;
    height: 1px;
    background-color: #212529;
    opacity: .25;
    content: '';
    top: -.5rem;
    position: absolute;
}

.article-h2 span {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #212529;
    padding: 6px 12px;
    border-radius: 6px;
    text-wrap: nowrap;
    letter-spacing: 12px;
    transition: all 300ms ease;
}


.about .article-h2 {
    font-size: 21px;
    font-weight: 500;
    padding: 1rem 0px 2rem;
    font-family: "Noto Sans TC", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .article-h2 span {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #212529;
    padding: 6px 12px;
    border-radius: 6px;
    text-wrap: nowrap;
    letter-spacing: 12px;
    transition: all 300ms ease;
}

/* .about .article-text:hover .article-h2 span {
    letter-spacing: 3px;
    color: #0d9799;
    transition: all 150ms ease;

} */
.article-text ul {
    padding-left: 1.5rem;
    list-style-type: decimal;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    margin: 1rem 0;
}

.article-text ul li {
    padding-left: 1rem;
    text-indent: -1em;
    padding-bottom: .5rem;
    line-height: 1.5rem;
}

.article-text ul h3 {
    text-indent: -1.5em;
    color: #0d9799;
    font-weight: 500;
    padding-bottom: .5rem;
}

.article-text ul li b {
    font-weight: 600;
}

.article-h2 small {
    display: block;
    width: 40%;
    max-width: 100%;
    height: 2px;
    background-color: #4ca9aa;
    border: none;
}

.article-text {
    padding: 1rem 1rem;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #212529;
}

.article-text .table {
    text-align: center;
    width: 100%;
    table-layout: fixed;

}

.article-text .table th {
    background-color: #0d9799;
    color: #fff;
    border-left: 1px solid #ffffff70;

}

.article-text .table td {
    vertical-align: middle;
    border-left: 1px solid #6c757d18;
    border-top: 1px solid #6c757d18;
    border-bottom: 1px solid #6c757d18;
}

.article-text .table td i {
    font-size: 1.5rem;
}

.article-text .table td small {
    font-size: 1rem;
}

.article-text.map i {
    color: #FF6060;
}

.article-text .img-p {
    color: #A0A0A0 !important;
    font-size: 1rem;
}

.article-text p {
    font-size: 16px;
    letter-spacing: 1.8px;
    line-height: 1.5rem;
    font-weight: 400;
}

.article-text p span {
    font-family: "Noto Sans TC", sans-serif
}

.article-text img {
    width: 100%;
    border-radius: 6px;
}

.article-text h1 {
    color: #f5b95f;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
}

.article-text h1 i {
    font-size: 1rem;
    vertical-align: middle;
    padding-top: .25rem;
}

.article-text .frvi {
    position: relative;
}

.article-text .frvi::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 1.25rem;
    border-top: #2125294d 2px dotted;
}

.article-link {
    margin: 12px 0 0;
}

.article-link a {
    background-color: #FF6060;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    height: 40px;
    border-radius: 6px;
    padding: 10px;
    font-weight: 500;
    color: #fff;
    transition: all 300ms ease;
    margin: 1rem 0;
}

.article-link a:hover {
    border-radius: 6px;
    background-color: #ec9c24;

}

.article-img img {
    width: 100%;
    border: 1px solid #9e9e9e;
}

.article-dt {
    width: 100%;
    display: flex;
    background-color: #f3f3f3;
    padding: 12px 21px;
    font-size: 16px;
    align-items: center;
    color: #212529;
}

.arti-dh {
    text-wrap: nowrap;
    width: 10rem;
}

.arti-dr {
    padding-left: 2rem;
    width: 36rem;
}

.article-dt:nth-child(odd) {
    /* background-color: #4ca9aa5b; */
    background-color: #ffb95ed8;
}

.article-dt:last-of-type {
    border-bottom: 2px solid #ffb95e;
}

.cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    padding: 0 1rem 0.75rem;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.cell h3 {
    font-size: 24px;
    font-weight: 500;
    z-index: 3;
}

.cell h4 {
    padding: 1rem 0;
    font-size: 15px;
    z-index: 3;
    text-align: center;
    font-weight: 400;
}

.cell .small {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    z-index: 3;
}

.cell .small span {
    height: 1px;
    width: 15px;
    margin: 0 6px;
    background-color: #212529;
    z-index: 3;

}

.cell:hover .dr-box {

    transition: all 150ms ease;
    z-index: 3;

}


.dr-box {
    background-color: #0d9799;
    border-radius: 100%;
    margin: 1rem;
    margin-bottom: 3rem;
    color: #FF6060;
    z-index: 3;

}

.cell::after {
    content: '';
    position: absolute;
    width: 0%;
    top: 20%;
    left: 40%;
    height: 0%;
    z-index: 1;
    border-radius: 100%;
    transition: all 650ms ease;
}

.cell:hover {
    color: #fff;
    transition: 150ms all ease;
}

.cell:hover span {
    background-color: #fff;
}

.cell.c-fir:hover::after {
    top: -25%;
    left: -55%;
    width: 600px;
    height: 600px;
    background-color: #075a5c;
    transition: all 500ms ease;
}

.cell.c-sec:hover::after {
    top: -25%;
    left: -55%;
    width: 600px;
    height: 600px;
    background-color: #ec9c24;
    transition: all 500ms ease;
}

.cell.c-thr:hover::after {
    top: -25%;
    left: -55%;
    width: 600px;
    height: 600px;
    background-color: #f14545;
    transition: all 500ms ease;
}

.dr-box.fir {
    animation: 3s linear 1.5s infinite alternate span1;

}

.dr-box.sec {
    animation: 3s linear 1s infinite alternate span2;

}

.dr-box.thr {
    animation: 3s linear 1.5s infinite alternate span3;

}

@keyframes span1 {
    0% {
        transform: translate(1%);
    }



    50% {
        transform: translateY(9%);
    }



    100% {
        transform: translate(1%);
    }
}

@keyframes span2 {
    0% {
        transform: translateY(3%);
    }



    50% {
        transform: translateY(9%);
    }



    100% {
        transform: translateY(3%);
    }
}

@keyframes span3 {
    0% {
        transform: translateY(-2%);
    }



    50% {
        transform: translateY(9%);
    }



    100% {
        transform: translateY(-2%);
    }
}

.dr-box img {
    width: 100%;
}

.article-add {
    opacity: 0.75;
    padding: .75rem 1.5rem;
    background-color: #f1f1f1;
    margin: 1rem 0;
}

.article-add .add-a {
    font-size: 16px;
    line-height: 1.5rem;


}

.article-add .add-a:not(:last-child) {
    margin-bottom: .75rem;
}

.article-add .add-a span {

    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}

.article-add .add-a a {
    border-bottom: 1px solid #555;
    transition: all 300ms ease;
    color: #0d9799;
}

.article-add .add-a a:hover {
    color: #212529;
    transition: all 100ms ease;
}

.contac .other-title {
    padding: 24px 0 0;
}

.contac .other-title,
.article-other h4 {
    text-align: center;
}

.contac .other-title h4 {
    font-weight: 500;
}

.article-other .other-title {
    width: 100%;
    display: flex;
    padding: 0 0 24px;
    justify-content: center;
    align-items: center;
}

.article-other .tab-ful {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.article-other .tab-ful a {
    color: #0d9799;
}

.article-other .tab-ful a:hover {
    color: #4ca9aa;
}

.article-other .tab-list {
    background-color: #d9d9d9;
    padding: 9px 12px;
    border-radius: 6px;
    /* margin-right: 18px;
    margin-bottom: 12px;
    margin-top: 12px; */
}

.core br {
    display: none;
}

.tab-ful .tab-text {
    padding: 12px;
    display: flex;
    flex-direction: column;


}

.gotop {
    display: flex;
    align-items: center;
    padding: 0.3125rem 0;
}

.gotop span {
    width: 100%;
    height: 2px;
    background: #787878;
}

.gotop a {
    padding: 0 0.75rem;
    line-height: 1.875rem;
    white-space: nowrap;
    font-size: 0.875rem;
    color: #ffffff;
    background: #787878;
    border-radius: 6px;
    position: relative;
}

.goback {
    text-align: end;
    padding: 12px;
    margin-top: 24px;
    font-size: 16px;
}

.goback a i {
    color: #A0A0A0;

}

.goback a {
    border: #A0A0A0 1px solid;
    padding: 4px 12px 6px;
    border-radius: 36px;
    color: #A0A0A0;
    transition: all 300ms ease;
}

.goback a:hover {
    color: #fff;
    background-color: #4ca9aa;
    border: 0;
    transition: all 150ms ease;
}

/* 診所環境(圖片區) */
.img-container {
    border-radius: 6px;
    width: 100%;
    transition: all 300ms ease;
}

.example-image-link img {
    border-radius: 0;
    margin: 0 !important;


}

.example-image-link h4 {
    text-align: center;
    padding: .25rem 1rem;
    vertical-align: middle;
    background-color: #80775e;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;

}

.img-container:hover {
    cursor: zoom-in;
    transform: translateY(-2%);
    transition: all 150ms ease;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* 醫師團隊 */
.team-box .dr-img {
    position: relative;
}

.team-box .dr-img img {
    position: relative;
    border-radius: 6px;
    z-index: 3;

}

.team-box .dr-img h2 {

    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: .5rem 0rem;


    color: #0d9799;
    margin: 0 1rem;
    border-radius: 12px 0;
    font-size: 1.75rem;
    font-weight: 600;


    line-height: 1.25;

}

.team-box .dr-img h2 small {
    font-size: 1.25rem;
    font-weight: 400;
    color: #212529;
}

.team-box .dr-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FF6060;
    color: #FF6060;
    padding: .25rem;
    font-size: 1rem;
    border-radius: 36px;

    margin: 0 2rem 0 2rem;
    margin-top: 1rem;
}

.team-box .dr-img a:hover {
    background-color: #FF6060;
    color: #fff;
}

.team-box .dr-ex {
    display: flex;
    flex-wrap: wrap;

}

.team-box .dr-tx {
    font-size: 16px;
    line-height: 1.75;
    color: #212529c9;

}

.team-box .dr-ti {
    position: relative;
    color: #f14545;
    font-weight: 500;
    padding-left: 1.75rem;
    padding-right: 0;
    padding-bottom: .75rem;
    padding-top: .25rem;
}

.team-box .dr-ti::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 21px;
    background-color: #f14545;
    left: 1rem;
    top: .2rem;
    margin-top: .25rem;

}

.team-box .dr-ex span {
    border: 1.5px solid #0d9799;
    border-radius: 36px;
    padding: .25rem .75rem .35rem;
    color: #0d9799;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif !important;
    font-weight: 400;
    margin: .25rem .5rem .25rem 0;
    font-size: 16px;

}

/* 線上預約頁面 */
.reservation .article-detail {
    padding-top: 2rem;
}

.reservation .tap-title span {
    background: #4ca9aa;
}

.reservation .aside-list a:hover {
    background: #4ca9aa;
}

.reservation .aside-list .active {
    background: #4ca9aa;
}

.reservation .article-title {
    background: #4ca9aa;
}

.reservation .list-status {
    background: #2D4545 !important;
    padding: 1.5rem 1rem;

}

.reservation .ls-cat {
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    padding: 1rem 1.5rem;
    line-height: 2rem;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: #212529c4;
}

.reservation .ti-text h1 {
    font-size: 24px;
    font-weight: 600;
}

.reservation .ti-text span {
    width: 30px;
    height: 3px;
    background-color: #0d9799;
    margin: 1.5rem 0 2rem;
    display: flex;
}

.reservation .ti-text h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
}

.reservation .article-detail ul {
    margin: 12px 0;
    line-height: 2rem;
    font-size: 16px;
    font-weight: 300;
}


.reservation form {
    background: #e7e7e79a;
    padding: 9px 21px;
    border-radius: 12px;
}

.reservation iframe {
    border-radius: 6px;
}

.reservation .cf-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: rgba(0, 0, 0, .15) solid 1px;
}

.cf-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: rgba(0, 0, 0, .15) solid 1px;
}

.cf-row img{
	border-radius: 10px;
	margin: 20px 0px 20px 0px;
}
/* .cont-form {
    margin: 1rem 0;
    padding: 1rem 2rem;
   
} */
.reservation .form-select {
    color: #2125297c;
	
}


.reservation input {
    color: #2125297c !important;
	
}

.cont-form-title {
    font-weight: 500;
}

.cont-form-group {
    padding: 2rem 0;
    position: relative;
}

.cf-title {
    padding: 0.5rem 0.5rem 0.5rem;
    /* width: 3rem; */
    text-align: left;
    line-height: 1.2;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
}

.cf-data {
    width: 100%;
}

.checkbox-row{
	display: flex;
    flex-wrap: wrap;
	padding-top: 10px;
}

.upload-button {
	width:250px;
	height: calc(0.75rem + 1.5rem + 2px);
 padding: 10px 50px 10px 50px;
 background:#0D9799;
 color: white;
	border-radius: 2rem;
	font-size: 0.875rem;
	text-align: center;
	margin-bottom: 10px;
 }

.gradient-btn {
    background-color: #0d9799;
    color: #fff;
    display: inline-block;
    padding: 0.375rem 1rem;
    height: calc(0.75rem + 1.5rem + 2px);
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-radius: 2rem;
    width: 100%;
    border: none;
    transition: all .2s ease-in-out .2s;
}

.reservation .process,
.reservation .info.top {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-bottom: rgba(0, 0, 0, .15) dotted 2px;
}

.reservation .cell {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    position: relative;
    background: none;
}

.reservation .title {
    color: #f14545;
    font-weight: 500;
}

.reservation .cell:hover {
    color: #212529;
}

.reservation .cell h4 {
    padding: 0;
}

.reservation .cell img {
    margin: 0 auto 10px auto;
    max-width: 80px;
}

.reservation .step {
    margin-bottom: .5rem;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 1.5rem;
    width: 100%;
    padding: 6px 0;
}

/* .reservation .cell:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #e16b6b;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -10px;
} */

/* 醫療新知DETAIL */

.arti-case {
    padding: 1.5rem 0;
}

.arti-case .ob-title {
    display: flex;
    padding: 1rem .5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.arti-case .other-box {
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
    transition: all 300ms ease;
}

.arti-case .re-card {
    border: 0;
    padding: 1rem;
}

.arti-case .other-box:hover {
    transform: translateY(-1%);
    transition: all 150ms ease;
}

.arti-case .name .hastag {
    font-size: 14px;
}

.arti-case .name h2 {
    font-size: 1.5rem;
    padding-bottom: 2rem;
}

.arti-case .learn-more {
    justify-content: start;
    display: flex;
}

.arti-case .learn-more a {
    padding: 0.5rem 1rem;
    font-size: 14px;

}

.arti-case .learn-more a:hover {
    letter-spacing: 4px;
}

.arti-case .re-card-img img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.arti-case .other-box img {
    width: 100%;
}

/* 圖片LIST */
.list-nav {
    margin-bottom: 1.25rem !important;
}

.list-nav li {
    padding: .25rem;
    margin: .25rem 0;
}

.list-nav li a {
    padding: 0rem .5rem;
    border: #0d9799 1px solid;
    border-radius: 6px;
    font-size: 1rem;
    color: #0d9799;
    transition: 300ms all ease;
}

.list-nav li a:hover,
.list-nav .nav-item.active a {
    background-color: #0d9799;
    color: #fff;
    transition: 150ms all ease;
}

.list-box {
    overflow: hidden;
    transition: all 300ms ease;
}

.list-box:hover {
    transition: all 150ms ease;
}

.list-box .re-card-img {
    overflow: hidden;
}

.list-box .re-card {
    border: 0;
}

.list-box .learn-more {
    margin-top: .5rem;
}

.list-box .re-card-img img {
    width: 100%;
    transition: all 300ms ease;


}

.re-card .name {
    margin: 0rem
}

.list-box .re-card {
    text-align: center;
    padding: 0;
}

.list-box .re-card .name a:hover h2 {
    color: #0d9799 !important;
}

.list-box .re-card h2 {
    font-size: 1rem !important;
    padding: .5rem .5rem;
    line-height: 1.25;
    color: #212529;
    font-weight: 500;
}

.name .hastag a:hover {
    text-decoration: underline;
}

.re-card .info-down {
    font-size: .85rem;
    color: #a0a0a0;
}

.list-box .re-card-img {
    overflow: hidden;
    max-height: 218px;
}

.list-box .re-card-img img:hover {
    transform: scale(1.1);
}

.glory .info-down {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 1rem;
    padding: 0 1rem;
}

.consult .message {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: rgba(0, 0, 0, .3) dashed 1px;
    letter-spacing: normal;
}

.consult .message .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .2);
}

.consult .message .user {
    padding-bottom: 1rem;
    border-bottom: rgba(255, 255, 255, .5) dashed 1px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.consult .message .user .comment {
    background-color: #fff !important;
    width: 100%;
}

.consult .message .comment {
    text-align: left;
    border-radius: 1rem;
    position: relative;
    padding: 1rem 1rem;
}

.consult .message .head {
    width: 150px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
}

.consult .message .head small {
    font-size: .8rem;
}

.consult .message .user .comment:before {
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    right: -8.7px;
}

.consult .message .comment:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 576px) {

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
}

.consult .message .date {
    padding-top: 1.5rem;
    font-size: .8rem;
    text-align: right;
}

.consult .message .reply .head {
    min-height: 80px;
    position: relative;
}

.consult .message .reply .comment {
    background: rgba(255, 255, 255, .75);
}

.consult .message .reply .comment:before {
    border-width: 5px 8.7px 5px 0;
    border-color: transparent rgba(255, 255, 255, .75) transparent transparent;
    left: -7.7px;
}

.consult .message .reply {
    padding-top: 1rem;
}

.consult .message .reply .comment {
    background: rgba(255, 255, 255, .75);
}

.consult .message .reply .head:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff solid 3px;
    border-radius: 80px;
    background: url(../images/logo_dec.png) center no-repeat;
    background-size: cover;
}

.consult .modal-btn {
    border: #FF6060 1px solid;
    color: #FF6060;
    transition: all 300ms ease;
    border-radius: 3px;
}

.consult .modal-btn:hover {
    border: #FF6060 1px solid;
    background-color: #FF6060;
    color: #F3F3F4;
    transition: all 150ms ease;
}

/* footer */

footer {
    background-color: #fafafa;
}

.footer-nav {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #F3F3F4;


}

.footer-main {
    padding: 1.5rem;
}

.footer-nav-list::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    margin-top: 6px
}



.footer-nav-list::-webkit-scrollbar-thumb {

    background: #A0A0A0;

}

.footer-nav-list {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 1rem;
    justify-content: center;
}

.footer-nav-item {
    position: relative;
    transition: all 150ms ease;
}

.footer-nav-item a:hover {
    color: #0d9799;
    transition: all 300ms ease;
}

.footer-nav-item:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 0.875rem;
    background: #212529;
    opacity: 0.5;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -1.5rem;
}

.footer-nav-item:not(:last-child) {
    margin-right: 3rem;
}

.footer-nav-link {
    color: #212529;
    line-height: 2rem;
    font-size: 18px;
    white-space: nowrap;
}

.footer-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(90deg, #4CA9AA 0%, #2E9FD8 100%);
    padding: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.footer-right .number {
    display: flex;
}

.footer-right .rights {
    text-align: end;
}

.right-text {
    letter-spacing: 2px;
    line-height: 21px;
    font-size: 14px;
    opacity: 0.75;
    white-space: pre-line;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 100%;


}

.footer-info {
    line-height: 2;
    padding-left: 21px;
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;

}

.contact-icon {
    color: #fff;

    justify-content: center;
    align-items: center;
    display: flex;
}

.contact-icon a {
    background-color: #4ca9aa;
    margin-right: 0.75rem;
    border-radius: 100%;
    font-size: 24px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 150ms ease;
}

.contact-icon a:hover {
    transform: translateY(-10%);
    transition: all 300ms ease;
}

/* 右側選單 */


.right-box {
    width: 52px;
    transform: translateY(-20%);
    position: fixed;
    bottom: 0%;
    right: 35px;
    z-index: 998;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.right-box a {
    color: #fff;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 9px;
    border-radius: 6px;
    background-color: #1872a6;
    overflow: hidden;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    transition: all 300ms ease;
}

.right-box a:hover {
    transition: all 450ms ease;
    background-color: #0d9799;

}


.scroll-to-top {
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    background-color: #ffb95e;
    border-radius: 100%;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}



.right-box-online span{
    color: #FF6060;
    position: absolute;
    white-space: pre;
    font-size: 15px;
    top: -20px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .right-box-online span{
    -webkit-color: #FF6060;
    -webkit-position: absolute;
    -webkit-white-space: pre;
    -webkit-font-size: 15px;
    -webkit-top: -8px;
        color: #FF6060;
    position: absolute;
    white-space: pre;
    font-size: 15px;
    top: -8px;
    }
}
