@charset "UTF-8";
.special-cont {
	margin-top: 20px;
	max-width: 960px;
	margin: 50px auto;
	text-align: center;
}
.special-title {
    font-size: 30px;
    border-bottom: 3px solid #e6e6e6;
    letter-spacing: 1px;
    margin-top: 20px;
}
@media(max-width:1200px){
	.special-cont p { width: 90%; margin: 0 auto; }
	.special-cont p img { width: 100%; height: auto; }
}

@media(max-width:768px){
	.special-title {
	    font-size: 20px;
	    letter-spacing: 1px;
	    padding-left: 12px;
	}
	.special-cont { margin: 20px auto; }
}
