/*

產品子選單 白色

*/


@media (max-width: 991px) {
  /*選單配色*/
  .p-overview-outer {
    background-color: rgba(255,255,255,0.95);
    background-image: url("../../images/templates/btn/dropdown-black.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  .p-overview-outer-active {
    background-image: url("../../images/templates/btn/dropdown-up-black.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  /*向下滾動前*/
  .p-overview-outer {
    background-color: background-color rgba(255,255,255,0.85);
  }
  /*向下滾動後 透明度增加*/
  .p-overview-outer.fixed {
    background-color: rgba(255,255,255,0.9);-webkit-backdrop-filter: saturate(180%) blur(20px);backdrop-filter: saturate(180%) blur(20px);
  }
}
@media (min-width: 992px) {
  .p-overview-outer {
    background-color: transparent;
  }
  /*目前active選項加上底線*/
  .p-overview-outer .list a.active {
    border-bottom: 2px solid #0075a9;
  }
  /*向下滾動後 透明度增加*/
  .p-overview-outer.fixed {
    background-color: rgba(255,255,255,0.9);-webkit-backdrop-filter: saturate(180%) blur(20px);backdrop-filter: saturate(180%) blur(20px);
  }
}