@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{
    /* padding-bottom: 100px; */
    padding-bottom: 160px;
    margin-bottom: 0px;
	padding-top: 90px;
	position: relative;
}
.check_box2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.check_main{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #FE9901;
    padding: 40px;
	position: relative;
}

.check_main:nth-of-type(2){
    border: 0px solid #FE9901;
}

.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/eczema/2.png) no-repeat;
    background-size: contain;
    display: inline-block;
    padding-left: 40px;
    width: 40%;
    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: auto;
    margin: 30px auto 0px 25%;
}
.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/eczema/threehypers_top.png) no-repeat;
    background-size: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 160px;
    background-position: 0px;
}

.programme_box {
    width: 100%;
    padding: 0px 0 100px;
    background: #fefaf0;
    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_box .tableimg{
	max-width:100%
}

.programme_box .table {
  display: flex;
  flex-flow: column nowrap;
}

.programme_box .row {
  display: flex;
  text-align:center;
}

.programme_box .cell {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: flex-start;
	font-size: 22px;
	padding: 10px 30px;
	vertical-align: top;
}

.programme_box .cell:nth-of-type(3) {
	padding: 10px 75px 10px 0px;
}
.programme_box .cell:nth-of-type(2) {
	padding: 10px 30px 10px 0px;
}

.orangetext{color:#FF9803; font-size:30px;}

.tablequestion{ width:90%; margin:auto;}
.tablequestion td{ vertical-align:middle; text-align:center; padding:10px 20px; font-size:24px; line-height: 30px;}
.tablethgreytext { color: #000; width: 80%; margin: auto;  padding: 20px 0px;font-weight: bold;font-size: 28px;}
.tablethgreytop{ border-top:1px solid #d2d2d1;}
.tablethgrey{ border-right:1px solid #d2d2d1; background:url(../themes/DST_TCM/assets/image/common/bottomlinegrey.png) no-repeat bottom center #fff9f1; text-align:center; width:25%;}
.orangetext{ width:80%; margin:auto; }
.tablequestion .orangetd{ background:url(../themes/DST_TCM/assets/image/common/bottomline.png) no-repeat bottom center #ffeac8; border-left:2px solid #ff9700;border-right:2px solid #ff9700;}
.tabletdhead{width:195px; height:93px; background:url(../themes/DST_TCM/assets/image/common/tdbg1.png) no-repeat bottom; background-size:contain; text-align:left;color:#000; vertical-align:middle; font-size:32px;padding: 20px 20px 20px 40px;}
.tablethorange{width:100%; height:160px; background:url(../themes/DST_TCM/assets/image/common/tabletd1.png) no-repeat top #ffeac8; background-size:cover; text-align:center;color:#fff;font-size:32px !important; padding:0px 0px 0px 0px !important;width:50%;border-left:2px solid #ff9700;border-right:2px solid #ff9700;}
.img-responsive2{ width:1400px;}
.bgtext{width:1400px; margin:auto; position:relative; background:url(../themes/DST_TCM/assets/image/eczema/img2_bg.png) no-repeat; background-size:contain;position:relative; height:418px}
.img2_bgtext1{
	width: 50%;
    position: absolute;
    top: 160px;
    left: 2%;
    font-size: 28px;
}
.img2_bgtext2{
	width: 42%;
    position: absolute;
    top: 200px;
    right: 0%;
    font-size: 28px;
}
.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;
}

.img-responsive{ max-width:100%;}
/* login_box */
.login_box{
    margin-top: 5px;
}

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

.imgmb{
	width:95%; height:auto; position:relative; margin:auto;
}

.imgtext{
	position:relative; top:0px; left:0px; width: 100%;
}
.cell2{
	font-size:13px; display:block; margin-left:0px; letter-spacing:0px; width:100%;padding-left: 15px;
}
.cell2:nth-of-type(1){
	padding-top: 100px;
	background:url(../themes/DST_TCM/assets/image/eczema/img1a_mb.png) no-repeat; background-size:contain;position:relative; height:200px;
}
.cell2:nth-of-type(2){
	padding-top: 110px;
	background:url(../themes/DST_TCM/assets/image/eczema/img1b_mb.png) no-repeat; background-size:contain;position:relative;  height:200px;
}
.cell2:nth-of-type(3){
	padding-top: 110px;
	background:url(../themes/DST_TCM/assets/image/eczema/img1c_mb.png) no-repeat; background-size:contain;position:relative;  height:200px;
}

.check_box2 .check_title {
	background: #fff;
	color: #FE9901;
	transform: none;
	width:100%;
}

.check_box2 .check_main {
	border: 0px solid #FE9901;
}

.check_box2 .check_main {
	padding:140px 0 80px 0
}

@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) {
		
	}
	
	.check_main ul {
		margin: 10px auto 0px 15%;
	}
	
	.check_main p, .check_main ul {
		width: 100%;
	}
	
	ul.checklist li {
		
		font-size: 18px;
	}
	
	.check_box {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.check_box2 {
		padding-top: 60px;
		padding-bottom: 130px;
	}
	
	.programme_box .cell {
		font-size: 15px;
	}
	
	.bgtext{width:1200px; margin:auto; position:relative; background:url(../themes/DST_TCM/assets/image/eczema/img2_bg.png) no-repeat; background-size:contain;position:relative; height:408px}
	.img2_bgtext1{
		width: 50%;
		top: 140px;
		left: 2%;
		font-size: 24px;
	}
	.img2_bgtext2{
		width: 42%;
		top:180px;
		right: 0%;
		font-size: 24px;
	}
	
	.programme_main p {
		width: 100%;
	}


}
@media(max-width:1200px){
	.check_box {
        padding-top: 60px;
        padding-bottom: 150px;
    }
	
	.check_box2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	
    .check_main p ,.check_main ul {
        width: 94%;
    }
    .login_box{
        margin-top: 0;
    }
	
	#swiper_steps {
		padding: 50px 30%;
	}
	
	.bgtext {
        width: 900px;
        height: 260px;
    }
	
	.img2_bgtext1 {
        top: 95px;
    }
	.img2_bgtext2{
		width: 27%;
        top: 115px;
        right: 7%;
        font-size: 24px;
	}
	.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){
	
	.imgmb {
		width: 370px;
		height: auto;
		position: relative;
		margin: auto;
	}

	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-size: cover;
        padding:50px 15px 130px;
        margin-bottom: 0px;
    }
	
	.check_box2 {
        padding:120px 15px 40px;
    }
	
	ul.checklist li {
		display: block;
		padding-left: 40px;
		width: 100%;
		font-size: 24px;
	}
	
	.programme_box_top {
		background: url(../themes/DST_TCM/assets/image/eczema/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 80px 0;
		border: 1px solid #FE9901;
    }
    .check_title{
        width: 90%;
        font-size: 26px;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing:0px;
    }
    .check_main p {
        width: 90%;
        font-size: 16px;
		line-height: 24px;
		letter-spacing: 0px;
    }
    .check_main ul {
        width: 70%;
        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;
		line-height: 24px;
        text-align: center;
        padding-left: 0;
    }
	
	.orangetext {
		color: #FF9803;
		font-size: 20px;
		font-weight: 600;
	}

    /* 健康體管方案 */
    .programme_box{
       margin-top: -65px;
	   padding: 0px 0 60px;
    }
    .programme_main{
        width: 95%;
    }
    .programme_main h2{
        width: 100%;
		font-size: 26px;
    }
	.programme_main p {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}


    /* 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 li {
		background: url(../themes/DST_TCM/assets/image/eczema/tick_mb.png) no-repeat;
	}

	ul.checklist{
		list-style-type: disc;
		height:200px;
	}
	ul.checklist li {
		float: left; 
		width: 50%;
		font-size: 16px;
		line-height: 24px;
		height: 16% !important;
	}
	
	ul.checklist li.odd {
		width: 100%;margin: 0px;
	}
	
	ul.checklist li.even {
		width: 100%;margin: 0px;
	}
	
	.check_box2 .check_title {
        background: #fff;
        color: #FE9901;
        transform: none;
        width: 100%;
		margin-bottom: -50px;
    }
	
	.check_box2 .check_main {
        border: 0px solid #FE9901;
    }
	
	.check_box2 .check_main {
		padding:40px 0 80px 0;
		text-align: center;
	}
	
	.programme_box2{ padding-bottom:120px;}
}


@media(max-width:380px){
	
	.imgmb {
		width: 100%;
	}
	
}