.wrapper{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:60px;
}
.wrapper img{
	max-width:100%;
}
.wrapper .pic-1{
	width:100%;
}
.wrapper .pic-1>img{
	max-width:100%;
}
.wrapper .title-item>img{
	max-width:100%;
}
.wrapper .title-item{
	width:100%;
	text-align:center;
	margin:125px 0px 40px 0px;
}
.wrapper .ck-type1{
	max-width:700px;
	margin:0 auto;
	font-family:'微軟正黑體';
	font-size:15px;
	line-height:25px;
	margin-bottom:40px;
	color:#7D726C;
}
.wrapper .cktype-title{
	max-width:1000px;
	width:100%;
	height:40px;
	text-align:center;
	border:1px #CCCCCC solid;
	margin-bottom: 25px;
	margin-top: -70px;
}
.wrapper .cktype-title a{
	line-height:40px;
	font-size:20px;
	font-family:'微軟正黑體';
	color:#000;
	text-decoration:none;	
}
@media screen and (max-width: 767px) {
	.wrapper .title-item{
		margin-top:50px;
	}
}