/* font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; */

:root {
    --def-blk: #333333;
    --def-white1: #D9D9D9;
    --def-white2: #F1F1F1;
    --lgt-green: #88BB7B;
    --prm-blue: #1CAACE;
    --txt-blue: #3CB9D9;
    --drk-blue: #1157a6;
    --def-orange: #ea4b74;
    --lgt-orange: #F0C24B;
    --prm-orange: #e63946;
    --txt-orange: #e74b0d;
    --drk-orange: #db371d;
    --fontawesome: 'Font Awesome 5 Free';
    scroll-padding-top: 7rem;
}


body {
    background: #fff;
    color: #555;
    font-family: "Noto Sans TC", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


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;
}

/* .navbar{
    justify-content: center;
    align-items: center;
} */
.navbar-toggler {
    border: 0;
}

.hidden {
    opacity: 0;
}

.new {
    display: flex;
    justify-content: space-around;


}

.fixed .new {
    padding: 12px;
}

.fixed .new img {
    width: 85%;
}

@media(min-width: 1200px) {
    .new {
        width: 35%;
    }
}

.header {
    align-items: center;
    background: #f8f9fa;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly; */
    left: 0;
    /* padding: 6px 30px; */
    transition: all ease 300ms;
    top: 0;
    width: 100%;
    z-index: 999;

}

.fixed {

    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    position: fixed;
    display: none;
    z-index: 9999;
}

.display {
    display: block;
    opacity: 1;
}

.header .container {
    max-width: 1800px;
}

.header-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.header-login {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;

}

.header-login .login-input {
    background-color: #F1F1F1;
    padding: 9px 21px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.header-login .login-input a {
    padding: 6px 9px;
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
    border-radius: 3px;
    color: #fff;
    margin-left: 12px;

}

.header-login .login-input input::placeholder {
    font-weight: 500;
    font-family: "Noto Sans TC", sans-serif;
    color: #A0A0A0;
}

.header-login .login-input input {
    background-color: #D9D9D9;
    padding: 6PX 9px;
    border: 0;
    border-radius: 3px;
    margin-left: 3PX;
}

.header-login .login-other {
    display: flex;
    flex-direction: column;

}

.header-login .login-other a {
    padding: 5px 9px;
    background-color: #D9D9D9;
    border-radius: 3px;
    margin: 1px;
    margin-left: 9px;
}



.fixed .header-menu {
    padding-top: 0
}

.fixed .bottom-search .collapse-box {
    margin-top: 8px;
    margin-left: auto;
    width: 220px;
    position: absolute;
    right: auto;
    top: 70%;
    z-index: 100;
    border-radius: 3px;

}

.bottom-search .collapse-box input {
    border: #1CAACE 2px solid;
}

.header-menu .member {
    display: none;
}
.header-menu .btn:hover{
background-color: #1999b9;
border: 0 !important;

}
.header-menu .btn{
    background-color: #1999b9;
    color: #fff;
}
.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 {

    border: 0 !important;
    padding: 12px;
    line-height: 0;
    text-align: center;
}
.header-menu .member a {

    font-size: 20px;
    color: #1CAACE;
}

.navbar-brand img {
    width: 100%;
}

.header-menu {
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    display: flex;
    padding-top: 12px;
    width: 100%;
    /* justify-content: end; */
}

@media screen and (min-width: 992px) {
    .header-menu {
        justify-content: end;
    }
}

.tog-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu li {
    align-items: center;
    display: flex;
    justify-content: center;
    /* margin: 0 9px; */
    padding: 0 9px;
    position: relative;
}



.header-menu li a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-wrap: nowrap;

}

.fixed a:hover,
.header .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #3CB9D9;
}

.header .dropdown-menu,
.fixed .dropdown-menu {
    border-bottom: #FFCE20 7px solid !important;
    min-width: 12rem !important;

}

.header .dropdown-menu a,
.fixed .dropdown-menu a {
    text-align: center;
    padding: 18px 21px;

}

.fixed .dropdown-menu[data-bs-popper] {
    top: 200% !important;
    left: -30% !important;
}

.header .dropdown-menu[data-bs-popper] {
    top: 135% !important;
    left: auto !important;
}

.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;
}

