﻿/* 整個內容方塊 */
.index修行善道19 {
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 100%;
    --title-align: left;
}

    /* 內容方塊標題文字 (h2) */
    .index修行善道19 .blockTitle {
      text-align: center;
        color : #078c10;
    }

        /* 內容方塊標題超連結 */
        .index修行善道19 .blockTitle a {
        }

    .index修行善道19 .loopElementList {
        width: 100%;
        height: 100%;
    }

    .index修行善道19 .elementContainer {
        width: 100%;
        height: 100%;
    }

    .index修行善道19 .blockContent {
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

.index修行善道19 iframe
{
    width : 100%;
    height : 100%;
    margin : 0;
    border : none;
    overflow-x : hidden;
    overflow-y : hidden;
}
