@charset "utf-8"; /*舊*/
html {
    font-size: 19px;
}

body {
    font-family: 'Microsoft JhengHei', 'sans-serif';
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

/*清除*/
.form-control:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*新select*/
select.form-control,
select.form-control:focus {
    background: #fff url(../images/arrow-line.png) no-repeat;
    background-size: 10px;
    background-position: calc(100% - 8px) center !important;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

/***************網頁選取顏色***************/
::selection {
    background-color: #999;
    color: #fff;
}

::-moz-selection {
    background-color: #999;
    color: #fff;
}

/**************捲軸樣式**************/
/* 整個捲軸 */

::-webkit-scrollbar {
    width: 8px;
}

/* 捲軸的軌道 */
::-webkit-scrollbar-track {
    background: #333;
}

/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece {
    background: #666;
}

/* 滑動的區塊 */
::-webkit-scrollbar-thumb {
    background: #fff;
}

/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

/*-------------------------------------------
共用
-------------------------------------------*/
section.page {
    padding: 10rem 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}

/*-------------------------------------------
選單
-------------------------------------------*/
.photo-shadow,
.top-navbar{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff !important;
}

.navbar,
.navbar .navbar-brand {
    padding: 0;
}

.navbar>.container {
    align-items: flex-end;
}
.navbar>.container-fluid {
    align-items: flex-end;
}
.navbar .logo {
    width: 240px;
    border-right: 2px solid #cccccc;
    padding: 1rem 2rem 1rem 0;
}

.navbar .nav-link {
    color: #000;
    font-size: .9rem;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar .navbar-nav .nav-link {
        padding: 17px 25px;
    }

    .navbar .nav-link:hover {
        background-color: #2e3192;
        color: #fff;
    }
}


/*dropdown-menu*/

.dropdown-menu[data-bs-popper] {
    margin-top: -1px;
    font-size: .9rem;

}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;

}

@media (min-width: 992px) {

    .nav-link.dropdown-toggle.show {
        background-color: #2e3192;
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #2e3192;
    }

    .dropdown-item,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #2e3192;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .dropdown-item {
        padding: .25rem 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-top: 1px solid #ccc;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #fff;
    }
}

/*-------------------------------------------
首頁
-------------------------------------------*/

/*****banner*****/

.banner {
    background: url(../images/banner.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 74px);
    position: relative;
}

.banner-con {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 45vh;
}


.banner .banner-text {
    max-width: 560px;
}

.banner .banner-con h1 {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    margin-left: 90px;
}

.banner .move {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: 50px;
    transform: translateY(-15px);
    animation: jump 3s infinite ease-in-out;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

/*****index-introduce*****/

.index-introduce {
    color: #000000;
}

.index-introduce .title {
    position: relative;
    padding: 0 0 20px 30px;
    color: #666666;
    font-size: 2.7rem;
    margin-bottom: 30px;
}

.index-introduce .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    z-index: 2;
    content: '';
    border-left: 17px solid #ff7f52;
    border-bottom: 17px solid #ff7f52;
}

.index-introduce .description {
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 600;
}