/* index-bg */
/* .pop-news{
    width: 100%;
    height: 100vh;
    background: #00000077;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
}
.pop-news .modal{
    border-radius: 1rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 5%;
    width:70%;
    height: auto;
    background-color: #fff;
}
.pop-news .carousel .carousel-inner{
    border-radius: 1rem;
    border: #fff 3px solid;
} */
.modal-dialog{
    max-width: 60% !important;
    height: auto !important;
    top: 5%;
}
.modal-body{
    padding: .5rem .5rem 3rem !important;
}
.modal-body .carousel-indicators{
    bottom: -3.5rem;
    
}
.modal-body .carousel-indicators button{
    background-color: #1CAACE;
    height: 15px;
    width: 15px;
    border-radius: 100%;

}
@media(max-width:1200px) {
    .modal-dialog{
        max-width: 80% !important;
    top: 15%;
}
}
@media(max-width: 768px) {
    .modal-dialog{
        max-width: 80% !important;
    top: 15%;
}
}
@media(max-width: 540px) {
    .modal-dialog{
        max-width: 100% !important;
    top: 15%;
}
}
.modal-body img{
    width: 100%;
}
.index-bg {
    width: 100%;
    overflow: hidden;
    display: flex;
    background: url(../images/banner.jpg) 100% no-repeat;
    height: 780px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Ubuntu, Noto Sans TC, sans-serif;
    /* margin-top: 140px; */
    z-index: 1;
    padding-bottom: 100px;
    position: relative;
}


.index-bg .item-banner {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 50%;
    transform: translateY(-60%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    
}

.index-bg h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 15px;
  

}

.index-bg h5 {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", sans-serif;
    margin-bottom: 30px;

}


.index-bg h6 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 6px;
    padding: .5rem 2rem;
    background: linear-gradient(270deg, #1caacebb 0%, #72d0e8c0 100%);
    /* width: 100%; */
    border-radius: 36px;
    font-family: "Noto Sans TC", sans-serif;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

/* title */

.title {
    /* display: inline-block; */
    position: relative;
    text-align: center;

}

.full-title {
    background-color: #a0a0a018;
    padding: 10px;
    border-radius: 6px;
}

.full-title .small-en {
    margin: 0;
}

.title .en_font {
    color: #333333;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    position: relative;
    z-index: 30;

}

.title span {
    background: #FFCE20;
    bottom: 0px;
    left: 0;
    height: 18px;
    position: absolute;
    width: 100%;
    z-index: 1;

}

.small-en {
    font-size: 24px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 18px;
    font-family: "Noto Sans TC", sans-serif;
    color: #A0A0A0;
    text-align: center;
    position: relative;
    z-index: 10;
}

/* index-news */

.index-news {
    background: url(../images/news-block.png) bottom no-repeat;
    background-size: 100% auto;
    /* height: 730px;     */
    padding-top: 0px;
    position: relative;
    width: 100%;
    z-index: 2;
    font-family: "Noto Sans TC", sans-serif;
}

.index-news .news-report {
    display: flex;
    justify-content: center;
    /* position: absolute; */
    transform: translateY(-15%);
    top: -100px;
    width: 100%;
}

.two-box {
    display: flex;
    justify-content: space-between;
    /* max-width: 1230px; */
    width: 100%;

}

.two-box .box a:hover .bxh3 {
    color: #3CB9D9;
    transition: all 300ms ease;
}

.two-box .box-2 a:hover .bxh3 {
    color: #88BB7B;
    transition: all 300ms ease;

}

.two-box .item {
    background: #fff;
    -webkit-box-shadow: 22px 20px 36px -35px rgba(122, 122, 122, 0.41);
    -moz-box-shadow: 22px 20px 36px -35px rgba(122, 122, 122, 0.41);
    box-shadow: 22px 20px 36px -35px rgba(122, 122, 122, 0.41);
    border-radius: 10px;
    min-height: 650px;
    padding: 30px 36px;
    text-align: center;
    position: relative;
    padding-bottom: 5rem !important;

}

.two-box .item .ind-more {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 1.75rem;
    bottom: 1.75rem;
}


.two-box .item .box a {

    border-radius: 12px;
    margin: 12px 0;
    padding: 21px 24px;


}

.two-box .item .box-2 a {


    border-radius: 12px;
    margin: 12px 0;
    padding: 21px 24px;

}

.text-box {
    display: flex !important;

}

.box-time {
    display: flex;
    flex-direction: column;

    justify-content: center;
    width: 30%;

}

.box-time .time {
    font-size: 14px;
    margin-bottom: 3px;
    font-family: "Rubik", sans-serif;
}

.box-time .tag-2,
.box-time .tag {
    font-size: 18px;
    color: #fff;
    background-color: #1CAACE;
    padding: 6px 18px;
    border-radius: 6px;


}

.box-time .tag-2 {
    background-color: #88BB7B;
}

.news_list {
    padding: 0 0 15px 0;
}

.news_list li {
    width: 100%;
    border-bottom: #a0a0a077 1px solid;
    padding: 12px;

}

.news_list li:last-child {
    border: 0;
}

.news_list li .box-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
    width: 100%;

}

