/*subtit*/
.subtit {
	padding: 60px 0;
}
.subtit .lined {
	margin-bottom: 30px;
}
.subtit .lined span {
	display: inline-block;
	width: 60px;
	border-bottom: 2px solid #1e1e1e;
}
.subtit h1 {
	font-size: 50px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 30px;
	letter-spacing: -1px;
}
.subtit h4 {
	font-size: 18px;
    line-height: 1.5em;
    color: #636363;
    font-weight: 300;
    margin-bottom: 60px;
}
@media (max-width:768px){
	.subtit {
		padding: 30px 0;
	}
	.subtit .lined {
		margin-bottom: 15px;
	}
	.subtit .lined span {
		width: 40px;
	}
	.subtit h1 {
		font-size: 25px;
		margin-bottom: 15px;
		word-break: keep-all;
	}
	.subtit h4 {
		font-size: 13px;
		margin-bottom: 15px;
		word-break: keep-all;
	}	
}
/*sec_dvd*/
.sec_dvd {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 30px 0;
	}
}
/*cr1_sec01*/
#cr1_sec01 ul li .exam_pro {
	background-color: #f4f4f4;
}
#cr1_sec01 ul li .exam_pro h5 {
	font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
	background-color: #1e1e1e;
	padding: 10px 15px;
}
#cr1_sec01 ul li .exam_pro .img_wrp {
	padding: 30px 20px 0;
}
#cr1_sec01 ul li .exam_pro p {
	font-size: 16px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 15px;
	padding: 30px 20px;
	letter-spacing: -1px;
	word-break: keep-all;
}
@media(max-width:768px) {
	#cr1_sec01 ul li .exam_pro h5 {
		font-size: 15px;
	}
	#cr1_sec01 ul li .exam_pro p {
		font-size: 13px;
	}	
	#cr1_sec01 ul li .exam_pro .img_wrp img {
		width: 100px;
	}
}