﻿/*Outer1_index_首頁竹版本使用*/
.indexSection__title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.45rem;
    margin: 50px 0 20px;
    font-family: "Microsoft Sans Serif",serif;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.indexSection__title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.45rem;
    font-family: "Microsoft Sans Serif",serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
}

.indexFooterSection__title {
    color: #FFFFFF;
}

@media (min-width: 1024px) {
    .indexSection__title {
        margin: 50px 0 20px;
        font-size: 1.75rem;
    }
    .indexSection__title2 {
        font-size: 1.75rem;
    }
    .indexCenterSection__title .indexFooterSection__title {
        font-size: 2.5rem;
    }
}

.link-more {
    color: #000;
    padding: 2px 35px;
    border-radius: 5px;
    text-align: right;
    /* margin: 10px 0;*/
}

.link-more::after {
    content: "\f061";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    margin-left: 0.5em;
}

.indexSection__footer {
    margin-top: 1rem;
    text-align: right;
}

.newsList li{
    border-bottom: solid 2px #707070;
}

.indexSection .newsBlock {
    opacity: 1;
    transform: translate(0px, 0px);
    padding: 0 30px;
}


.newsList .newsList__item-link .newsList__item-date {
    padding: 1px 0px;
    color: #707070;
}

.newsList .newsList__item-link .newsList__item-content {
    color: #000;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;*/
}
.newsList .newsList__item-link {
    padding: 0 0 15px 0;
    width:100%;
}
.indexSection__news .newsList__item-link:hover > .newsList__item-date, .indexSection__news .newsList__item-link:hover > .newsList__item-content,
.indexSection__news .newsList__item-link:focus > .newsList__item-date, .indexSection__news .newsList__item-link:hover > .newsList__item-content,
.indexSection__news .link-more:hover, .indexSection__news .link-more:focus {
    color: #619984;
}

.indexSection__news-image {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.indexSection__news-image img {
    height: 100%;
    width: 100%;
    border-radius: 13px;
    
}
/*右偏移線*/
    .indexSection__news-image .image-right-border {
        position: absolute;
        bottom: -3.5%;
        right: -3.5%;
        border: 1px solid black;
        width: calc(100% + 5px);
        height: calc(100% + 5px);
        box-sizing: border-box;
        z-index: -1;
        border-radius: 13px;
    }
    /*左偏移線*/
    .indexSection__news-image .image-left-border {
        position: absolute;
        bottom: -3%;
        left: -2.5%;
        border: 1px solid black;
        width: calc(100% + 5px);
        height: calc(100% + 5px);
        box-sizing: border-box;
        z-index: -1;
        border-radius: 13px;
    }


.aboutBlock {
    margin-top: 5.5rem;
}

.indexSection__title-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 0;
    padding-top: 10%;
    margin: 0 auto;
    flex-basis: 100%;
}

.image__right::after {
    content: "";
    position: absolute; /* 將偽元素定位為絕對位置 */
    bottom: -10px; /* 讓偽元素往下偏移一些 */
    right: -10px; /* 讓偽元素往右偏移一些 */
    border: 2px solid black; /* 加上 2 像素實線邊框 */
    transform: translate(5px, 5px);
}
.card-img-top {
    margin-top: 115px;
}
@media (min-width: 1024px) {
    main {
        padding: 0;
    }

    .card-img-top {
        margin-top: 195px;
    }
}

@media (min-width: 1200px) {
    main {
        padding: 0;
    }
    .card-img-top {
        margin-top: 155px;
    }
}

@media (min-width: 1500px) {    
    .card-img-top {
        margin-top: 150px;
    }
}



