.demo{ /*background: #2d3e50; */ font-family: "微軟正黑體", "新細明體", Arial; width: 100%;}


/*content*/
.type{ 
	margin-top: 20px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
}
.type_a{ 
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px 5px 20px 0;
	padding: 1px 100px;
	border: 1px solid #f2f2f2;
	border-radius: 35px;
	color: #FFFFFF;
}
.type_b1{background:radial-gradient(ellipse at center, rgba(0,140,214,1) 0%,rgba(83,203,241,1) 98%);  }
.type_b2{background: radial-gradient(ellipse at center, rgba(83,203,241,1) 0%,rgba(83,203,241,1) 0%,rgba(0,140,214,1) 100%);}
.start{
	width: 70%;
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 45px;
	background: linear-gradient(135deg, rgba(143,200,0,1) 0%,rgba(2,163,60,1) 100%);
	color: #ffffff;
}
@media only screen and (max-width:765px) {
	.type_a{
		margin: 0px 5px 0px 0;
		padding: 8px 10px;
	}
	.start{
		width: 100%;}
}
/*content_end*/
.main-timeline{
    /*overflow: hidden;*/
    position: relative;
	width: 70%;
	margin: 0 auto;
}

/*.main-timeline:before{
    content: "";
    width: 10px;
    height: 100%;
    /*background: #02a33c;*/
	/*border-left: 2px dashed #02a33c;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}*/

.main-timeline .timeline{
    width: 50%;
    padding: 0 60px 0 70px;
    float: right;
    text-align: center;
    position: relative;
}
.main-timeline .timeline:after{
	content: url(../images/down-arrow.png);
    /*border-top: 15px solid #02a33c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;*/
    position: absolute;
    /*left:22px;*/
    bottom:-33px;
}


.main-timeline .timeline-content{
    display: block;
    padding: 35px;
    background: #ffffff;
	border:3px solid #02a33c;
	
    border-radius: 20px;
    position: relative;
}

.main-timeline .timeline-content:hover{ text-decoration: none; }

.main-timeline .timeline-content:before{
    content: "";
    width: 80px;
    height: 10px;
    background: #02a33c;
    position: absolute;
    bottom: 25px;
    left: -50px;
	z-index: -1;
}

/*.main-timeline .timeline-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    bottom: 12px;
    left: -20px;
}*/

.main-timeline .icon{
    display: block;
    width: 100px;
    height: 100px;
    /*line-height: 100px;*/
    border-radius: 48%;
    background: linear-gradient(135deg, rgba(143,200,0,1) 0%,rgba(2,163,60,1) 100%);
    
    color: #ffffff;
    position: absolute;
    bottom: -15px;
    left: -125px;
    z-index: 1;
}
.icon_txt{font-size: 18px;margin-top: 38px; width: 98%;font-weight: bold;}
.txt1{margin-top: 25px;}
.main-timeline .icon:after{
    content: "";
    /*border: 1px solid #fff;
    border-radius: 10%;*/
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
}

.main-timeline .title{
    display: inline-block;
    padding-bottom: 7px;
    /*margin: 0 0 10px 0;
    border-bottom: 2px solid #fff;*/
    font-size: 16px;
    
    color: #666666;
    text-transform: uppercase;
}

.main-timeline .description{
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px 0;
}

.main-timeline .timeline:nth-child(2n){ padding: 0 70px 0 60px; }

.main-timeline .timeline:nth-child(2n) .timeline-content:before{
    left: auto;
    right: -50px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after{
    left: auto;
    right: -20px;
}

.main-timeline .timeline:nth-child(2n) .icon{
    left: auto;
    right: -120px;
}

.main-timeline .timeline:nth-child(2){ margin-top: 150px; }

.main-timeline .timeline:nth-child(odd){ margin: -150px 0 0 0; }

.main-timeline .timeline:nth-child(even){ margin-bottom: 120px; }

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0; }

/*.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .icon{ background: #ffab07; }*/

/*.main-timeline .timeline:nth-child(even) .timeline-content,
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .icon{ background: #0095d0; }*/

/*.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before,
.main-timeline .timeline:nth-child(4n) .icon{ background: #0cbe2d; }

@media only screen and (max-width: 990px){
    .main-timeline .timeline{ padding-right: 0; }
    .main-timeline .timeline:nth-child(2n){ padding-left: 0; }
}

@media only screen and (max-width: 767px){*/
    .main-timeline:before{ /*display: none;*/left:52px; }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding:0px 0 0 120px;
        margin: 0 0 37px 0;
    }
    .main-timeline .timeline-content{ padding: 14px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        right: auto;
        left: -50px;
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content:after{
        right: auto;
        left: -20px;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: auto;
        left: -125px;
    }


@media only screen and (max-width: 765px){
	.main-timeline{ width: 100%;}
	.main-timeline .icon{bottom: 0px;}
	.main-timeline .timeline-content:before{
		bottom: 40px;
	}
    .main-timeline .title{ font-size: 16px; }
	.main-timeline .timeline:after{
	bottom: -33px;
}
}
