@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{
    background: url(../themes/DST_TCM/assets/image/bht/1bg.png) no-repeat;
    background-size: 100%;
    /* padding-bottom: 100px; */
    padding-bottom: 250px;
    margin-bottom: 0px;
	padding-top: 90px;
	position: relative;
}
.check_main{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #FE9901;
    padding: 40px;
	position: relative;
}
.check_title{
    width: 33%;
    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_title_white{
	color: #fff;
	font-size: 36px;
	text-align:center;
	margin-top:50px;
}

ul.checklist{
	
}

ul.checklist li {
    background: url(../themes/DST_TCM/assets/image/bht/2.png) no-repeat;
    background-size: contain;
    display: inline-block;
    padding-left: 40px;
    width: 20%;
    font-size: 22px;
}

ul.checklist li:nth-of-type(1),ul.checklist li:nth-of-type(5){
	margin-left: 10%;
}

.check_main p {
    width: 60%;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
	line-height:32px;
}
.check_main ul{
    width: 70%;
    margin: 30px auto 0px auto;
}
.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_top {
    width: 100%;
    padding: 0px;
    background: url(../themes/DST_TCM/assets/image/bht/threehypers_top.png) no-repeat;
    background-size: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 200px;
    background-position: 0px;
}

.programme_box {
    width: 100%;
    padding: 0px 0 150px;
    background: #ffeac8;
    transform: skewY(-3deg);
    margin-bottom: -70px;
    margin-top: -50px;
}

.programme_main{
    width: 75%;
    margin: -4px auto 0 auto;
    transform: skewY(3deg);
}

.programme_main p {
    width: 60%;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
	line-height:32px;
}

.programme_main h2{
    color: #ff9803;
    font-size: 36px;
    text-align: center;
    padding:46px 0px 20px 0px;
}

.programme_main ul {
    margin: 50px 0px 290px 0px;
}

.programme_main ul li{
	list-style:none;
	display:block;
	float:left;
}

.programme_main ul li:nth-of-type(2),.programme_main ul li:nth-of-type(4),.programme_main ul li:nth-of-type(6){
	width:4%;padding-top:8%
}

.programme_main ul li:nth-of-type(1),.programme_main ul li:nth-of-type(3),.programme_main ul li:nth-of-type(5),.programme_main ul li:nth-of-type(7){
	width:22%;
}

.programme_main ul li div.img{
	height:auto; overflow:hidden; margin-bottom:20px;
}

.programme_main ul li div.img img {
    max-width:100%;
}

.programme_main ul li div.text {
    display: block;
    font-size: 22px;
    margin-top: 20px;
	padding:5px 10%;
}

.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;
}

