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

.banner img{
    width: 100%;
	animation-name: slideBanner;
	animation-delay: 0s;
    animation-duration: 8s;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
}

/* 治療更精準 */
.check_box{
    width: 100%;
    background: #FEE9CA;
    padding: 80px 80px 160px;
    margin-bottom: -50px;
}
.check_main{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #FE9901;
    padding: 40px;
}
.check_title{
    width: 30%;
    background: #FE9901;
    color: #fff;
    transform: skew(-20deg);
    padding: 10px 0 5px;
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    position: relative;
    top: -60px;
    margin-bottom: -30px;
}
.check_title span{
    display: block;
    transform: skew(20deg);
}
.check_main p {
    width: 70%;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}
.check_main ul{
    width: 70%;
    margin: 40px auto 0;
}
.check_main ul li{
    list-style: none;
    margin: 7px 0;
}
.check_main .c_title{
    width: 30%;
    text-align: right;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}
.check_main .c_text{
    display: inline-block;
    font-size: 20px;
    padding-left: 50px;
}


/* 健康體管方案 */
.programme_box{
    width: 100%;
    padding: 80px 0 150px;
    background: url(../themes/DST_TCM/assets/image/health_check/bg1.png) no-repeat;
    background-size: 100%;
    transform: skewY(-3deg);
    margin-bottom: -70px;
}
.programme_main{
    width: 80%;
    margin: 0 auto;
    transform: skewY(3deg);
}
.programme_main h2{
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
}
.swiper-slide {
    width: 33%;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide img{
    width: 100%;
}
.swiper-container {
    --swiper-navigation-color: white;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
    right: auto;
}


/* form */
.form_box{
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
}


/* login_box */
.login_box{
    margin-top: 5px;
}

@media(max-width:1199px){
    .check_main p ,.check_main ul {
        width: 94%;
    }
    .login_box{
        margin-top: 0;
    }
}

@media(max-width:768px){
    /* 讓治療更精準 */
    .check_box {
        width: 100%;
        background: #FEE9CA;
        padding: 80px 40px 130px;
        margin-bottom: -50px;
    }
    .check_main {
        width: 100%;
        padding: 40px 0;
    }
    .check_title{
        width: 75%;
        font-size: 26px;
    }
    .check_main p {
        width: 81%;
        font-size: 16px;
    }
    .check_main ul {
        width: 81%;
        margin: 30px auto 0;
    }
    .check_main ul li {
        margin: 20px 0;
    }
    .check_main .c_title {
        width: 100%;
        font-size: 26px;
        text-align: center;
    }
    .check_main .c_text {
        font-size: 16px;
        text-align: center;
        padding-left: 0;
    }

    /* 健康體管方案 */
    .programme_box{
        padding: 60px 0 150px;
        background: url(../themes/DST_TCM/assets/image/health_check/bg2.png) no-repeat;
        background-size: 100%;
    }
    .programme_main{
        width: 100%;
    }
    .programme_main h2{
        font-size: 26px;
        margin-bottom: 50px;
    }
    .swiper-wrapper{
        width: 130%;
    }
    .swiper-slide{
        width: 52%;
        transform: scale(0.9);
    }
    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1.1);
    }

    .swiper-slide .slide_text{
        font-size: 26px;
    }

    /* step */
    .step_box{
        width: 100%;
        background: #FFF9F1;
        -webkit-transform: skewY(-3deg);
        margin-bottom: 0;
    }
}