/* 首頁banner輪播 */

.swiper-wrapper, 
.swiper-slide {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.custom-banner-slide{
  height: auto;
  width: 100%;
  border-radius: 0 0 120px 120px;
  overflow: hidden;
}

.custom-banner-pagination{
  bottom: 40px !important;
}

.custom-banner-pagination .swiper-pagination-bullet{
    background-color: #FFFFFF !important;
    margin: 0 10px !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
}

.custom-banner-pagination .swiper-pagination-bullet-active{
  outline: 1px solid #fff;
  outline-offset: 5px;
}

.swiper-button-next.HotTopics-next {
  background-image: url(../img/btn-arrow/mb-hotBtn-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  opacity: 1;
}

.swiper-button-prev.HotTopics-prev {
  background-image: url(../img/btn-arrow/mb-hotBtn-l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination.Expertise-pagination , .swiper-pagination.shorts-pagination{
  bottom: -5px;
}

.swiper-pagination.Expertise-pagination .swiper-pagination-bullet , .swiper-pagination.shorts-pagination .swiper-pagination-bullet{
  background-color: #D5C5C8;
  margin: 0 8px;
  opacity: 1;
}

.swiper-pagination.Expertise-pagination .swiper-pagination-bullet-active , .swiper-pagination.shorts-pagination .swiper-pagination-bullet-active{
  background-color: #DB7F8E;
}

.custom-Topics-slide{
  display: flex;
  gap:20px;
}

.swiper-pagination.Topics-pagination{
    top:45px;
    left: -550px;
}

.swiper-pagination.Topics-pagination .swiper-pagination-bullet{
    margin: 0 8px;
    background-color: #fff;
    border: 1px solid #DB7F8E;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination.Topics-pagination .swiper-pagination-bullet-active{
  background-color: #DB7F8E;
}

.swiper-button-next.Topics1-next{
  top:45px;
  right: 25%;
  background-image: url(../img/../img/btn-arrow/swiper-btn-r.svg); 
  width: 52px;
  height: 52px;
  background-size: contain;
}

.swiper-button-prev.Topics1-prev{
  top:45px;
  left: 67%;
  background-image: url(../img/../img/btn-arrow/swiper-btn-l.svg); 
  width: 52px;
  height: 52px;
  background-size: contain;
}

.custom-Medical-slide {
  width: 491px !important;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

.Medical-pagination{
  display: none;
}

.swiper-button-next.Medical-next{
   top:90%;
   left: 12%;
   background-image: url(../img/../img/btn-arrow/swiper-btn1-r.png); 
   width: 52px;
   height: 52px;
   background-size: contain;
}

.swiper-button-prev.Medical-prev{
    top:90%;
   left: 8%;
   background-image: url(../img/../img/btn-arrow/swiper-btn1-l.png); 
   width: 52px;
   height: 52px;
   background-size: contain;
}

@media(max-width:1564px){
    .swiper-pagination.Topics-pagination{
    top:45px;
    left: -450px;
}
.swiper-button-next.Medical-next{
   top:90%;
   left: 15%;
   width:45px;
   height: 45px;
}

.swiper-button-prev.Medical-prev{
   top:90%;
   left: 10%;
   width:45px;
   height: 45px;
}
}

@media(max-width:1280px){
  .swiper-pagination.Topics-pagination{
    top:45px;
    left: -350px;
}
  .swiper-button-next.Topics1-next{
  top:45px;
  right: 25%;
  width: 45px;
  height: 45px;
  background-size: contain;
}

.swiper-button-prev.Topics1-prev{
  top:45px;
  left: 65%;
  width: 45px;
  height: 45px;
}
}

@media(max-width:1064px){
    .swiper-pagination.Topics-pagination{
    top:45px;
    left: -350px;
}
.Medical-pagination{
  display: flex;
  bottom:-40px !important;
  justify-content: center;
}
.swiper-pagination.Medical-pagination .swiper-pagination-bullet{
    margin: 0 8px;
    background-color: #D5C5C8;
    border: 1px solid #D5C5C8; 
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.swiper-pagination.Medical-pagination .swiper-pagination-bullet-active{
  background-color: #604D53;
}
.swiper-button-next.Medical-next , .swiper-button-prev.Medical-prev{
  display: none;
}
}

@media(max-width:768px){
  .custom-banner-slide{
    border-radius: 0 0 60px 60px;
 }
 .custom-banner-pagination{
   bottom: 20px !important;
  }
  .custom-Topics-slide{
    display: flex;
    flex-direction: column;
  }
  .swiper-pagination.Topics-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .swiper-pagination.Topics-pagination{
    top:38px;
    left: -30px;
}
  .swiper-button-next.Topics1-next{
    right: 5%;
    width: 38px;
    height: 38px;
}
.swiper-button-prev.Topics1-prev{
  left: 74%;
  width: 38px;
  height: 38px;
}

}

@media(max-width:400px){
  .swiper-button-next.HotTopics-next{
    width: 30px;
  }
    .swiper-button-prev.HotTopics-prev{
    width: 30px;
  }
  .swiper-pagination.Topics-pagination{
      left: -8px;
  }
.swiper-button-prev.Topics1-prev{
  left: 72%;
}
}