body {
    /* overflow: hidden !important;
    color: black;
    position: relative; */
    background-size: 100%;
    background-repeat: repeat;
    background-position: center center;
    background-image: url(../../image/2026/background2.jpg?v=20260325);
    background-attachment: fixed;
	padding-right:0 !important ; /*這句話很重要解決了彈窗多出padding-right的17px*/
}

#activity {
    /* overflow: hidden !important;
    color: black;
    position: relative; */
    background-size: 100%;
    background-repeat: repeat;
    background-position: center center;
    background-image: url(../../image/2026/background2.jpg?v=20260325);
    background-attachment: fixed;
	padding-right:0 !important ; /*這句話很重要解決了彈窗多出padding-right的17px*/
}

.brand-item-inner a {
    margin: 0 2%;
    display: block;
}

.brand-item-inner a img {
    border-radius: 10px;
}


/*---------------  主頁學校校内活動設定------------------------start*/

.activity-area {
    margin-top: 1%;
    /* padding-top: 300px;
    padding-bottom: 300px; */
    padding-top: 15%;
    padding-bottom: 15%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /* background-image: url(../../../images/2023/activity/6606228.jpg); */

    /*給background加黑色遮罩問題已解決*/
    /* background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url('../../image/2026/activityIMG/6606228.jpg'); */
    /* background-image: url(../../image/2026/activityIMG/50background.jpg); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../image/2026/activityIMG/50background.jpg);
}







.gold-simple {
    /* font-size: clamp(3rem, 20vw, 6rem);   自動適應大小，最小3rem，最大6rem */
    font-size: clamp(2rem, 100vw, 5vw);
    /* 自動適應大小，最小3rem，最大6rem */
    font-weight: bold;
    color: #FBBF24;
    /* 溫潤金色底 */
    text-align: center;

    /* 核心：三層陰影製造柔和發光 */
    text-shadow:
        0 0 5px #F59E0B,
        /* 近距離小光暈 */
        0 0 15px #FBBF24,
        /* 中距離金色光 */
        0 0 30px #F59E0B;
    /* 外層擴散光 */

    letter-spacing: 2px;
    /* 字距稍微拉開，更清晰 */
    text-transform: uppercase;
    /* 可選：大寫更有力 */
}


 .brand-item-inner a img:hover {
     /* .light-img {
    transition: all 0.3s ease; /* 过渡效果 */
    /* cursor: pointer; */
  /* } */
 
    /* 颜色可调，添加绿色外发光 */
    /* background-color:#FBBF24;
    box-shadow: 0 0 15px 5px #a05a14; */
    /* 向上平移一点（可选） */
    /* transform: translateY(10px); */

      box-shadow: inset 0 0 20px #ffdda9,  /* 内发光 */
              inset 0 0 20px #ffdda9,
              0 0 20px rgb(255, 136, 0);        /* 可选：外发光增强效果 */
  transform: translateY(10px);
   transition: all 0.5s ease; /* 过渡效果 */
  }


/*---------------  主頁學校校内活動設定------------------------end*/