/*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;
	}
}
/*fr_wrp*/
.fr_wrp {
	max-width: 1200px;
	margin: 0 auto;
}
.fr_wrp ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: 3px solid #211d1e;
	padding: 5px 0;
	border-left: 0px;
	background-color: #fff;
}
.fr_wrp ul li:last-child a {
	border-right: 0px;
}