﻿/* 整個內容方塊 */
.index傳媒報道18 {
    --title-align: left;
    /* --For simpleBar Start-- */
    --content-height-without-heading: auto;
    --whole-block-height: auto;
    /* --For simpleBar End-- */

    --box-shadow-hover: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: var(--whole-block-height);
}

    /* 內容方塊標題文字 (h2) */
    .index傳媒報道18 .blockTitle {
        text-align: var(--r-index-block-title-align, --title-align);
    }

        .index傳媒報道18 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index傳媒報道18 .blockTitle a {
        }

    /* 報道容器，每個報道都放在裡面 */
    .index傳媒報道18 .loopElementList {
        height: var(--content-height-without-heading);
    }

    .index傳媒報道18 .elementContainer {
        padding: var(--r-container-padding, 1em);
    }

    .index傳媒報道18 .eachPressRelease {
        border-bottom: var(--r-el-border-bottom, solid 1px #dddddd);
        padding: var(--r-el-padding, 1rem);
        display: block;
        font-weight: var(--r-heading-font-weight, 700);
        font-size: var(--r-heading-font-size, 1.2em);
        /* 2024-11-02 */
        transition: all .5s;
    }

        .index傳媒報道18 .eachPressRelease:hover {
            box-shadow: var(--box-shadow-hover);
        }



    .index傳媒報道18 .showMoreLoopElements {
    }

@media (max-width: 480px) {
    .index傳媒報道18 .eachPressRelease {
        display: none;
    }

        .index傳媒報道18 .eachPressRelease:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .index傳媒報道18 .eachPressRelease {
        display: none;
    }

        .index傳媒報道18 .eachPressRelease:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .index傳媒報道18 .eachPressRelease {
        display: none;
    }

        .index傳媒報道18 .eachPressRelease:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 980px) and (max-width:1199px) {
    .index傳媒報道18 .eachPressRelease {
        display: none;
    }

        .index傳媒報道18 .eachPressRelease:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}

/* Glide Settings Start ===================================================*/
.index傳媒報道18 .glide__slide {
    transition: all .5s;
}

    .index傳媒報道18 .glide__slide:hover {
        box-shadow: var(--box-shadow-hover);
        transform: scale(1.05);
    }

.index傳媒報道18 .glide .eachPressRelease {
    padding: 0;
    border-bottom: none 0;
}

.index傳媒報道18 .glide .eachPressRelease:hover {
    box-shadow: none;
}

/* Glide Settings End ===================================================*/