.news_list li .box-title .bxh3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 4px;
    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;
}


.box-title .bxp {
    font-size: 18px;
    color: #A0A0A0;
    margin-top: 4px;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    /* width: 100%; */
}

.more {
    background: linear-gradient(90deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
    padding: 15px 36px;
    color: #fff;
    margin-top: 24px;
    border-radius: 36px;
}


/* index-abus */
.index-abus {
    background: url(../images/abus-bg-01.png) 100% no-repeat;
    background-size: 100% auto;
    padding-top: 100px;
    padding-bottom: 150px;
    /* height: 730px; */
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-position: bottom;
}

.abus-text {
    line-height: 2;
    font-weight: 500;
    margin: 9px 36px 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-abus .container {
    max-width: 1200px;
}

.abus {
    padding: 7rem;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 10;

}

.abus-more a {

    padding: 24px 36px;
    /* width: 250px;
    height: 250px; */
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.abus-more a img {
    margin-bottom: 18px;
    max-width: 150px
}

.abus-more a:hover {
    background-color: #1CAACE;
    color: #fff;
    transition: all ease 300ms;
    box-shadow: rgba(241, 241, 243, 0.25) 0px 50px 100px -20px, #1caacebd 0px 30px 60px -30px;
}

.abus-more a:hover img {
    filter: brightness(10);
}

.index-abus .ab-one {
    background-color: #72D0E8;
    width: 150px;
    height: 150px;

    left: 7%;
    top: -2%;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: -10;
    animation: updown 1.5s linear 0s infinite alternate;
}


.index-abus .ab-three {
    background: url(../images/logo_single-logo-bgw.png) 100% no-repeat;
    width: 300px;
    height: 300px;
    left: 8%;
    top: -25%;
    background-size: contain;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: -10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .index-abus .ab-three::after{
    background: url(../images/re-dec-2.png) 95% no-repeat;
    position: absolute;
    top: 0;
    
    content: "";
    width: 298px;
    height: 298px;
} */

.index-abus .ab-two {

    background: url(../images/ab-dec-3.jpg) 100% no-repeat;
    width: 385px;
    height: 385px;
    right: 5%;
    top: -10%;
    background-size: contain;
    position: absolute;
    border-radius: 100%;
    z-index: -10;
    background-position: center;

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }


    100% {
        transform: rotate(1turn);
    }
}

@keyframes updown {
    0% {
        transform: translateY(0%);
    }


    100% {
        transform: translateY(20%);
    }
}


@keyframes updown1 {
    0% {
        transform: translateY(0%);
    }


    100% {
        transform: translateY(10%);
    }
}

.index-abus .ab-four {
    background: url(../images/re-dec-2.png) 100% no-repeat;
    width: 240px;
    height: 240px;
    background-size: contain;
    right: 2%;
    top: 5%;
    z-index: -10;
    position: absolute;
    border-radius: 100%;
    animation: updown 2s linear 0s infinite alternate;


}

.index-abus .ab-five {
    background: url(../images/dec-3-01.jpg) 100% no-repeat;
    width: 400px;
    height: 400px;
    background-size: contain;
    left: -2%;
    z-index: -10;
    bottom: -5%;
    position: absolute;
    border-radius: 100%;
    animation: updown1 2s linear 0s infinite alternate;
}

.index-abus .ab-six {
    background: url(../images/re-dec-2.png) 100% no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain;
    left: 12%;
    z-index: -10;
    bottom: -3%;
    position: absolute;
    border-radius: 100%;
}


/* .index-medican */

.index-medican,
.index-report,
.index-website {
    background-color: #F5F5F5;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

/* .index-supp-box {
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    width: 1000px;
} */
.index-report,
.index-medican {
    position: relative;
    /*height: 800px;*/
    padding: 100px 0 0 0;
}

.index-report {
    padding: 0;
}

.index-medican .med-dec {
    position: absolute;
    width: 630px;
    height: 630px;
    right: -5%;
    top: 0;
    background: url(../images/med-dec-5.jpg) 100% no-repeat;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
    z-index: 4;


}

.index-medican .med-dec-1 {

    width: 300px;
    height: 300px;
    background: url(../images/re-dec-2.png) 100% no-repeat;
    position: absolute;
    border-radius: 100%;
    right: 25%;
    z-index: 1;
    animation: rotate 1s linear 0s infinite;

}

.index-medican .med-dec-2 {
    position: absolute;
    border-radius: 100%;
    right: -5%;
    bottom: 20%;
    width: 300px;
    height: 300px;
    z-index: 10;
    background-color: #88BB7B;
    animation: updown1 2s linear 0s infinite alternate;
}

.index-report .re-dec {
    position: absolute;
    width: 700px;
    height: 700px;
    left: -2%;
    top: 0;
    transform: translate(-30% 100%);
    background: url(../images/report-dec.jpg) 100% no-repeat;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
    z-index: 1;
}

.index-report .re-dec span {
    width: 300px;
    height: 300px;
    background: url(../images/re-dec-2.png) 100% no-repeat;
    position: absolute;
    border-radius: 100%;
    bottom: -20%;
    left: 0%;
    animation: rotate 1s linear 0s infinite;
}

.one-left {
    display: flex;
    flex-direction: row-reverse;
    left: 0px;
}

.one-right {
    display: flex;
    right: 0;
}

.index-supp-box,
.index-supp-box-2 {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none !important;
    cursor: pointer;
    width: 1200px;
    bottom: 0;
    transform: translateX(-30%);
    z-index: 6;

}

.index-supp-box-2 {
    right: 0;
    transform: translateX(30%);

}

.index-supp-box .active,
.index-supp-box-2 .active {

    cursor: grabbing;
    transform: scale(1);
}

.scrollbar::-webkit-scrollbar {
    height: 12px;

}

.scrollbar::-webkit-scrollbar-track {
    background-color: #12748d52;
    border-radius: 10px;
    margin: 24px 130px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 25px;
}

/* .index-supp-box::-webkit-scrollbar-track {
    background-color: #d8d8d8d5;
    border-radius: 36px;
}

.index-supp-box::-webkit-scrollbar-thumb {
    height: 3px !important;
    background-color: #fff !important;
} */
/* @media  (max-width:1920px) and (min-width:1300px){
    .header-menu li{
        padding: 0 12px;
    }

} */
.index-supp-box .index-card:last-child {
    margin-left: 50px;
}

.index-supp-box-2 .index-card:last-child {
    margin-right: 50px;
}

.index-card {
    background-color: #fff;
    padding: 15px;
    margin: 30px 12px;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 12px;
    display: inline-block;
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: #1caace00 3px solid;

}

.index-card:hover {
    box-shadow: #dde7d952 0px 14px 28px, #1caace3a 0px 10px 10px;
    border: #ffffff 3px solid;

}

.index-card .card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;

}

.index-card .card-img img {

    background-position: center;
    /* transform: translateY(-15%); */
    background-origin: border-box;
    background-size: contain;

}

.index-card h2 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* Limit the Text line */
    -webkit-line-clamp: 1;


}

.index-card p {
    font-size: 1rem;
    color: #A0A0A0;
    font-weight: 400;
}

.index-card .learn-more {
    float: right;
    margin-top: 32px;
}


/* 
.index-supp-box::-webkit-scrollbar {
    width: 4px;
}

.index-supp-box::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.index-supp-box::-webkit-scrollbar-thumb {

    background-color: hsl(0, 100%, 56%) !important;
    border: 1px solid slategrey;
}

.index-supp-box::-webkit-scrollbar-track {
    box-shadow: transparent;
} */

.bg-dec {
    /* width: 1700px;
    max-width: 1700px; */
    width: 100%;
    background: linear-gradient(0deg, #1CAACE 0%, #72D0E8 100%);
    height: 400px;
    /* position: absolute; */
    z-index: 5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;


}

.index-med {
    left: 0px;
    bottom: 0px;
    transform: translate(-30%, -60%);
    border-radius: 0% 280px 280px 0%;
    margin-top: -100px;
    margin-bottom: -50px;
}

.index-rep {
    right: 0;
    bottom: 0px;
    transform: translate(30%, -73%);
    border-radius: 280px 0% 0% 280px;
    margin-top: -50px;
    margin-bottom: -100px;
}

.more-med {
    position: absolute;
    left: 0;
    transform: translateX(100%);

}

.more-med.mobile,
.more-rep.mobile {
    display: none;
    position: relative;
}

.more-rep {
    position: absolute;
    right: 0;
    transform: translateX(-100%);

}

.more {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

#button-7 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-7 a {
    position: relative;
    left: 0;
    transition: all .35s ease-Out;
}

#dub-arrow {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
}

#button-7 img {
    width: 20px;
    height: auto;
}

#button-7:hover #dub-arrow {
    left: 0;
}

