@charset "utf-8";
/* 내용 가운데 정렬 */
.con_wrap{
	text-align:center;
}
.title{
	margin-bottom: 20px;
}
.title h1{
	margin:20px 0;
	text-align:center;
}
.title h2{
	font-weight:normal;
	text-align:center;
	font:17px "nanumSQB";
	letter-spacing:-1px;
	line-height:1.5em;
}
.title h3{
	font-weight:normal;
	text-align:center;
	font:25px "nanumSQEB";
	letter-spacing:-2px;
	color:#333333;
	line-height:1.5em;
}
.title h4{
	font-weight:normal;
	text-align:center;
	font:18px "nanumSQ";
	letter-spacing:-1px;
	line-height:1.5em;
	margin-top:30px;
}
.title h5{
	font-weight:normal;
	text-align:center;
	font:17px "nanumSQ";
	letter-spacing:-1px;
	line-height:1.5em;
	margin-top:10px;
}
.title .last{
	margin-bottom:40px;
}
.title .first{
	margin-top:40px;
}

.title .sub_last{
	margin-top:-40px;
}
.txt{
	margin-top:20px;
	font-size:18px;
}
.txt.bd{
	border:1px solid #ddd;
	padding:1em;
}
.txt h3{
	font-weight:normal;
	text-align:center;
	font:19px "nanumSQB";
	letter-spacing:-1.5px;
	line-height:1.5em;
}
.txt h3.b_bg{
	padding:10px 0;
	background:#333333;
	color:#fff;
	margin-bottom:20px;
}
.txt h3.p_bg{
	padding:10px 0;
	background:#f37e90;
	color:#fff;
	margin-bottom:20px;
}
.txt h4{
	font-weight:normal;
	text-align:center;
	font:17px "nanumSQ";
	letter-spacing:-1.5px;
	line-height:1.5em;
}
.txt h5{
	font-weight:normal;
	text-align:center;
	font:16px "nanumM";
	letter-spacing:-2px;
	line-height:1.5em;
}
span.dark_b{
	color:#78499d;
}
.img_txt .img{
	text-align:center;
}
/* 배경 */
#sub2_content_bg{
	background:url(../img/sub2/sub2_bg.png) no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:185px;
}
#sub3_content_bg{
	background:url(../img/sub3/sub3_bg.png) no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:185px;
}
#sub4_content_bg{
	background:url(../img/sub4/sub4_bg.png) no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:185px;
}
#sub5_content_bg{
	background:url(../img/sub5/sub5_bg.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:185px;
}
/*img_txt */
.img_txt{
	margin-bottom:30px;
}
/*포인트글씨*/
.p_txt{
	color: #f37e90;
	font-family: "nanumSQB";
}