.h1, h1 {
  font-size: min(max(3vw, 24px), 30px) !important;
}

.h2, h2 {
  font-size: min(max(3vw, 22px), 28px) !important;
}


.h3, h3 {
  font-size: min(max(2.5vw, 18px), 24px) !important;
}

.h4, h4 {
  font-size: min(max(2vw, 16px), 20px) !important;
}

.h5, h5 {
  font-size: min(max(1.8vw, 14px), 20px) !important;
}

.button {
  -webkit-tap-highlight-color: transparent; /* 移除 iPhone 長按白邊 */
  -webkit-touch-callout: none;              /* 禁止 iOS 長按選單 */
  user-select: none;                        /* 禁止選取文字 */
  outline: none;                            /* 移除點擊外框 */
}

h3.main-color{
  line-height:1.6;
}


/*新聞字體大小*/
@media (min-width: 576px) {
  .article-list h2, .article-list h3 {
      font-size: 1.5rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}


/*成功案例字體大小*/
.article-title {
  line-height: 1.4;
  font-size: 1.25rem;
}