#button-7:hover a {
    left: 150px;
}

.button {
    display: inline-flex;
    /* height: 40px;
    width: 150px; */
    border: 2px solid #ffffff;
    /* margin: 20px 20px 20px 20px; */
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.button a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}



/* website */
.owl-carousel .item {
    background-color: #fff;
}

.owl-theme .owl-nav {
    margin-top: -1rem !important;
}

.web-list {
    width: 100%;

}


.web-list a {
    height: 150px;
    width: 100%;
    border: #D9D9D9 2px dashed;
    border-right: 0;
    border-bottom: 0;
    padding: 0 1.75rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.web-list a img {
    width: 80%;
    /* max-width: 285px; */
    filter: grayscale(100);
    transition: all 300ms ease;
}

.web-list a:hover img {
    filter: grayscale(0);
    transition: all 150ms ease;
}

.index-website .owl-nav {
    position: absolute;
    top: -48%;
    left: 50%;
    transform: translateX(-50%);


}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    line-height: 0;
    padding-bottom: 10px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    font-size: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
    color: #fff;
    font-weight: 600 !important;
}

.index-website .owl-carousel {
    margin-top: 80px;
}

/* footer */
.footer {
    background-color: #171E1F;
    color: #fff;
    font-family: "Noto Sans TC", sans-serif;

}

