/* =======================================
# sec-insight-list 領航觀點列表
========================================= */


/* =======================================
# sec-insight-page 領航觀點內頁
========================================= */
.sec-insight-page{
  background-color:  #f0f0f0;
}
.sec-insight-page .page-box{
  background-color: var(--bg);
  border-radius: 40px;
  padding: 60px 0 50px;
}
@media (max-width:991px) {
  .sec-insight-page .page-box{
    padding: 30px 5px 30px;
  }
}
@media (max-width:767px) {
  .sec-insight-page{
    background-color: #fff;
  }
  .sec-insight-page .page-box{
    background-color: transparent;
    padding: 0;
  }
}
.sec-insight-page figure {
  margin-bottom: 3rem;
}
.sec-insight-page figure img {
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.sec-insight-page .figure-caption {
  color: #9db0a6;
}

.sec-insight-page h2 {
  color: #137a64;
  margin-bottom: 1.5rem;
}

.sec-insight-page h4 {
  font-weight: 700;
  color: #414738;
  margin: 30px auto;
}

.sec-insight-page p {
  font-size: 17px;
}

.partner-box{
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-top: 2rem;
}
@media (max-width:767px) {
  .partner-box{
    box-shadow: 0 0 36px #00000014;
  }
}
.partner-box h3{
  font-size: 24px;
  margin-bottom: 15px;
}

.partner-box p{
  font-size: 16px;
}

