.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-40872 .elementor-element.elementor-element-71091d6 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-40872 .elementor-element.elementor-element-71091d6 img{width:98%;opacity:1;border-radius:0px 0px 0px 0px;}.elementor-40872 .elementor-element.elementor-element-42abea7{width:var( --container-widget-width, 98.401% );max-width:98.401%;--container-widget-width:98.401%;--container-widget-flex-grow:0;}.elementor-40872 .elementor-element.elementor-element-26a3b7d{--spacer-size:1px;}.elementor-40872 .elementor-element.elementor-element-f7920a8 > .elementor-widget-container{padding:0px 6px 0px 0px;}.elementor-40872 .elementor-element.elementor-element-f7920a8 img{width:99%;max-width:99%;border-radius:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-42abea7 */.content {
    font-family: '思源黑體', Arial, sans-serif; /* 設定內容的字體為思源黑體，並提供後備字體 */
    line-height: 1.6; /* 設定行高為1.6 */
    color: #333; /* 設定文字顏色為深灰色 */
    max-width: 800px; /* 設定內容的最大寬度為800像素 */
    margin: 0 auto; /* 設定內容水平居中 */
    padding: 20px; /* 設定內容的內邊距為20像素 */
    background: #fff; /* 設定內容的背景顏色為白色 */
    border-radius: 8px; /* 設定內容的邊框圓角為8像素 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); /* 設定內容的陰影效果 */
    border: 1px solid #e0e0e0; /* 設定內容的邊框顏色和寬度 */
}

h2 {
    color: #0066cc; /* 設定h2標題的文字顏色 */
    text-align: center; /* 設定h2標題文字居中 */
    margin-bottom: 20px; /* 設定h2標題的下邊距 */
    padding-bottom: 10px; /* 設定h2標題的下內邊距 */
    border-bottom: 2px solid #e0e0e0; /* 設定h2標題的底部邊框 */
    font-weight: bold; /* 設定h2標題的字體加粗 */
    font-size: 20px; /* 設定h2標題的字體大小 */
}

h3 {
    color: #0055a5; /* 設定h3標題的文字顏色 */
    margin-top: 30px; /* 設定h3標題的上邊距 */
    padding-left: 10px; /* 設定h3標題的左內邊距 */
    border-left: 4px solid #0055a5; /* 設定h3標題的左邊框 */
    background: #f0f8ff; /* 設定h3標題的背景顏色 */
    padding: 10px; /* 設定h3標題的內邊距 */
    border-radius: 4px; /* 設定h3標題的邊框圓角 */
    font-weight: bold; /* 設定h3標題的字體加粗 */
    font-size: 20px; /* 設定h3標題的字體大小 */
}

h4 {
    color: #004080; /* 設定h4標題的文字顏色 */
    margin-top: 20px; /* 設定h4標題的上邊距 */
    font-size: 20px; /* 設定h4標題的字體大小 */
    font-weight: bold; /* 設定h4標題的字體加粗 */
    border-bottom: 1px solid #e0e0e0; /* 設定h4標題的底部邊框 */
    padding-bottom: 5px; /* 設定h4標題的下內邊距 */
    text-align: left; /* 將h4標題文字靠左對齊 */
}

p {
    margin-bottom: 20px; /* 設定段落的下邊距 */
    text-align: justify; /* 設定段落的文字對齊方式為兩端對齊 */
    font-size: 16px; /* 設定段落的字體大小 */
}

.highlight {
    background: #e0f7fa; /* 設定highlight類的背景顏色 */
    padding: 10px; /* 設定highlight類的內邊距 */
    border-left: 4px solid #0066cc; /* 設定highlight類的左邊框 */
    margin-bottom: 20px; /* 設定highlight類的下邊距 */
    border-radius: 4px; /* 設定highlight類的邊框圓角 */
    text-align: center; /* 設定highlight類的文字居中 */
    font-size: 20px; /* 設定highlight類的字體大小 */
}

.image-container {
    text-align: center; /* 設定圖像容器的文字居中 */
    margin: 20px 0; /* 設定圖像容器的上下邊距 */
}

.image-container img {
    max-width: 100%; /* 設定圖像的最大寬度為100% */
    border-radius: 8px; /* 設定圖像的邊框圓角 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 設定圖像的陰影效果 */
    transition: transform 0.2s ease-in-out; /* 設定圖像的變換過渡效果 */
    width: auto; /* 設定圖像的寬度為自動，允許在內嵌樣式中設置具體大小 */
    height: auto; /* 設定圖像的高度為自動，允許在內嵌樣式中設置具體大小 */
}

.caption {
    font-size: 14px; /* 設定圖像說明的字體大小 */
    color: #555; /* 設定圖像說明的文字顏色 */
    margin-top: 5px; /* 設定圖像說明的上邊距 */
    text-align: center; /* 設定圖像說明的文字居中 */
}

.divider {
    height: 1px; /* 設定分隔線的高度 */
    background: #e0e0e0; /* 設定分隔線的背景顏色 */
    margin: 20px 0; /* 設定分隔線的上下邊距 */
    border: none; /* 移除分隔線的邊框 */
}/* End custom CSS */