.footer a:hover {
    color: #1CAACE;
}

/* .footer .container{
    max-width: 1200px;
} */

/* .footer-menu li {
    padding: 6px 15px;

} */

.fo-list {
    padding: 0 27px;
}

.three-box {
    padding: 30px;
}

.footer-logo {
    padding: 15px;
}

.footer-line {
    display: block;
    width: 100%;
    height: 2px;

    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
}

/* .footer-sec {

    padding: 9px 0 12px 0;

} */


.footer-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
    padding: 15px;
}

.footer-right .number {
    display: flex;
}

.footer-right .rights {
    text-align: end;
}

.footer-info {
    line-height: 2;
    padding-left: 21px;
}


/* abus-1 */
.wrappaper {
    background-color: #f3f3f3;
    overflow: hidden;
    padding-bottom: 48px;
}

.page-full {
    position: relative;
}

.page-full .page-dec {
    position: absolute;
    right: 0;
    top: 30%;
    border-radius: 50% 0% 0 50%;
    width: 350px;
    height: 350px;
    background: url(../images/about.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.page-title {
    font-size: 8rem;
    font-weight: 400;
    text-align: center;
    background: url(../images/about-bg.png) center;
    min-height: 339px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 150px;
}

@keyframes updown-abus {
    0% {
        transform: translate(100rem, -10%);
    }

    100% {
        transform: translate(100rem, -20%);
    }
}



.member-detail {
    background-color: #333333;
    border-radius: 0px 12px 12px;
    font-size: 18px;
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: #ffffff;
    position: relative;
}

.member-detail .login-title {
    background-color: #333333;
    padding: 9px 18px;
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    left: 0;
    top: -14%;
}

.member-detail .login-other {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}

.member-detail .login-other .forget {
    display: flex;
    flex-direction: column;
}

.member-detail .login-other .forget a {
    padding: 6px;
}

.member-detail .login-other .forget a:hover {
    color: #1CAACE;
}

.member-detail .login-other .enter {
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
    padding: 12px 12px;
    border-radius: 6px;
    margin-left: 12px;
}

.member-detail .login-input input {
    width: 100%;
    border: 0;
    border-radius: 3px;
    padding: 9px 12px;
    margin-bottom: 12px;
}

.member-detail .login-input input:last-child {
    margin-bottom: 1rem;
}

.member-detail .login-input input::placeholder {
    font-size: 16px;
}

.aside-list {
    background-color: #ffffff;
    border-radius: 12px;
    font-size: 21px;

    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}


.aside-title {
    padding: 30px 30px 0;
}

.aside-list h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25rem;
    color: #88BB7B;
}

.aside-list span {
    font-size: 20px;
    color: #88BB7B;
}

.aside-list hr {
    border: #A0A0A0 1px dashed;
    opacity: 1;
    margin: 0.5rem 0;
}

.aside-list ul {
    padding-bottom: 18px;

}

.aside-list li {
    width: 100%;

}

.aside-list li a {
    width: 100%;
    padding: 0px 30px;
    display: inline-block;
    font-size: 18px;
}

.aside-list li a.active {
    background-color: #88BB7B;
    color: #ffffff;
}

.aside-list li a:hover {
    background-color: #88BB7B;
    color: #ffffff;
}

.article-full {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 12px 0px 12px 12px;
    background-color: #ffffff;
    position: relative;
    border-top: 9px solid #1CAACE;

}

.article-full .top-nav {
    position: absolute;
    right: 0;
    top: -3rem;
    background-color: #1CAACE;
    padding: 12px 18px;
    border-radius: 12px 12px 0px 0px;
    z-index: 12;
}

.article-detail .top-nav {
    display: none;
}

.article-detail {

    /* border-radius: 12px 0px 12px 12px; */
    font-size: 18px;
    padding: 30px 36px;
    /* border-top: 9px solid #1CAACE; */



}

.article-full .top-nav .breadcrumb {
    margin: 0;
}

.article-full .top-nav li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.article-full .top-nav a {
    color: #333333
}

.article-full .top-nav a:hover {
    color: #fff;
}

/* .article-detail hr:nth-child(2) {
    margin-top: 0;
} */



.article-detail hr:nth-child(5) {
    border: #A0A0A0 1.25px solid;
    opacity: 1;
    margin: 21px 0;
}

.article-title {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    line-height: 2.75rem;
    letter-spacing: 2px;

}

.article-title img {
    margin-right: 1rem;
}

.article-title h2 {
    display: flex;
    align-items: center;
    padding: 1rem 0;


}

.article-title hr {
    border: #1CAACE 1.5px dashed;
    opacity: 1;
}

.article-text {
    line-height: 1.75rem;
    color: #787878;
    font-weight: 400;
    letter-spacing: 1.25px;
    padding: 18px 0;
}

.article-text.act .row img {
    padding-bottom: 1rem !important;
}

.article-text h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5rem;
}

