/*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;
	}
}

/*why_list*/
.why_list li {
	border-bottom: 1px dashed #ddd;
}
.why_list .txtbox {
	padding: 80px 0 0;
}
.why_list .txtbox .num {
	font-size: 30px;
    line-height: 1em;
    font-weight: 300;
    color: #1e1e1e;
    padding: 5px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 20px;
}
.why_list .txtbox h1 {
	font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    color: #1e1e1e;
	margin-bottom: 15px;
	left: -2px;
}
.why_list .txtbox p {    
	font-size: 18px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 300;
}
.why_list .img_wrp {
	padding: 30px 30px 30px 0;	
}
@media(max-width:992px){
	.why_list li {
		padding: 20px 0;
	}
	.why_list .txtbox {
		padding: 0;
		margin-bottom: 15px;
	}
	.why_list .txtbox .num {
		font-size: 20px;
	}
	.why_list .txtbox h1 {
		font-size: 15px;
		word-break: keep-all;
	}
	.why_list .txtbox p {    
		font-size: 13px;
		word-break: keep-all;
		text-align: left;
	}
	.why_list .img_wrp {
		padding: 0;	
	}	
}