

/* ----banner---- */

.bannerInner {
    position: relative;
    overflow: hidden;
    z-index: 0;
}


.bannerBlock a {
    display: block;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.bannerBevel::after {
    content: "";
    display: block;
    width: 100%;
    height: 175px;
    background: url('../img/bg01.png') no-repeat center bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:1;
}


/* banner_廣告標語 start */

.bannerAdBlock {
    position: absolute;
    right: 10vh;
    bottom: 15vh;
    z-index: -2;
}

.adItem {
    width: 87%;
    
}

.bannerAdTitle {
    color: #fff;
    margin-bottom: -5px;
}

.bannerAdTitle p {
    background: #FF942A;
    font-size: 2em;
    display: inline-block;
    text-align: center;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
    padding: 5px 10px;
    letter-spacing: 3px;
}

.bannerAdText {
    background: #009382;
    color: #fff;
    margin-left: 40px;
}

.bannerAdText p {
    font-size: 1.3em;
    padding: 15px;
    letter-spacing: 3px;
    text-align: justify;
    position: relative;
}


.bannerAdText p::before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 30px;
    height: 60px;
    border-top: 4px solid #FF942A;
    border-right: 4px solid #FF942A;
}

.bannerAdText p::after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 30px;
    height: 60px;
    border-bottom: 4px solid #FF942A;
    border-left: 4px solid #FF942A;
}

/* banner_廣告標語 end */

/* -------banner end----- */



/* ----////content_start////---- */

.mainContent {
    background: #fff;
    /* 	padding-top: 30vh; */

}

/* index投資人專區 */

.indexInverstorsBox {
    padding: 0 10px;
    /* z-index: -10; */
}
.indexContentTitle {
    text-align: center;
    padding: 20px 20px 50px 20px;
    
}


.indexContentTitle p {
    font-size: 2.3em;
    letter-spacing: 5px;
    display: inline-block;
    color: #009382;
    position: relative;
}

.indexContentTitle p::after {
    content: "";
    display: inline-block;
    background: #009382;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.indexInvestorsBlock {
    position: relative;
    overflow: hidden;
    padding-bottom: 20vh;
}

