/* 導航 */
.carousel-indicators li{
    border-radius:50%;
    border:0;
    background-color:#888888 ;
    width: 7px;
    height: 7px;
}
.carousel-indicators .active{
    background-color:#000000;
    width: 30px;
    height: 7px;
    border-radius: 10px;
}

/* 首頁輪播圖 */
.carousel-inner{
    /* overflow: unset; */
    /* clip-path: polygon( 0% 0%, 100% 0%, 100% 87%,0% 100%); */
    /* box-shadow: -10px -1px 10px #000 inset; */
}
#carouselExampleIndicators{
    margin-bottom: 0px;
}

.carousel-item img{
    width:100%;
    /*clip-path: polygon( 0% 0%, 100% 0%, 100% 87%,0% 100%);*/
}
.carousel-indicators{
    bottom: -45px;
}

@keyframes slideBanner {
    0%   {opacity: 0; transform: scale(1);}
    50%  {opacity: 1; transform: scale(1.05);}
    100% {opacity: 1; transform: scale(1.05);}
}

.custom-carousel-inner .active{
	animation-name: slideBanner;
	animation-delay: 0s;
    animation-duration: 8s;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
}
.modal-body:after{
    border: 0!important;
}
.mc{
    font-size: 16px!important;
}
.pad_bot{
    padding-bottom: 20px;
}
.pad_top{
    padding-top: 10px!important;
}