.article-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 2.5rem;
    padding-bottom: 1rem
}

.article-text h4 {
    font-size: 18px;
    color: #171E1F;
    padding-bottom: .5rem;
    position: relative;
    text-indent: 1rem;
}

.article-text h4::before {
    position: absolute;
    height: 20px;
    width: 4px;
    background-color: #61616133;
    content: '';
    left: 0rem;
    top: .35rem;
}

.article-text h5 {
    font-size: 16px;
    padding-bottom: .5rem;
    color: #171E1F;

}

.article-text img {
    width: 100%;
}

.article-text table td {
    padding: .5rem 1rem;
}

.article-text p,
.article-text ul {
    padding-bottom: 1.25rem;
    line-height: 1.85rem;
    padding-left: 1.5rem;
}

.article-text ul li {
    font-size: 16px;

}

.article-text .article-info {
    padding: 0 0 21px;
}

.abus-add {
    font-weight: 400;
    font-size: 16px;
}

.abus-add.add {
    background-color: #f1f1f1 !important;
    padding: 1rem 1.75rem 0;
    width: 100%;
}

.article-other {
    background-color: #F5F5F5;
    border-radius: 12px;
    font-weight: 400;
    padding: 30px;
    margin-top: 24px;

}

.contac .other-title {
    padding: 24px 0 0;
}

.contac .other-title,
.article-other h4 {
    text-align: center;
}

.contac .other-title h4 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    
}

.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;
}

.article-other .tab-ful a {
    color: #0085dd;
}

.article-other .tab-ful a:hover {
    text-decoration: underline;
    transition: all 150ms ease;
}

.article-other .tab-list {
    background-color: #d9d9d9;
    padding: 9px 12px;
    border-radius: 36px;
    margin-right: 18px;
    margin-bottom: 12px;
    margin-top: 12px;
    text-wrap: nowrap;
}

.tab-detail {
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
}

.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: 0.9375rem;
    position: relative;
}

.goback {
    text-align: end;
    padding: 12px;
    margin-top: 24px;

}

.goback a {
    border: #A0A0A0 1px solid;
    padding: 4px 12px 6px;
    font-size: 1rem;
    border-radius: 36px;
    color: #A0A0A0;

}

