@charset "utf-8";
/* CSS Document */


.content-bg {
    background-image: url(../img/content-bg.jpg);
}



.sec-all{
    margin-top: 24px;
    font-size: 18px;
    text-align: left;
	}
	
	
.sec-txt{
    font-size: 16px;
    font-weight: bold;
}

.sec-img img {
    width: 80px;
    margin-top: 5px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px;
}

.mx img{
    max-width: 302px;
}

.to-ct{
	display:block;
	padding:16px;
	background-color:#4d4d4d;
	color:#fff;
	border-radius:4px;
	text-align:center;
	}
.to-ct:hover{
	color:#fff;
	opacity:0.8;
}


@media (min-width: 768px) {

}

@media (min-width: 992px){

}
