.story-list-unit-bottom{
  display:none;
}
.story-list-unit-content{
  text-align:center;
}
.specialStoryList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Ad_G2_G3_G4,
.Ad_G1{
  width:100%;
}
.topSwiper .swiper{
  position: relative;
}
.topSwiper .swiper .swiper-button-prev img,
.topSwiper .swiper .swiper-button-next img{
  width:100%;
}
.topSwiper .swiper .swiper-button-prev,
.topSwiper .swiper .swiper-button-next{
  width: clamp(30px, 5vw, 50px);
}
.topSwiper .swiper .swiper-button-next:after, .swiper-button-prev:after{
  font-size:0!important;
}
.Ad_G2_G3_G4 .main-box{
  padding:0;
}
.specialStoryList .story-list-unit{
  width:calc(33.3% - 20px);
  background-color: transparent;
}
.specialStoryList .story-list-unit:nth-of-type(-n+2){
  width:calc(50% - 29px);
}
.specialStoryList .story-list-unit:nth-of-type(-n+2) .story-list-unit-top{
  border-bottom-left-radius: clamp(30px, 6vw, 100px);
  overflow: hidden;
}
.NewsTopic{
  background-image: url(https://tkww-static.tkww.hk/v5/secondaryPage/specialPage/img03.png);
}
.SpecialPlanning{
  background-image: url(https://tkww-static.tkww.hk/v5/secondaryPage/specialPage/img04.png);
}
.NewsTopic,
.SpecialPlanning{
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
#NewsTopic,
#SpecialPlanning{
  overflow:hidden;
}
.swiper-slide .specialTitle{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding:10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-slide .specialTitle a{
  color:#fff;
  font-size:18px;
}
.topSwiper{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.topSwiper .column_icon img{
  width: clamp(50px, 21vw, 392px);
}
.topSwiper>.swiper{
  width:calc(65%);
  border-radius: 10px;
  box-shadow: 0px 0px 12px #3a3a3a;
}
@media(max-width:576px){
  .NewsTopic{
    background-image: url(https://tkww-static.tkww.hk/v5/secondaryPage/specialPage/img05.png);
  }
  .specialStoryList .story-list-unit:nth-of-type(-n+2) .story-list-unit-top,
  .SpecialPlanning .specialStoryList .story-list-unit:nth-of-type(-n+3) .story-list-unit-top{
    border-bottom-left-radius: 5px;
  }
  main .specialStoryList .story-list-unit,
  .specialStoryList .story-list-unit:nth-of-type(-n+2),
  .SpecialPlanning .specialStoryList .story-list-unit:nth-of-type(-n+3){
    width:calc(50% - 10px);
  }
  .topSwiper>.swiper {
    width: 100%;
  }
  .topSwiper{
    padding-top: 15px;
  }
  .topSwiper .column_icon{
    margin-bottom: 15px;
  }
  .story-list-unit-content {
    text-align: justify;
  }
}