/*===================整頁===================*/
body {
    font-family: 'Noto Sans TC', sans-serif;
}

h1 {
    font-size: 52px;
    height: 100px;
    text-align: center;
}    
h2 {
    font-size: 42px;
    border-radius: 10px;
    text-align: center;
}
h3 { font-size: 30px;}
h4 { font-size: 22px;}

@media (max-width: 800px) {
    h1 { font-size: 40px;}
}
@media (max-width: 510px) {
    h1 { font-size: 40px;}
    h2 { font-size: 32px;}
    h3 { font-size: 24px;}
    h3 span { font-size: 24px;}
    h4 { font-size: 16px;}
    * { font-size: 12px;}
}
/*===========================================*/


/*===================內容===================*/
h3 span {
    background: linear-gradient( to top, #d29360 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}
.nh3span {
    border-radius: 10px;
    background: linear-gradient( to left top, #9c3b01 30%, #c16922 60%, #d29360 90%);
}
.sh3span {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background: #ffffff;
}


.hrl {
    width: 100%;
    height: 2px;
    background-color: #662103;
}

.nbhp {
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #ab0039;
}
/*===========================================*/


/*============各分頁自己所需的標籤============*/
@media (max-width: 1600px) {
    .ze16-95 { width: 95%;}
    .ze16-100 { width: 100%;}
/* 圖片尺寸適用 1101~1400，表格&全圖併加 1001~1400 */
}
@media (max-width: 1300px) {
    .ze13-95 { width: 95%;}
    .ze13-100 { width: 100%;}
/* 圖片尺寸適用 800~1100，表格&全圖併加 800~1100 */
}
@media (max-width: 1000px) {
    .ze10-45 { width: 45%;}
    .ze10-50 { width: 50%;}
    .ze10-75 { width: 75%;}
    .ze10-95 { width: 95%;}
    .ze10-100 { width: 100%;}
/* 圖片尺寸適用 650~799，表格&全圖併加 650~799 */
}
@media (max-width: 800px) {
    .sgbze { width: 95%;}
    .ze8-45 { width: 45%;}
    .ze8-50 { width: 50%;}
    .ze8-75 { width: 75%;}
    .ze8-95 { width: 95%;}
    .ze8-100 { width: 100%;}
/* 圖片尺寸適用 500~649，表格&全圖併加 500~649 */
}
@media (max-width: 510px) {
    .ze45 { width: 45%;}
    .ze50 { width: 50%;}
    .ze75 { width: 75%;}
    .ze95 { width: 95%;}
    .ze100 { width: 100%;}
/* 圖片尺寸適用 375~499，表格&全圖併加 375~499 */
}
/*===========================================*/