.promotion-header.w50 {
    display: flex;
    align-items:center;
    margin-bottom: 20px;
    text-align: center;
  }
  @media (max-width: 768px) {
    .promotion-header.w50 {
      flex-direction: column;
    }
  }
.promotion-header .promotion-header-soundbox{
    max-width: 90%;
  }
  
  @media (max-width: 1024px) {
    .promotion-header .promotion-header-soundbox{
      max-width: 60%;
    }
  }
  .benefit-item.w50{
    width: 100%;
  }
  .benefit-item.w50 picture {
    flex-shrink: 0;
    width: 40%;
  }
  .benefit-item.w50 picture img {
    object-fit: contain;
    width: 70%;
  }
  @media (max-width: 1024px) {
    .benefit-item.w50 {
      width: 48%;
      order: 2;
    }
  }

  @media (max-width: 900px) {
    .benefit-item.w50 {
      width: 100%;
      order: 1;
      display: flex;
      flex-direction: column;
    }
    .benefit-item.w50 picture{
        width: 100%;
    }
  }

  .benefit-item.w50 .txt-tag{
    background-color: #00ffff;
    border-radius: 25px;
    color: #000;
    font-size: 14px;
    padding: 4px 12px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  @media (max-width: 900px) {
    .benefit-item.w50 .txt-tag{
      font-size: 12px;
      padding: 4px 10px;
    }
  }
  .item-pic{ 
    width: 50%; 
    height: fit-content;
    display: flex;
    justify-content: center;
  }
  .item-pic img{ 
    max-width: 200px; 
    height: fit-content;
  }
  .item-txt-box{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    gap: 6px;
    position: relative;
    padding-bottom: 2rem;
  }
  .benefit-item .txt-title{
    font-size: 30px;
    color: #00ffff;
  }
  
  .benefit-item ul{
    margin-left: 20px;
    min-height: 6rem;
  }
  
  .benefit-item ul li{
    font-size: 18px;
    color: #fff;
    list-style: disc;
  }
  
  @media (max-width: 1280px) {
    .benefit-item.w50 .item-pic img{ 
      max-width: 80%;
    }
    .benefit-item ul{
      min-height: 5rem;
    }
    .benefit-item ul li{
      font-size: 16px;
    }
    .item-pic{
      width: 40%;
    }
    .item-txt-box{
      width: 60%;
      gap:4px;
    }
    .benefit-item .txt-title{
      font-size: 26px;
    }
  }
  
  @media (max-width: 900px) {
    .item-pic{
      width: 80%;
    }
    .item-pic img{ 
      max-width: 100%;
    }
    .benefit-item.w50 .item-pic img{ 
      max-width: 60% !important;
    }
    .item-txt-box{
      width: 100%;
    }
    .item-pic{
      width: 90%;
    }
    .benefit-item ul{
      min-height: auto;
    }
    .benefit-item ul li{
      font-size: 15px;
    }
    .item-txt-box{
      width: 100%;
      gap:4px;
      align-items:center;
    }
  }  
  .benefits.w50 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
    position: relative;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #9c9c9c 0%, #eeeeee 50%, #bdbdbd 100%), linear-gradient(to bottom, #ffffff 0%, #979797 50%, #ffffff 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  }
  @media (max-width: 1024px) {
    .benefits.w50 {
      gap: 10px;
      padding: 10px;
    }
    .benefit-item{
      order: 1;
    }
  }
  
  @media (max-width: 900px) {
    .benefits.w50 {
      flex-direction: column;
    }
  }
  .title_250303 {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: bold;
  }
  .title_250303 .green{
    border-bottom: 2px solid #156082;
    color: #156082;
  }
  @media (max-width: 1024px) {
    .title_250303 {
      font-size: 20px;
    }
  }

  .benefits.box-250303{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
  }

.pic-item-250303{
    display: flex;
    width: 100%;
  }

  /* .pic-item-250303 .ad-250303{
    filter:drop-shadow(0px 0px 5px rgba(128,254,255,1));
  }   */

.item-250303{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
  border: 3px solid transparent;
  border-radius: 10px;
  background: #000000;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to bottom, #ffffff 0%, #979797 50%, #ffffff 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  }

  .small-250303{
    color: inherit;
    font-size: 1rem;
  }

  .item-250303 .txt-title{
    font-size: 30px;
    color: #00ffff;
    font-weight: 700;
    text-align: center;
  }
  @media (max-width: 900px) {
    .item-250303 .txt-title{
      font-size: 20px;
    }
  }
  .detail-box{
    display: grid;
    gap: 10px;
    grid-template:repeat(5, 1fr) / repeat(5, 1fr);
    grid-template-rows: 200px;
    width: 80%;
    margin: 0 auto;
  }
  @media (max-width: 900px) {
    .detail-box{
      width: 100%;
    grid-template:repeat(2, 1fr) / repeat(3, 1fr);
    }
  }
  @media (max-width: 650px) {
    .detail-box{
      grid-template:repeat(1, 1fr) / repeat(2, 1fr);
      grid-template-rows: auto;
      width: 90%;
    }
  }
.detail-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-around;
  text-align: center;
}


.detail-item figure img{
  max-height: 150px;
  width: fit-content;
}

.detail-text{
  color: #eeeeee;
  font-size: 1rem;
}
@media (max-width: 650px) {
  .detail-text{
    font-size: .85rem;
  }
}
.detail-item .ott img{ 
  width: 60% !important; 
  height: auto;
}
@media (max-width: 650px) {
  .detail-item .ott img{ 
    width: 50% !important;
  }
}
/*promotion-table*/
.promotion-table{
  width: 100%;
}
.promotion-table table{
  width: 100%;
  background: linear-gradient(135deg, #4c4c4c 0%,#131313 50%,#4c4c4c 100%);
  color: #fff;
  position: relative;
}
.promotion-table table tr{
  border-bottom: 3px solid #000;
}
.promotion-table table tr:last-child{
  border-bottom: none;
}
.promotion-table table tr th{
  font-weight: 500;
  font-size: 14px;
}
.promotion-table table tr td p{
  font-size: 16px;
}
.promotion-table table tr td, .promotion-table table tr th{
  border-right: 3px solid #000;
  padding: 10px;
}
.promotion-table table tr td:last-child{
  border-right:none;
}
.promotion-table table .title{
  font-size: 24px;
  color: #00ffff;
  font-weight: 700;
}
.promotion-table table .offer-box{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: flex-start;
  width: fit-content;
  gap: 5px;
}
.promotion-table table .offer{
  display: inline-block;
  text-align: left;
  /* align-items:flex-start; */
  line-height: 110%;
  font-size: 15px;
}
.promotion-table table .offer::before{
  content: "";
  background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/styles/img/icon-check.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-right: 2px;
}
.promotion-table table .note{
  font-size: 12px;
}
.promotion-table table .sp-note{
  margin-left: 18px;
}
.promotion-table table .sp-note li{
  list-style: disc;
  font-size: 14px;
  line-height: 120%;
}
.promotion-table .mobile-show{
  display: none;
}
.mobile-show{display: none;}
@media (max-width: 1200px) {
  .promotion-table{
    width: 100%;
    overflow-y: scroll;
    overflow-y:hidden;
  }
  .promotion-table table{
    width: 1100px;
  }
  .promotion-table table tr th{
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow:5px 0 10px rgb(0, 0, 0, .1);
    width: 98.04px;
    background: #1a1a1a;
    border-right: 0;
  }
  .mobile-show{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .promotion-table table tr th{
    font-size: 14px;
  }
  .promotion-table table tr td p{
    font-size: 14px;
  }
  .promotion-table table .sp-note{
    font-size: 14px;
  }
  .promotion-table table .title{
    font-size: 18px;
  }
  .promotion-table table tr td, .promotion-table table tr th{
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .promotion-table table .offer::before{
    width: 10px;
    height: 10px;
    margin-right: 2px;
  }
}
.pic-title-h1, .pic-subtitle-h2, .pic-border-h2{ 
  font-size: 0; 
  text-indent: -9999px;
}
.header-text--primary small{ 
  color: inherit; 
  font-size: 60%;
}
@media (max-width: 900px) {
  .links-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.link-button.mb-no-show{ 
  display: flex;
}
@media (max-width: 768px) {
  .link-button.mb-no-show{
    display: none;
  }
}
.promotion-section{
  background-color: #101b1c;
}
.promotion-section .main{
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .promotion-section{
    background-size: 300%;
    padding: 20px;
  }
}
.feedback-wrap{ position: relative; width: 100%; height: auto; overflow: hidden; background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/customer-feedback-bg.webp); background-size: cover; background-position: center bottom; background-repeat: no-repeat;}
.feedback-wrap .main{ max-width: 1440px; margin: 0 auto; display: flex;}

@media (max-width: 767px) {
  .feedback-wrap{ background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/customer-feedback-bg-m.webp);}
  }