.index-introduce .introduce-ul li {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.index-introduce .introduce-ul img {
    width: 27px;
    margin-right: 7px;
}

.index-introduce .img-box {
    position: relative;
}

.index-introduce .img-box::before {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 225px;
    z-index: 2;
    content: '';
    border-bottom: 17px solid #ff7f52;
}

/*****index-advantage*****/

.index-advantage {
    background: url(../images/advantage.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 700px;
    display: flex;
    align-items: center;
    text-align: center;
}

.index-advantage .container {
    max-width: 1200px;
    margin: auto;
}

.index-advantage .item {
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 35px 35px;
    color: #333333;
    min-height: 365px;
}

.index-advantage .item img {
    width: 40%;
    margin: auto auto 20px auto;
}

.index-advantage .item .title {
    color: #8c6239;
    border-bottom: 1px solid #8c6239;
    width: 80%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.index-advantage .item .text {
    font-weight: 600;
}

/*****index-about*****/

section.page.index-about {
    padding: 8rem 0;
}

.index-about {
    background: url(../images/index-about-background.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-about .row {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 80px;
    align-items: flex-end;
    position: relative;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.index-about .title {
    background-color: #4d4d4d;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 80px;
    width: 230px;
    height: 230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.index-about .title::before {
    position: absolute;
    left: -6px;
    bottom: -6px;
    width: 90px;
    height: 90px;
    z-index: 2;
    content: '';
    border-left: 17px solid #ff7f52;
    border-bottom: 17px solid #ff7f52;
}

.index-about .description {
    line-height: 1.8;
    margin-bottom: 50px;
}

.index-about .img-box img {
    width: 80%;
    margin: auto;
}

/*****index-kingdom*****/

.index-kingdom .title-box {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.index-kingdom .title {
    background-color: #4d4d4d;
    color: #fff;
    width: 230px;
    height: 230px;
    padding: 50px 30px;
    position: relative;
    font-weight: 500;
}

.index-kingdom .title-box {
    margin-bottom: 50px;
}


.index-kingdom .title::before {
    position: absolute;
    left: -6px;
    bottom: -6px;
    width: 90px;
    height: 90px;
    z-index: 2;
    content: '';
    border-left: 13px solid #ff7f52;
    border-bottom: 13px solid #ff7f52;
}

.index-kingdom .title span {
    display: block;
}

.index-kingdom .title span:nth-child(1) {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.index-kingdom .text {
    width: calc(100% - 290px);
    font-size: 1.7rem;
    color: #006837;
    font-weight: 600;
    margin-left: 40px;
}

.index-kingdom .description {
    line-height: 1.8;
}

/*****index-form*****/

.index-form {
    background-color: #2c4470;
    color: #ffffff;
    text-align: center;

}

.index-form .title {
    margin-bottom: 40px;
}

.index-form .form-control {
    border-radius: 50px;
    margin: auto auto 15px auto;
    max-width: 500px;
    padding: 0.5rem 1.75rem;
}

.index-form .btn {
    background-color: #bdebff;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
}

.index-form .btn:hover {
    color: #333;
}

/*-------------------------------------------
footer
-------------------------------------------*/

.footer {
    background-color: #446c9c;
    color: #ffffff;
    padding: 4rem 0;
}

.footer .logo {
    width: 240px;
    margin-bottom: 50px;
}

.footer .copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 130px;
}

/*-------------------------------------------
風險
-------------------------------------------*/

section.page.risk {
    padding: 5rem 0;
}

.risk {
    background-color: #e6e6e6;
}

.risk .title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

.risk .risk-text {
    line-height: 1.8;
}

.risk .remark {
    padding-left: 2rem;
    margin-bottom: 30px;
}

.risk .remark li {
    list-style: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*-------------------------------------------
收益型開放式基金
-------------------------------------------*/

section.page.investment {
    padding: 10rem 0 3rem 0;
}

.investment .title {
    color: #1b1464;
    border-left: 10px solid #ff7f52;
    padding-left: 20px;
    margin-bottom: 20px;
}

.investment .investment-img {
    margin-top: -15rem;
}

.investment .con-box {
    width: 80%;
}

/*****市場概況*****/

.market {
    background: url(../images/index-about-background.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat
}

.market .row {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 20%;
    align-items: flex-end;
    position: relative;
    width: 80%;
    margin: auto;
}

.market .row::before {
    position: absolute;
    left: -6px;
    bottom: -6px;
    width: 90px;
    height: 90px;
    z-index: 2;
    content: '';
    border-left: 17px solid #ff7f52;
    border-bottom: 17px solid #ff7f52;
}

.market .title {
    text-align: center;
    color: #1b1464;
}

.market .text {
    text-align: center;
    line-height: 1.7;
}

.investment .text{
	line-height: 1.875em;
}
/*****投資策略*****/

.investment.strategy {
    background-color: #e6e6e6;
}

/*****投資組合*****/

.investment.portfolio .con-box {
    margin-left: 20%;
}

/*****績效分析*****/

.investment.analysis {
    background-color: #f2f2f2;
}
/*-------------------------------------------
醫療發展基金
-------------------------------------------*/

/****共用*****/

.page .description-small{
    color: #ff931e;
    font-size: .95rem;
    letter-spacing: 1px;
}

/*****幹細胞*****/

.stem-cell .title {
    font-weight: 600;
    position: relative;
    padding: 0 0 20px 30px;
    color: #666666;
    font-size: 2.7rem;
    margin-bottom: 50px;
    position: relative;
}

.stem-cell .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    z-index: 2;
    content: '';
    border-left: 17px solid #ff7f52;
    border-bottom: 17px solid #ff7f52;
}

.stem-cell .text {
    color: #1b1464;
    border-left: 10px solid #ff7f52;
    padding-left: 20px;
    margin-bottom: 40px;
}

.stem-cell .description {
    line-height: 1.8;
}

.stem-cell .description-small {
    margin-top: 20px;
}

/*****間質幹細胞*****/

.mesenchymal-stem-cell {
    background-color: #e6e6e6;
}

.mesenchymal-stem-cell .description-small {
    margin-top: 100px;
    width: 75%;
}

/*****mt-3*****/

.mt-3 .row {
    justify-content: center;
}

.mt-3 .img-box {
    position: relative;
    margin-bottom: 80px;
}

.mt-3 .title {
    justify-content: center;
    border: 4px solid #666666;
    color: #666666;
    font-weight: 500;
    padding: 1rem 0;
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    left: 35%;
    right: 35%;
    margin: auto;
    font-size: 1.5rem;
    width: 30%;
    text-align: center;
}

.mt-3 .description {
    text-align: center;
}

/*****stem-cell-description*****/

.stem-cell-description {
    background: url(../images/stem-cell-description.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    line-height: 1.8;
    letter-spacing: 1px;
}


.stem-cell-description .row {
    justify-content: center;
    align-items: flex-end;
}

.stem-cell-description .text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    padding: 6rem 5rem;
}

.stem-cell-description .text .con {
    padding: 0 35px;
    width: 50%;
}

.stem-cell-description .text ul {
    width: 50%;
    padding-left: 30px;
    border-left: 1px solid #e6e6e6;
    font-size: .95rem;
    line-height: 1.6;
}

.stem-cell-description .text ul li:nth-child(5) {
    margin-bottom: 8px;
}

/*****外泌體*****/

.exosomes {
    background-color: #f2f2f2;
}

.exosomes .text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.exosomes .description-small {
    margin-top: 100px;
    width: 75%;
}

/*****about-con*****/

.page.about-con {
    padding: 10rem 0 5rem 0;
}

.about-con .title {
    font-size: 4.7rem;
    color: #808080;
    letter-spacing: 9px;
    margin-bottom: 35px;
    font-family: 'Microsoft JhengHei UI', 'sans-serif';
    line-height: 1.1;
    font-weight: 600;
}

.about-con .title-text {
    display: block;
    color: #1c93c3;
    font-size: 1.6rem;
    letter-spacing: 5px;
}

.about-con .number {
    font-size: 6rem;
    color: #e6e6e6;
    letter-spacing: 10px;
    font-weight: 600;
    font-family: 'Microsoft JhengHei UI', 'sans-serif';
    line-height: 1.2;
}

.about-con .text-large {
    color: #1b1464;
    margin-bottom: 10px;
    letter-spacing: 5px;
    line-height: 1.3;
}

.about-con .text-small {
    line-height: 1.8;
}

.about-con .description-small {
    margin-top: 30px;
}

.about-con .img-box,
.about-con .text-box {
    margin-bottom: 6rem;
}

/*****dementia*****/

.dementia {
    background: url(../images/dementia.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dementia .row {
    justify-content: flex-end;
}

.dementia .title {
    color: #1b1464;
    border-left: 10px solid #ff7f52;
    padding-left: 20px;
    margin-bottom: 30px;
}

.dementia .text-box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3rem;
    margin: 10rem 0;
}

/*****預期收益*****/

.expected-return .item-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.expected-return .item-title .title {
    width: 45%;
    text-align: center;
}

.expected-return .item-title .img-box {
    width: 55%;
}

.expected-return .item-title .title span {
    color: #ff7f52;
    font-size: 3.4rem;
    letter-spacing: 6px;
    border-left: 15px solid #ff7f52;
    padding: 20px 0 20px 40px;
    width: 400px;
    margin: auto;
}

.expected-return .item-text {
    text-align: center;
    padding: 3rem 0;
}

.expected-return .item-text .title {
    color: #1b1464;
    border-bottom: 1px solid #ff7f52;
    font-size: 1.6rem;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 5px;
}

.expected-return .item-text {
    align-items: center;
}

.expected-return .item-text strong {
    margin-top: 50px;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
}
