/*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;
	}
}
/*life_sec01*/
#life_sec01 .txtbox {
	font-size: 22px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 500;
    background-color: #1e1e1e;
    padding: 15px;
    letter-spacing: -1px !important;
}
#life_sec01 p {
	font-size: 18px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 300;
}
@media (max-width:768px){
	#life_sec01 .txtbox {
		font-size: 14px;
		padding: 15px;
	}
	#life_sec01 p {
		font-size: 13px;
		word-break: keep-all;
		text-align: left;
	}
}