﻿/*間距設定*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}





/*首頁線上特展區塊*/

.onlineExhibit {
    /*text-align: center;*/
}


    .onlineExhibit h2 {
        overflow: hidden;
        text-indent: -9999px;
        background: url(../Images/title_01.png) center no-repeat;
        height: 78px;
        margin: 78px 0 38px 0;
    }


    .onlineExhibit .description {
        margin-bottom: 61px;
        font-size: 1.375rem;
        font-weight: bold;
    }

    .onlineExhibit .exContnet {
        position: relative;
        line-height: 18px;
        max-height: 90px;
        overflow: hidden;
    }

    .onlineExhibit .exImg-Box img {
        max-height: 500px;
        margin-left: -15%;
    }

.carousel-cell-ex {
    width: 100%;
}

    .carousel-cell-ex .exText-Box {
        background: rgba(255, 255, 255, 0.9);
        width: 515px;
        position: absolute;
        top: 20%;
        right: 10%;
        padding: 25px;
        text-align: left;
    }

/*.name {
    color: #999999;
}*/

.exTitle {
    font-weight: bold;
}

.exBot {
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #999;
}

.exTop a {
    text-align: right;
    display: block;
    color: #156b46;
}

    .exTop a:hover {
        color: #44c18b;
    }

@media ( max-width: 1600px ) {
    .carousel-cell-ex .exText-Box {
        right: 20%;
    }

    .onlineExhibit .exImg-Box img {
        margin-left: 0;
    }
}

@media ( max-width: 1200px ) {

    .carousel-cell-ex .exText-Box {
        background: rgb(255 255 255 / 85%);
        width: 40%;
        bottom: 0;
        right: 10%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}


/*精選主題樣式設定*/

.featuredTopics {
    text-align: center;
}


    .featuredTopics h2 {
        overflow: hidden;
        text-indent: -9999px;
        background: url(../Images/title_02.png) center no-repeat;
        height: 78px;
        margin: 78px 0 38px 0;
    }

    .featuredTopics .container {
        text-align: center;
    }

    .featuredTopics h3 {
        font-weight: bold;
        letter-spacing: 0.6rem;
    }

    .featuredTopics .topicTheme {
        max-width: 830px;
        margin: 0 auto;
    }


        .featuredTopics .topicTheme p {
            letter-spacing: 0.1rem;
            font-size: 1.3rem;
            line-height: 2.3rem;
        }

@media ( max-width: 992px ) {
    .carousel-cell-ex .exText-Box {
        width: 100%;
        right: 0;
        bottom: 0;
        top: auto;
        padding: 15px 25px;
    }



    .remains_title_container {
        overflow: hidden;
        text-indent: -9999px;
        background: url(~/Images/title_03.png) left no-repeat;
        width: 100%;
        height: 78px;
    }

    .right_triangle {
        display: none;
    }

    @media ( max-width: 768px ) {
        .onlineExhibit h2, .featuredTopics h2, .remains_title_container {
            margin: 78px 0 38px 0;
            background: none;
            text-indent: 0;
            height: auto;
            font-weight: bold;
            font-family: 標楷體;
            letter-spacing: 0.2em;
            color: #792120;
            font-size: 2.125rem;
        }
    }

    /*keyframes 樣式設定*/
    .exImg-Box {
        overflow: hidden;
    }

    .zoom-in-zoom-out {
        animation: zoom-in-zoom-out 10s ease-out infinite;
    }

    @keyframes zoom-in-zoom-out {

        0% {
            transform: scale(1,1);
            -webkit-transform: scale(1,1);
        }

        50% {
            transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
        }

        100% {
            transform: scale(1,1);
            -webkit-transform: scale(1,1);
        }
    }
}
