/*電腦版*/
#site-navigation .dropdown-menu {
    display: block;
    position: static;
    border: none;
}
#mobile-dropdown .dropdown-toggle::after {
    border-top: none;
}
.steps-banner-slider-tablet .swiper-slide {
    background-size:100% 100%;
    padding-top: 19%;
    max-height: 275px;
}
.steps-banner-slider-tablet .swiper-slide .info {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 17.5%;
    left: 16%;
}
.vr-line {
    width: 11px;
    height: 75%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    bottom: 10%;
}
.vr-line .vr {
    min-height: auto;
}
.steps-banner-slider-tablet .swiper-slide .infos {
    padding-top: 7%;
}
.steps-banner-slider-tablet .swiper-slide .infos .info .mb-2 {
    font-size: 28px;
    line-height: 20px;
}
.steps-banner-slider-tablet .swiper-slide .infos .info:nth-child(1) {
    top: 5%;
}
.steps-banner-slider-tablet .swiper-slide .infos .info:nth-child(2) {
    -webkit-animation: animIndicators 10s linear infinite;
    animation: animIndicators 10s linear infinite;
}
.steps-banner-slider-tablet .swiper-slide .infos .info:nth-child(3) {
    top: 10%;
}
.steps-banner-slider-tablet .swiper-slide .infos .info:nth-child(4) {
    -webkit-animation: animIndicators 15s linear infinite;
    animation: animIndicators 15s linear infinite;
}
.steps-banner-slider-tablet .swiper-button-next-tablet {
    width: 5%;
    top: 38%;
    z-index: 10;
    right: 1em;
}
/*行動版*/
.steps-banner-slider-mobile {
    display: none;
}
.steps-banner-slider-mobile .text-white div {
    font-size: 24px;
}
.steps-banner-slider-mobile .card {
    border: none;
}
.steps-banner-slider-mobile .card .card-title {
    font-size: 20px;
}
.steps-banner-slider-mobile .card .card-text {
    font-size: 16px;
}
.steps-banner-slider-mobile .banner-1 {
    color: #4BC1C9;
    background-color: #4BC1C9;
}
.steps-banner-slider-mobile .banner-2 {
    color: #F48C5C;
    background-color: #F48C5C;
}
.steps-banner-slider-mobile .banner-3 {
    color: #1792CB;
    background-color: #1792CB;
}
.steps-banner-slider-mobile .button-1 {
    background-color: #F48C5C;
}
.steps-banner-slider-mobile .button-2 {
    background-color: #1792CB;
}
.steps-banner-slider-mobile .button-3 {
    background-color: #4BC1C9;
}
/*動畫設定*/
@-webkit-keyframes animIndicators {
    0%{top: -1.5rem}
    50%{top: 6rem}
    100%{top: -1.5rem}
}
@keyframes animIndicators {
    0%{top: -1.5rem}
    50%{top: 6rem}
    100%{top: -1.5rem}
}
/*RWD*/
@media screen and (max-width: 959px) {
    .steps-banner-slider-tablet {
        display: none;
    }
    .steps-banner-slider-mobile {
        display: block;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .steps-banner-slider-tablet .swiper-slide .infos {
        padding-top: 5%;
    }
    .steps-banner-slider-tablet .swiper-slide .info {
        font-size: 16px;
        line-height: 22px;
    }
    .steps-banner-slider-tablet .swiper-slide .infos .info .mb-2 {
        font-size: 22px;
        line-height: 26px;
    }
}