/*sub_tit*/
.sub_tit {
	margin-bottom: 50px;
}
.sub_tit .img_wrp {
	margin-bottom: 15px;
}
.sub_tit .lined {
    line-height: 0;	
}
.sub_tit .lined span {
	display: inline-block;
    line-height: 0;
    width: 40px;
    border-bottom: 2px solid #493a30;
    margin-bottom: 20px;
}
.sub_tit h1 {
	color: #493a30;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.sub_tit h2 {
	color: #2e2e2e;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.sub_tit h3 {
	color: #2e2e2e;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_tit {
		margin-bottom: 30px;
		text-align: left;
	}
	.sub_tit .img_wrp {
		margin-bottom: 10px;
	}
	.sub_tit .img_wrp img.ling {
		width: 10px;
	}
	.sub_tit .lined {
		line-height: 0;	
	}
	.sub_tit .lined span {
		width: 20px;
	}
	.sub_tit h1 {
		color: #493a30;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 5px;
		word-break: keep-all;
	}
	.sub_tit h2 {
		font-size: 16px;
		word-break: keep-all;
	}
	.sub_tit h3 {
		font-size: 14px;
	}
}

/*pr05_common*/
.pr05_common h4 {
	color: #1e1e1e;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 15px;
}
.pr05_common p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
	word-break: keep-all;
}
@media (max-width:768px){
	.pr05_common h4 {
		font-size: 14px;
		word-break: keep-all;
	}
	.pr05_common p {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*pr05_sec02*/
#pr05_sec02 .pain_item {
	border: 1px solid #900020;
}
#pr05_sec02 .pain_item h4 {
	color: #fff;
    font-size: 18px !important;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 15px !important;
	text-align: center;
	background-color: #900020;
	margin-bottom: 0px !important;
	padding: 5px 0;
	font-family: "Nanum Gothic" !important;
}
#pr05_sec02 .pain_item > ul {
	padding: 20px 15px;
}
#pr05_sec02 .pain_item ul li {
	position: relative;
	padding-left: 15px;
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
	word-break: keep-all;
}
#pr05_sec02 .pain_item ul li span {
	position: absolute;
	left: 0;
}
@media (min-width:991px){
	#pr05_sec02 .pain_item {
		min-height: 320px;
	}
}
@media (max-width:992px){
	#pr05_sec02 .pain_item {
		margin-bottom: 15px;
	}
}
@media (max-width:768px){
	#pr05_sec02 .pain_item h4 {
		font-size: 14px;
		word-break: keep-all;
	}
	#pr05_sec02 .pain_item ul li {
		font-size: 13px;
		word-break: keep-all;
		padding-left: 10px;
	}
}
/*pr05_sec03*/
#pr05_sec03 .whybox_item .titbox {
    padding: 20px 0;	
}
#pr05_sec03 .whybox_item.whybox_item01 .titbox {
	background-color: #645eba;
}
#pr05_sec03 .whybox_item.whybox_item02 .titbox {
	background-color: #dda368;
}
#pr05_sec03 .whybox_item.whybox_item03 .titbox {
	background-color: #ba5e5e;
}
#pr05_sec03 .whybox_item .titbox h5 {
	font-size: 15px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px;
}
#pr05_sec03 .whybox_item .titbox h3 {
	font-size: 21px;
    line-height: 1em;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
}
#pr05_sec03 .whybox_item .btbox {
	border: 1px solid #ddd;
    padding: 30px 20px;
    text-align: left;
    border-top: 0px;
}
@media (min-width:991px){	
	#pr05_sec03 ul.whylist li {
		margin-left: -1px;
	}
	#pr05_sec03 .whybox_item .btbox {
		min-height: 215px;
	}
}
@media (max-width:768px){
	#pr05_sec03 ul.whylist li {
		margin-bottom: 15px;
	}
	#pr05_sec03 .whybox_item .titbox h5 {
		font-size: 12px;
	}
	#pr05_sec03 .whybox_item .titbox h3 {
		font-size: 14px;
	}	
}