.page-main-menu {
    display: flex;
    flex-wrap: wrap;
}

.page-main-menu,
.page-main-search {
    padding: 1.5rem 1.125rem;
    background: #f5f5f5;
    border-radius: 0.25rem 0 0 0;
}


.pmm-link {
    display: block;
    padding: 0.5rem 1rem 0.5rem 2rem;
    color: #333333;
    line-height: 1.5;
    font-size: 16px;
    position: relative;
}

.pmm-link:before {
    content: '\f101';
    display: block;
    width: 2rem;
    height: 1.5;
    text-align: center;
    font-family: var(--fontawesome);
    font-weight: 900;
    position: absolute;
    top: .5rem;
    left: 0;
}

.doctor .pmm-link:before,
.doctor .pmm-link:hover,
.doctor .pmm-link:active {
    color: #1CAACE;
}

/* list */
.page-main-search {
    position: relative;

}

.page-main-menu,
.page-main-search {

    padding: 1.5rem 1.125rem 1.25rem;
    background: #f5f5f5;
    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;


}

@media screen and (min-width: 576px) {
    .pms-toggler-box {
        display: none;
    }
    .pms-toggler{
        font-size: .75rem;
    }
}

.pms-toggler {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    border-radius: calc(1.125rem + 1px);
    color: #fff;
    background: #666;
    border: none;
    position: relative;
}

.pms-toggler-box span {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.08);
}


.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: #1CAACE;
}

.pms-btn button:hover {
    background-color: #88BB7B;
}

.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%;
    }
}


.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;
}

.list-each {
    background-color: #F5F5F5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 12px;
}

.list-each:hover h3 {
    color: #1CAACE;
    transition: all 300ms ease;
}

.list-each .number,
.list-each .go {
    font-size: 24px;
    font-weight: 500;
    padding: 12px;
}

.list-each .info-up {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 12px;
    letter-spacing: 1px;
}

.list-each .info-up h3 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 24px;
}

.list-each .info-down {
    color: #9c9c9c;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.25rem;
}

.list-each .info-down i {
    font-size: 14px;
}

.list-each .list-info {
    margin-left: 48px;
}

.list-title-text {
    font-size: 21px;
    font-weight: 500;
    padding: 0.5rem 0;
}

.list-title-note {
    font-size: 18px;
    color: #A0A0A0;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    line-height: 1.25;
}

.list-status {
    font-size: 18px;
    color: #A0A0A0;
    margin-top: 0.5rem;
}

.tab-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-page {
    display: flex;
    justify-content: center;
    align-items: center;
    border: #a0a0a0 1px solid;
    border-radius: 36px;
}

.tab-page .tab-val a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: .75rem;
    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: #1CAACE;
    color: #fff;
    border-radius: 100%;
}

.tab-val:hover a {
    background-color: #1CAACE;
    color: #fff;
    transition: all 300ms ease;
}

.tab-val:hover i {
    color: #fff;

}

.tab-page a i {
    color: #A0A0A0;
}

/* 會員專區 */

.member-main {
    font-size: 21px;
    padding: 27px 48px;
    border-radius: 12px;

    background-color: #f1f1f1;
    margin: 1rem 0 2rem;
}

.member-main .login-title {
    font-weight: 500;
    padding: 9px 0px;
    margin-bottom: 12px;
}

.member-main .login-other {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    justify-content: space-between;
    margin-top: 1rem;

}

.cont-form-group .login-other .signup {
    letter-spacing: 3px;
}



.member-main .login-input input {
    width: 100%;
    border: 0;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 9px 12px;
    margin-bottom: 12px;

}

.member-main .login-input input:last-child {
    margin-bottom: 0;
}

.member-main .login-input input::placeholder {
    font-size: 16px;
    color: #a5a5a5;
}

.member-main .login-input .account {
    display: flex;
    flex-direction: column;
}

.member-main .login-input .account span {
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 400;
}

.member-main .login-input .safe-pic span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}


.member-main .login-other button {
    width: 100%;
    padding: 12px 0px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
}

.cont-form-group .login-other .signup a {
    color: #1CAACE;
}

/* 會員資料 */
.cont-form {
    margin: 1rem 0;
    padding: 1rem 2rem;
    background: #f0f0f063;
    border-radius: 0.5rem;
}

.txt-blue {
    color: #1CAACE;
}

.cont-form-group {
    padding: 2rem 0;
    position: relative;
}

