/*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;
	}
}
/*cr2_sec01*/
#cr2_sec01 .hs-process-wrp ul li h4{
	display: inline-block;
    padding: 5px;
    font-size: 25px;
    position: absolute;
    right: 25%;
    width: 50%;
    background-color: #b68957;
    color: #fff;
    text-align: center;
}
#cr2_sec01 .hs-process-wrp ul li:nth-child(even) h4{
    background-color: #1e1e1e;
}
#cr2_sec01 .hs-process-wrp .hs-process{
	border: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 40px !important;
    padding: 25px;
    text-align: center;
    font-size: 17px;
    color: #222;
    border-radius: 0 10px 0 0;
}
#cr2_sec01 .hs-process-wrp .hs-process h3 {
	color: #333;
    font-weight: 500;
    font-size: 20px;
	margin-bottom: 10px !important;
}
#cr2_sec01 .hs-process-wrp .hs-process p {
	font-size: 16px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: -1px;
    word-break: keep-all;
}
#cr2_sec01 .hs-process-wrp ul li:after{
	border-color: transparent transparent transparent #1e1e1e;
    border-style: solid;
    border-width: 9px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 0;
}
#cr2_sec01 .hs-process-wrp ul li.bottom_ar:after{
	border-color: #1e1e1e transparent transparent transparent;
    top: auto;
    right: 49%;
    bottom: -14px;
}
#cr2_sec01 .hs-process-wrp ul li.no_ar:after{
	border-color: transparent !important;
}
#cr2_sec01 .hs-process-wrp ul li.last-process .hs-process {
	border-radius: 0px;
}
@media (min-width:768px){	
	#cr2_sec01 .hs-process-wrp .hs-process{
		min-height: 240px;
	}
}
@media (min-width:991px){
    #cr2_sec01 .hs-process-wrp ul.last-process li:last-child:after{
        border-color: transparent;
    }
}
@media (max-width:768px){	
	#cr2_sec01 h1 {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 30px;
	}
	#cr2_sec01 span.lined {
		margin-bottom: 30px;
	}
    #cr2_sec01 .hs-process-wrp ul li:after{
		border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent;
		bottom: -14px !important;
		top: inherit !important;
		right: 48% !important;
	}
    #cr2_sec01 .hs-process-wrp ul li:last-child:after{
        border-color: rgba(223, 61, 50, 0.77) transparent transparent transparent ;
    }
	#cr2_sec01 .hs-process-wrp ul li.last-process .hs-process .img_wrp {
		margin-top: 0px;
	}
	#cr2_sec01 .hs-process-wrp ul li h4{
		font-size: 13px;
	}
	#cr2_sec01 .hs-process-wrp .hs-process h3 {
		font-size: 14px;
	}
	#cr2_sec01 .hs-process-wrp .hs-process p {
		font-size: 13px;
	}
	#cr2_sec01 .hs-process-wrp .hs-process span{
		font-size: 12px;
	}
}