/* step */
.three_advantage{
    background: #fefaef;
    transform: skewY(-3deg);
    padding: 30px 0 60px 0;
	
}
.advantage_title{ margin:40px 0px;-webkit-transform: skewY(3deg);text-align:center; }
.advantage_title h2{font-size:36px; }
.advantage_body{ width:70%; margin:auto;-webkit-transform: skewY(3deg); text-align:center;}
.advantage_body .advantage_box {
    width: 30%;
    display: inline-block;
    font-size: 24px;
    margin: 0px 1%;
}
.advantage_body .advantage_box h3{ color: #FF9700 !important; font-size:28px; text-align:center; margin:30px 0px 10px 0px;}
.advantage_body .advantage_box img{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

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


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

.advantage_box img{ max-width:100%;}

@media(max-width:1650px){
	.check_main ul {
		width: 80%;
	}
}

@media(max-width:1500px){
	.check_main ul {
		width: 90%;
	}
	
	.advantage_body {
		width: 80%;
	}
	
	ul.checklist li:nth-of-type(1), ul.checklist li:nth-of-type(5) {
		margin-left: 3%;
	}
	
	.check_main ul {
		margin: 10px auto 0px auto;
	}
	
	.check_main p, .check_main ul {
		width: 100%;
	}
	
	ul.checklist li {
		width: 23%;
		font-size: 18px;
	}
	
	.check_box {
		padding-top: 60px;
		padding-bottom: 130px;
	}


}
@media(max-width:1199px){
    .check_main p ,.check_main ul {
        width: 94%;
    }
    .login_box{
        margin-top: 0;
    }
	
	#swiper_steps {
		padding: 50px 30%;
	}
	
	.programme_main ul li div.text {
		display: block;
		font-size: 21px;
		margin-top: 0px;
		padding:0px 10%;
	}
	
	.programme_main ul li:nth-of-type(2), .programme_main ul li:nth-of-type(4), .programme_main ul li:nth-of-type(6) {
		width: 4%;
		padding-top: 15%;
	}
	
	.programme_main ul {
		margin: 30px 0px 290px 0px;
	}
	
	.advantage_body {
		width: 100%;
	}
}

@media(max-width:768px){
	
	ul.checklist li:nth-of-type(1),ul.checklist li:nth-of-type(5){
		margin-left: 0px;
	}
	
	.swiper-wrapper{
        width: 130%;
    }
    .swiper-slide{
        width: 52%;
        transform: scale(0.8);
    }
    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .swiper-slide .slide_text{
        font-size: 26px;
    }
	
	.advantage_body {
		width: 100%;
		margin: auto;
		-webkit-transform: skewY(3deg);
		text-align: center;
	}
	
	.swiper-slide img {
		max-width: 100%;
		width:auto;
	}
	
	/* swiper */

	#swiper_adv h3{ margin-top:20px;}
	
	#swiper_adv .swiper-wrapper {
        width: 120.8%;
    }
    #swiper_adv .swiper-slide {
        width: 57% !important;
    } 

	#swiper_adv .swiper-slide {
		transform: scale(0.8);
	}
	
	#swiper_adv .swiper-slide-active, #swiper_adv .swiper-slide-duplicate-active {
		transform: scale(1);
	}
	
	#swiper_steps .img img {
		width: 100%;
		margin: 15px auto;
	}
	
	#swiper_steps .text{
		padding:10px 10px 10px 10px; font-size:22px;
	}
	
	#swiper_steps .swiper-button-next, #swiper_steps .swiper-button-prev {
		top: 55%;
	}
	
	#swiper_steps .swiper-button-next {
		right: 10px;
	}
	
	#swiper_steps .swiper-button-prev {
		left: 10px;
	}
	
	#swiper_steps .swiper-slide {
		transform: scale(0);
	}

	#swiper_steps .swiper-slide-active, #swiper_steps .swiper-slide-duplicate-active {
		transform: scale(1.1);
	}

    /* 讓治療更精準 */
    .check_box {
        width: 100%;
        background: url(../themes/DST_TCM/assets/image/bht/1-bg.png) no-repeat;
		background-size: cover;
        padding:80px 30px 130px;
        margin-bottom: -50px;
    }
	
	ul.checklist li {
		display: block;
		padding-left: 40px;
		width: 100%;
		font-size: 24px;
	}
	
	.programme_box_top {
		background: url(../themes/DST_TCM/assets/image/bht/threehypers_top_m.png) no-repeat;
		background-size: contain;
		background-position: 0px;
	}
	
	.check_title_white {
		font-size: 26px;
		margin-top: 50px;
	}

    .check_main {
        width: 100%;
        padding: 40px 0;
    }
    .check_title{
        width: 80%;
        font-size: 26px;
		padding-left: 10px;
		padding-right: 10px;
    }
    .check_main p {
        width: 90%;
        font-size: 16px;
    }
    .check_main ul {
        width: 90%;
        margin: 30px auto 0;
    }
    .check_main ul li {
        margin: 10px 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{
       margin-top: -65px;
	   padding: 0px 0 50px;
    }
    .programme_main{
        width: 100%;
    }
    .programme_main h2{
        font-size: 26px;
        margin-bottom: 0px;
    }
	.programme_main p {
		width: 70%;
	}


    /* step */
    .step_box{
        width: 100%;
        background: #FFF9F1;
        -webkit-transform: skewY(-3deg);
        margin-bottom: 0;
    }
	
	.font_size_m {
		font-size: 15px !important;
	}
	
	.title_sp > span > span{
		display: block !important;
	}
	ul.checklist{
		list-style-type: disc;
		height:200px;
	}
	ul.checklist li {
		float: left; 
		width: 50%;
		font-size: 16px;
		height: 16% !important;
	}
	
	ul.checklist li.odd {
		width: 45%;
	}
	
	ul.checklist li.even {
		width: 55%;
	}
}

@media(max-width:520px){
	#swiper_steps {
		padding: 50px 20%;
	}
	
	.programme_box_top {
		height:180px;
	}
	
}
.title_sp > span > span{
	display: unset;
	transform: unset;
}