.indexInvestorsBlock::after {
    content: "";
    display: block;
    width: 100%;
    height: 170px;
    background: url('../img/bg02.png') no-repeat left bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


/* index投資人專區_內容start */

.idxInvesItem{
    padding: 30px 25px;
}

.idxInvesItem a.idxInvesLink {
    display: block;
    border: 1px solid #aaaa;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}


.idxInvesItem a.idxInvesLink .idxInvesImg{
    width:100%;
    display: inline-block;
    height: 150px;
}

.idxInvesItem a.idxInvesLink .idxInvesImg img{
    max-width:50%;
    margin: 0 auto;
}

.idxInvesItem a.idxInvesLink .idxInvesTitle{
    font-size: 20px;
    padding: 10px 0px;
    display: inline-block;
    letter-spacing: 1.5px;
}

a.idxInvesLink .idxInvesTitle::after {
    content: "";
    display:block;
    height: 4px;
    width: 100%;
    opacity: 0;
    background: #FF942A;
    margin-top: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.idxInvesItem a.idxInvesLink:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

a.idxInvesLink:hover .idxInvesTitle::after {
    content:"";
    opacity: 1;
   
}
.indexInvestorInner .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
}

.indexInvestorInner .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    color: #fff;
    background: rgb(0, 147, 130);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 15px;
}

.indexInvestorInner .owl-theme .owl-nav .owl-prev {
    left: 2px;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.indexInvestorInner .owl-theme .owl-nav .owl-next {
    right: 2px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.indexInvestorInner .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(0, 199, 176);
}

/* index投資人專區_內容end */



/* index新聞中心 */

.indexNewsBlock {
    padding-top: 6vh;
    padding-bottom: 8vh;
}

.newsImg {
    /* padding-top: 10%; */
    /* border: 0px 50px 0px 50px; */
    margin-top: 10%;
    border-radius: 1px 30px 1px 30px;

    overflow: hidden;
}

.newsInfo {
    padding: 10px 46px 10px 50px;
    letter-spacing: 3px;
    font-size: 18px;
}


.newsInfo ul>li {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #aaaa;
}

.newsInfo ul>li>a:hover {
    color: #FF942A;
}

.newsInfo ul>li>a:hover ::after {
    content: "\f053";
    font-family: FontAwesome;
    color: #FF942A;
    display: block;
    padding: 11px 10px 10px 10px;
    position: absolute;
    right: -26px;
    top: 0;
}


.indexNewsTitle {
    padding-left: 15px;
}

.indexNewsBlock .btnBlock_01 {
    padding-top: 20px;
}

.indexNewsBlock .btnBlock_01 a {
    border-radius: 15px;
    font-size: 17px;
}

/* index關於多利生醫 */

.indexAboutBlock {
    background: url('../img/beg_1.png') no-repeat left top;
    background-size: cover;
    padding-top: 12vh;
    padding-bottom: 10vh;
}


.indexAboutBox {
    position: relative;
}


.indexAboutBox>.indexContentText {
    padding: 10px 50px 65px 50px;
    text-align: justify;
}


.indexAboutBox .btnBlock_02 {
    font-size: 18px;
    text-align: center;
}

.indexAboutBox .btnBlock_02 a {
    padding: 5px 10px;
}

/* ----////content_end////---- */


/* RWD */
@media only screen and (max-width: 1299px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
        
    .newsInfo {
        padding: 5px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1100px) {
    .bannerAdBlock {
        right: 3vh;
        bottom: 8vh;
    }

    .indexAboutBox>.indexContentText {
        padding: 10px 25px 40px 25px;
        text-align: justify;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    .indexInverstorsItem a {
        padding: 22px 40px 30px 40px;
        /* margin: 35px; */
    }
}

@media only screen and (max-width: 800px) {
    .bannerAdTitle p{
        font-size: 1.5em;
    }

    .bannerAdText p{
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .newsInfo ul>li>a>span{
        display: block;
    }

    .newsInfo ul>li>a:hover ::after {
        content: "\f053";
        font-family: FontAwesome;
        color: #FF942A;
        position: absolute;
        right: -26px;
        bottom: 0;
    }

    .bannerAdBlock {
        right: 2vh;
        bottom: 6vh;
    }

    .adItem>p {
        font-size: 16px
        ;    
    }

    /* index 投資人專區 */
    .idxInvesItem a.idxInvesLink .idxInvesImg {
        height: 100px;
    }

}

@media only screen and (max-width: 578px) {
    .bannerAdTitle p{
        font-size: 1.5em;
    }

    .bannerAdText p{
        font-size: 1.1em;
    }

    .indexAboutBox .btnBlock_02 {
    font-size: 18px;
    }

    /* index 投資人專區 */
    .indexInvestorsBlock{
        padding-bottom: 16vh;
    }


    
}

@media only screen and (max-width: 568px) {

    .idxInvesItem a.idxInvesLink .idxInvesImg {
        height: 200px;
    }

}

@media only screen and (max-width: 440px) {
    .newsInfo{
        padding:15px 20px 10px 20px;
    }


    .indexAboutBox>.indexContentText{
     padding: 10px 29px 30px 20px;
    text-align: justify;
    }

    .indexContentTitle p {
    font-size: 32px;
    }

    /* index投資人專區 */
    .idxInvesItem a.idxInvesLink .idxInvesImg img {
        max-width: 60%;
    }

}

@media only screen and (max-width: 375px) {
    
    /* index投資人專區 */
    .idxInvesItem a.idxInvesLink .idxInvesImg img{
        max-width: 65%;
    }

}

@media only screen and (max-width: 320px) {
    /* .indexInverstorsItem a {
    padding: 22px 30px 22px 30px;
    margin: 18px;
    } */
}