#sec-notice {
  padding-top: 96px;
  padding-bottom: 120px;
}
#sec-notice .sec-container {
  width: 1080px;
}
@media (min-width: 769px) and (max-width: 1150px) {
  #sec-notice .sec-container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #sec-notice .sec-container {
    width: 90%;
  }
}
#sec-notice .sec-tit {
  display: flex;
  margin-bottom: 16px;
}
#sec-notice .sec-tit p {
  font-size: 14px;
  margin-left: 5px;
}
#sec-notice ul {
  padding-left: 1.3em;
}
#sec-notice ul li {
  list-style: decimal;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}
#sec-notice .toggle-wrap {
  position: relative;
}
@media (max-width: 768px) {
  #sec-notice .toggle-wrap {
    height: 300px;
    overflow: hidden;
  }
  #sec-notice .toggle-wrap.-active {
    height: auto;
  }
}
#sec-notice .toggle-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  display: none;
  left: 0;
}
@media (max-width: 768px) {
  #sec-notice .toggle-btn {
    display: block;
  }
}
#sec-notice .toggle-btn .-btn {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #C0C0C0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#sec-notice .toggle-btn .-btn span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
}
#sec-notice .toggle-btn .-btn span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec-notice .toggle-btn .-btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
#sec-notice .toggle-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #C0C0C0;
}
#sec-notice .toggle-btn.-active .-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
#sec-notice .twm-content{
  margin-top: 0;
}
.custom_full_table thead td{
  font-weight: normal;
}


.top-promo {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 5rem;
  font-family: 'Noto Sans TC', sans-serif;
}
.top-promo h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 2px;
  background: #0c6fbc;
  background: linear-gradient(90deg, rgba(12,111,188,1) 20%, rgba(123,178,227,1) 80%);
  /*background: rgb(255,103,0);
  background: linear-gradient(90deg, rgba(255,143,8,1) 20%, rgba(255,103,0,1) 80%);
  background-color: #007ac4;*/
  border-radius: 16px 16px 0 0;
  padding: 15px 10px;
  line-height: 150%;
  text-align: center;
  
}

/*.top-promo .txt-primary-orange {
  color: #007ac4 !important;
}*/
.top-promo h4 {
  display: inline;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}
.top-promo sup {
  font-size: 12px;
}
.num {
  font-size: 72px;
  color: #bdbebd;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 60px;
  text-align: center;
  line-height: 60px;
}
.ex {
  border-radius: 99px;
  border: 1px solid #1b1c1e;
  padding: 10px 5px; 
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}
.gift-note {
  border-radius: 12px;
  padding: 2rem;
  background-color:#F8F8F8;

}
.gift-note h5{
  font-size: 15px;
  color: #1b1c1e;
  margin-bottom: 1rem;
}
.gift-note p{
  font-size: 13px;
  color: #1b1c1e;
  line-height: 150%;
  margin-bottom: 1rem;
}

/*.catchd-container {
  width: 100%;
  background-image: 
  linear-gradient(90deg, rgba(33, 57, 160, 1) 0%, rgba(19, 205, 242, 1) 70%, rgba(25, 237, 161, 1) 100%), 
  url('../images/front.png');
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: screen; /*依需求選用blend模式
}*/

.catchd-container {
  width: 100%;
  min-height: 400px; /* 依需求設定高度 */
  position: relative;
  overflow: hidden;

  /* 疊加linear-gradient和圖片背景 */
  background-image: 
    linear-gradient(90deg, #2139a0 0%, #13cdf2 70%, #19eda1 100%),
    url('../images/front.png');
  background-size: 200% 100%, auto;  /* gradient 濾鏡拉長方便移動，png用auto */
  background-position: 0% 0%, center top;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: screen;
  animation: gradientLoop 10s linear infinite;
}

/* CSS動畫讓gradient左右來回移動，創建「loop」效果 */
@keyframes gradientLoop {
  0% {
    background-position: 0% 0%, center top;
  }
  50% {
    background-position: 100% 0%, center top;
  }
  100% {
    background-position: 0% 0%, center top;
  }
}

.kvttl {
  margin: 0 auto;
  height: 600px;
}

.kvttl img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.time-ttl {
  font-size: 2.4em;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding-bottom: 35px;
  background-image: url('../images/time-ttl.png');
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  mix-blend-mode: plus-lighter; /*依需求選用blend模式*/
  margin-bottom: 3rem;
  margin-top: 3rem;
  letter-spacing: 2px;
  /*text-shadow: 0 0 2px #ffffff;*/
}
.end-ttl {
  background-image: url('../images/end-ttl.png');
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  mix-blend-mode: screen; /*依需求選用blend模式*/
  height: 200px;
}

.net-bg {
  background-image: url('../images/net-bg.png');
  background-size: auto;
  background-position: center center;
  background-repeat: repeat-y;
  background-attachment: scroll;
}
.bottombg {
  background-image: url('../images/bottom-lite.png');
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  mix-blend-mode: screen; /*依需求選用blend模式*/
  padding-top: 150px;
}

img.mixblend {
  mix-blend-mode: screen;
}

.block {
  background-image: url('../images/blockbg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.block h3 {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #f0ff00, #48ffe0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 非webkit瀏覽器兼容性 */
  background-clip: text;
  color: transparent;
}
.block {
  text-align: center;
}
.block img {
  width: 100%;
  transition: all 0.5s;
}
.block img:hover {
  filter: drop-shadow(0px 0px 12px #acf8ff);
  transition: all 0.5s;
}
.block p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0 30px;
  min-height: 100px;
}
.block a {
  background-color: #fff;
  color: #0066ff;
  border-radius: 99px;
  padding: 4px 12px;
  transition: all 0.2s;
  border: none;
  margin: 3px 2px;
}
.block a:hover {
  color: #0066ff;
  background: #f0ff00;
  transition: all 0.2s;
  border: none;
}

.blockSwiper_Y25 .swiper-button-disabled, .blockSwiper_Y25 .swiper-button-next, .blockSwiper_Y25 .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.5) !important;
  width: 60px;
  height: 60px;
}
.blockSwiper_Y25 .swiper-button-next b svg, .blockSwiper_Y25 .swiper-button-prev b svg {
  color: #ffffff !important;
}



@media screen and (min-width: 0px) and (max-width: 640px) { 
  .catchd-container {
    width: 100%;
    min-height: 800px; 
    position: relative;
    overflow: hidden;
    background-image: 
      linear-gradient(90deg, #2139a0 0%, #13cdf2 70%, #19eda1 100%),
      url('../images/m-front.png');
    background-size: 200% 100%, 100%;  /* gradient 濾鏡拉長方便移動，png用auto */
    background-position: 0% 0%, center top;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: screen;
  animation: gradientLoop 6s linear infinite;
}
  .kvttl {
      height: 60vh;
  }
  .time-ttl {
    font-size: 1.8em;
    text-align: center;
    font-weight: 600;
    background-size: 150%;
    padding-bottom: 25px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  p.h5 {
    font-size: 1em;
  }
  .end-ttl {
    background-size: 130%;
    height: 150px;
  }
  .bottombg {
    padding-top: 0;
    background-size: 180%;
  }
}