.d-wrap {
	width: 100%;
	min-width: 1200px;
	margin: 50px auto 0;
}

.d-wrap h2 {
	display: block;
    font-family: "NanumSquare";
    font-weight: 500;
	width: 1200px;
	height: 85px;
	line-height: 85px;
	font-size: 35px;
	font-weight: bold;
	color: #333;
	margin: 0 auto 10px;
	text-align: left;
	background: url(../img/icon/point.png) no-repeat 10px top;
}
.sec1 > h3 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sec1 > p {
	line-height: 1.5em;
	margin-bottom: 50px;
}
.sec1 > p span {
	font-weight: bold;
	color: #b10a35;
}
.sec1 {
	text-align: center;
}

/*sec2*/

.sec2 {
	width: 100%;
	background: #ffcb05 url(../img/icon/sec2-icon.png) no-repeat 90% 105%;
}
.sec2 .sec-in {
	width: 1100px;
	height: 500px;
	margin: 0 auto;
}
.sec2 img {
	margin-top: 50px;
}

/*sec3*/

.sec3, .sec4 {
	text-align: center;
}
.sec3 h3, .sec4 h3 {
	color: #333;
	font-size: 40px;
	margin: 50px 0;
}
.sec3 li {
	margin-top: 50px;
}

/*sec4*/

.sec4 p {
	color: #555243;
	font-weight: bold;
	padding: 30px 0 50px;
}
.sec4 .btn {
	border: none;
	width: 408px;
	height: 75px;
	background: url(../img/icon/btn-1.png) no-repeat center / 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}

/*sec5*/

.sec5 {
	margin-top: 50px;
}
.sec5 .sec5-in {
	width: 100%;
	height: 500px;
	background: url(../img/sec5.jpg) no-repeat center center;
}
.sec5 .sec5-in .btn {
	border: none;
	width: 408px;
	height: 75px;
	background: url(../img/icon/btn-1.png) no-repeat center / 100%;
	color: #fff;
	margin-top: 362px;
	margin-left: 700px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 50px;
}

/*sec6*/

.sec6 {
	background-color: #fdf9e7;
	text-align: center;
}
.sec6 .sec6-in {
	padding: 50px 0;
}
.sec6 img {
	display: block;
	margin: 0 auto;
}
.sec6 .btn {
	border: none;
	width: 408px;
	height: 75px;
	background: url(../img/icon/btn-2.png) no-repeat center / 100%;
	margin-top: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}