.cont-form-group:before {
    top: calc(1rem - 2px);
}

.cont-form-group:after {
    bottom: calc(1rem - 2px);
}

.cont-form-group:before,
.cont-form-group:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .5) 1px, transparent 1.5px);
    background-repeat: repeat-x;
    background-size: 12px 4px;
    background-position: center center;
    position: absolute;
}

.cont-form-title {
    font-weight: 500;
}

.cf-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: rgba(0, 0, 0, .15) solid 1px;
}

.cf-title {
    padding: 0 0.5rem;
    width: 3rem;
    text-align: right;
    line-height: 1.2;
    position: relative;
}

.cf-data {
    width: calc(100% - 3rem);
    display: flex;
}

.cf-data span {
    display: block;
    padding: calc(.375rem + 1px);
}

.cf-data {
    width: calc(100% - 3rem);
}

.reset-btn {
    background: transparent;
    color: var(--def-blk);
}

.reset-btn:hover {
    background-color: #adadad;
}

.cont-form label {
    font-size: 16px;
    opacity: .65;
}

.cont-form-note {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    opacity: 0.875;
    letter-spacing: 1.5px;
}

.gradient-btn {
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
    color: #fff;
}

.gradient-btn,
.gray-btn,
.reset-btn {
    display: inline-block;
    padding: 0.375rem 1rem;
    height: calc(0.75rem + 1.5rem + 2px);
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-radius: 0.25rem;
    border: none;
    transition: all .2s ease-in-out .2s;
}

.cf-title.required label:before {
    content: '*';
    color: red;
    position: absolute;
    left: 0;
}

.article-other.contact {
    padding: 30px;
}



.cont-form-group .login-other .enter {
    display: flex;
    /* margin: 12px 0; */
    color: #ffffff;
    justify-content: center;

    text-align: center;
}

.cont-form-group .login-other .enter a {

    padding: 12px;
    border-radius: 6px;
    background: linear-gradient(270deg, rgba(28, 170, 206, 1) 0%, rgba(136, 187, 123, 1) 100%);
}

.cont-form-group .login-other .forget {
    display: flex;
    justify-content: end;


}

.cont-form-group .login-other .ot-pla a,
.cont-form-group .login-other .forget a {
    text-align: end;
    color: #1CAACE;
}

.cont-form-group .login-other .signup,
.cont-form-group .login-other .forget a {
    padding: 6px;
}

.cont-form-group .login-other .ot-pla a:hover,
.cont-form-group .login-other .signup a:hover,
.cont-form-group .login-other .forget a:hover {
    color: #1999b9;
}

.cont-form-group .login-other {
    display: flex;
    align-items: center;

    font-size: 18px;
    justify-content: space-between;
    margin-top: 1rem;

}




/* 測試用 */
.page-menu {
    margin-bottom: 1.5rem;
}

.page-menu-title {
    margin: 0 0.5rem;
    padding: 0.5rem;
    color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
    box-shadow: rgba(0, 0, 0, .15) 1px 1px 5px;
}

.page-menu-title>* {
    display: block;
    text-align: center;
}

.page-menu-title small {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -0.25rem;
    line-height: 1;
}

.doctor .page-menu-title {
    background: var(--drk-blue);
}

.people .page-menu-title {
    background: var(--drk-orange);
}

.page-menu-box {
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 1px 1px 5px;
}

.page-menu-item:first-child {
    border-top: #e5e5e5 solid 1px;
}

.page-menu-item {
    border-bottom: #e5e5e5 solid 1px;
}

.page-menu-link {
    padding: 0.5rem;
    display: block;
    line-height: 1.5;
    font-size: 0.875rem;
    color: var(--def-blk);
    text-align: center;
}

.page-menu-link[target=_blank]:after {
    content: '\f360';
    padding-left: 0.25rem;
    font-family: var(--fontawesome);
    font-weight: 900;
}

.page-menu-link:hover,
.page-menu-link:active {
    color: var(--def-blk);
    background: #d6d6d6;
}

.page-menu-item.active .page-menu-link {
    color: #fff;
}

.doctor .page-menu-item.active .page-menu-link {
    background: var(--txt-blue);
}

.people .page-menu-item.active .page-menu-link {
    background: var(--txt-orange);
}

.page-menu .mCSB_inside>.mCSB_container,
.page-menu .mCSB_inside>.mCSB_container.mCS_no_scrollbar_y {
    margin: 0 1rem;
}