.header.style-5 .nav {
    font-size: clamp(16px, 1vw, 22px);
}
@media (max-width: 1052px) {
  .header.style-5 .nav {
    font-size: 16px;
  }
}

@media (max-width: 1560px) {
    .header .logo {
        padding-right: 20px;
    }
    /* 標題 RWD  */
    .content.desktop .nav > .nav-item > a {
        white-space: normal; /* 允許文字換行 */
        text-align: center; /* 讓換行後的文字置中 */
    }
}

/* news 調整 */
.index-news .news-content .list li .catagory {
    width: 180px;
}