/* 공통 */
.clearfix:after
{
	content: '';
	display: block;
	clear: both;
}

.br
{
	display: block;
}



.summary
{
	position: relative;
}

.summary .thumb_image
{
	position: relative;
	display: block;
	width: 38%;
}

.summary .thumb_image:before
{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 30%;
	background: #F47216;
}

.summary .thumb_image:after
{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 70%;
	background: #00A990;
}

.summary p
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 62%;
	padding: 50px 95px;
	color: #222;
	font-size: 18px;
	line-height: 27px;
	background: #F2F7FF;
}

.diagram
{
	
}

.diagram h2
{
	float: left;
	width: 18%;
	padding: 35px 0 40px 0;
	color: #222;
	font-size: 30px;
	font-weight: 900;
	line-height: 32px;
	border-right: 1px solid #ECECEC;
}

.diagram .d03 h2
{
	min-height: 126px;
	padding: 45px 0 40px 0;
}

.diagram .d04 h2
{
	min-height: 165px;
	padding: 65px 0 40px 0;
}

.diagram .d06_01
{
	float: left;
	width: 18%;
	border-right: 1px solid #ECECEC;
}

.diagram .d06_01 h2
{
	float: none;
	border-right: 0;
}

.diagram ul, 
.diagram .item
{
	float: left;
	width: 82%;
}

.diagram .item div
{
	float: left;
	width: 25%;
	min-height: 126px;
	margin: 0 0 0 0;
	padding: 38px 38px 40px 38px;
	text-align: center;
	border-right: 1px solid #ECECEC;
}

.diagram .item div h3
{
	color: #072E5B;
	font-size: 18px;
	line-height: 24px;
}

.diagram .item div.d03_04
{
	border-right: 0;
}

.diagram .item ul
{
	float: left;
	width: 25%;
	padding: 0 30px 40px 30px;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}

.diagram .item ul:last-child
{
	border-right: 0;
}

.diagram .item ul li
{
	position: relative;
	color: #222;
	margin: 5px 0 5px 0;
	font-size: 18px;
	line-height: 25px;
}

.diagram .item ul li:first-child
{
	margin: 0 0 5px 0;
	border-top: 1px solid #ECECEC;
}

.diagram .item ul li:last-child
{
	margin: 5px 0 0 0;
}

.diagram .d04 .item ul li
{
	position: relative;
	padding: 0 0 0 15px;
}

.diagram .d04 .item ul li:first-child
{
	padding: 35px 0 0 15px;
}

.diagram .d04 .item ul li:before
{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #00A990;
}

.diagram .d04 .item ul li:first-child:before
{
	top: 49px;
}

.diagram .d01 h2
{
	position: relative;
}

.diagram .d01 h2:before
{
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	height: 50px;
	background: #222;
}

.diagram .d01 h2,
.diagram .d01 ul li
{
	padding: 100px 0 40px 0;
}

.diagram .d01 ul li,
.diagram .d02 ul li
{
	text-align: center;
	color: #222;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 1px solid #ECECEC;
}

.diagram .d02 ul li
{
	padding: 38px 0 40px 0;
}

.diagram .d05 ul li
{
	padding: 38px 0 40px 0;
	text-align: center;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
}

.diagram .d06
{
	position: relative;
}

.diagram .d06 .d06_01
{
	position: relative;
	width: 17%;
	margin-right: 1%;
	padding: 7px 7px 66px 7px;
	text-align: center;
	border-radius: 7px;
	border-right: 1px solid #ECECEC;
	background: #1C63B7;
}

.diagram .d06 .d06_01:after
{
	content: "";
	position: absolute;
	top: 0;
	right: -6.3%;
	width: 1px;
	height: 100%;
	background: #ECECEc;
}

.diagram .d06 .d06_01 h2
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 17px 0;
	color: #fff;
	font-size: 20px;
}

.diagram .d06 .d06_01 ul
{
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #fff;
}

.diagram .d06 .d06_01 ul li
{
	padding: 20px 0;
	color: #222;
	font-size: 18px;
	font-weight: 500;
}

.diagram .d06 .d06_01 ul li:first-child
{
	border-bottom: 1px solid #ECECEC;
}

.diagram .d06 .d06_02
{
	float: left;
	width: 81%;
	margin-left: 1%;
}

.diagram .d06 .d06_02 .d06_02_01,
.diagram .d06 .d06_02 .d06_02_02
{
	float: left;
	position: relative;
	width: 50%;
}

.diagram .d06 .d06_02 .d06_02_01:before
{
	content: "";
	position: absolute;
	top: 0
	;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ECECEC;
}

.diagram .d06 .d06_02 .d06_02_01 h3
{
	position: relative;
	padding: 26px;
	text-align: center;
	color: #222;
	font-size: 20px;
	font-weight: 600;
	border-radius: 7px 0 0 7px;
	border: 1px solid #707070;
	border-right: 0;
}

.diagram .d06 .d06_02 .d06_02_01 h3:before
{
	content: "+";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 17px;
	text-indent: -1px;
	border-radius: 100%;
	background: #1C63B7;
}

.diagram .d06 .d06_02 .d06_02_02 h3
{
	padding: 26px;
	text-align: center;
	color: #222;
	font-size: 20px;
	font-weight: 600;
	border-radius: 0 7px 7px 0;
	border: 1px solid #707070;
	border-left: 0;
}

.diagram .d06 .d06_02 .d06_02_01 div,
.diagram .d06 .d06_02 .d06_02_02 div
{
	position: relative;
	max-width: 360px;
	margin: 20px auto 0 auto;
}

.diagram .d06 .d06_02 .d06_02_01 div h4,
.diagram .d06 .d06_02 .d06_02_02 div h4
{
	float: left;
	color: #1C63B7;
	font-size: 20px;
}

.diagram .d06 .d06_02 .d06_02_01 div ul,
.diagram .d06 .d06_02 .d06_02_02 div ul
{
	float: left;
	margin: -8px 0 -8px 30px;
}

.diagram .d06 .d06_02 .d06_02_01 div ul li,
.diagram .d06 .d06_02 .d06_02_02 div ul li
{
	position: relative;
	margin: 8px 0 8px 0;
	padding: 0 0 0 15px;
	color: #222;
	font-size: 18px;
}

.diagram .d06 .d06_02 .d06_02_01 div ul li:before,
.diagram .d06 .d06_02 .d06_02_02 div ul li:before
{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #00A990;
}

.diagram .d07 h2
{
	min-height: 320px;
	padding: 120px 0 40px 0;
}

.diagram .d07 .item ul
{
	width: 24.3%;
	margin:30px 0 0 0.5%;
	min-height: 217px;
	padding: 20px;
	border-right: 0;
	border-bottom: 0;
	border: 1px solid #707070;
	border-radius: 7px;
}

.diagram .d07 .item ul:first-child
{
	margin-left: 1.2%;
}

.diagram .d07 .item ul li
{
	position: relative;
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	border-top: 0;
}

.diagram .d07 .item ul li:before
{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #333333;
}




@media screen and (max-width: 1500px)
{
	.br
	{
		display: inline;
	}

	.summary p
	{
		padding: 50px 50px;
	}

	.diagram .item div 
	{
		width: 50%;
		min-height: auto;
		border-bottom: 1px solid #ECECEC;
	}

	.diagram .d03 h2
	{
		min-height: 206px;
	}

	.diagram .item div.d03_02 
	{
		border-right: none;
	}

	.diagram .item ul li:first-child 
	{
		border-top: none;
	}

	.diagram .item ul
	{
		width: 50%;
	}

	.diagram .d04 .item ul:nth-child(2)
	{
		border-right: none;
	}

	.diagram .d04 h2
	{
		min-height: 322px;
	}

	.diagram .d07 h2
	{
		min-height: 470px;
	}

	.diagram .d07 .item ul
	{
		width: 49.1%;
		margin: 0.5% 0 0 0.5%;
		min-height: auto;
	}

	.diagram .d07 .item ul:nth-child(3)
	{
		margin-left: 1.2%;
	}

}


@media screen and (max-width: 1280px)
{
	.summary .thumb_image
	{
		width: 60%;
	}

	.summary p
	{
		width: 40%;
		padding: 40px;
	}
}


@media screen and (max-width: 1150px)
{
	.diagram .d03 h2
	{
		min-height: 412px;
	}

	.diagram .item div 
	{
		width: 100%;
		border-right: none;
	}
}


@media screen and (max-width: 1100px)
{
	.summary .thumb_image
	{
		width: 100%;
	}

	.summary .thumb_image:before
	{
		top: auto;
		bottom: 0;
		left: 0;
		width: 30%;
		height: 6px;
	}

	.summary .thumb_image:after 
	{
		bottom: 0;
		right: 0;
		width: 70%;
		height: 6px;
	}

	.summary .thumb_image img
	{
		display: none;
	}

	.summary p
	{
		width: 100%;
		position: static;
	}
}


@media screen and (max-width: 1080px)
{
	.diagram .d06 h2
	{
		border-right: 0;
	}

	.diagram .d06 .d06_01
	{
		margin-right: 0.9%;
		border-right: 0;
	}

	.diagram .d06 .d06_01:after
	{
		display: none;
	}

	.diagram .d06 .d06_02
	{
		margin-left: 0;
		padding-left: 1%;
		border-left: 1px solid #ECECEC;
	}

	.diagram .d06 .d06_02 .d06_02_01, .diagram .d06 .d06_02 .d06_02_02
	{
		width: 100%;
	}

	.diagram .d06 .d06_02 .d06_02_01:before
	{
		display: none;
	}

	.diagram .d06 .d06_02 .d06_02_01 h3
	{
		border-radius: 7px;
		border-right: 1px solid #707070;
	}

	.diagram .d06 .d06_02 .d06_02_02
	{
		margin-bottom: 40px;
	}

	.diagram .d06 .d06_02 .d06_02_02 h3
	{
		margin-top: 40px;
		border-radius: 7px;
		border-left: 1px solid #707070;
	}

	.diagram .d06 .d06_02 .d06_02_01 h3:before
	{
		display: none;
	}
}


@media screen and (max-width: 960px)
{
	.diagram h2
	{
		float: none;
		width: 100%;
		text-align: center;
		border-right: 0;
	}

	.diagram .d01 h2:before 
	{
		display: none;
	}

	.diagram ul, .diagram .item
	{
		float: none;
		width: 100%;
	}

	.diagram .d01 h2
	{
		padding: 60px 0 0 0;
	}

	.diagram .d02 h2
	{
		padding: 40px 0 0 0;
	}

	.diagram .d01 ul li,
	.diagram .d02 ul li
	{
		padding: 20px 0 45px 0;
	}

	.diagram .d03 h2,
	.diagram .d04 h2,
	.diagram .d05 h2
	{
		min-height: auto;
		padding: 40px 0 0 0;
	}

	.diagram .d05 h2
	{
		padding-top: 30px;
	}

	.diagram .item 
	{
		margin-top: 20px;
	}

	.diagram .d03 .item div
	{
		width: 50%;
		text-align: left;
		border-right: 1px solid #ECECEC;
	}

	.diagram .d03 .item div.d03_02,
	.diagram .d03 .item div.d03_04
	{
		border-right: 0;
	}

	.diagram .d03 .item div.d03_03,
	.diagram .d03 .item div.d03_04
	{
		border-bottom: 0;
	}

	.diagram .d06 .d06_01
	{
		width: 100%;
		margin-right: 0;
	}

	.diagram .d06 .d06_02
	{
		width: 100%;
		margin-top: 40px;
		padding-left: 0;
		border-left: 0;
	}

	.diagram .d05 ul li
	{
		padding: 40px 0 30px 0;
	}

	.diagram .d06 .d06_02 .d06_02_01 div,
	.diagram .d06 .d06_02 .d06_02_02 div
	{
		max-width: 100%;
	}

	.diagram .d06 .d06_02 .d06_02_01 div h4,
	.diagram .d06 .d06_02 .d06_02_02 div h4 
	{
		width: 20%;
	}

	.diagram .d06 .d06_02 .d06_02_01 div ul,
	.diagram .d06 .d06_02 .d06_02_02 div ul
	{
		width: 80%;
		margin: -8px 0 -8px 0;
	}

	.diagram .d07 h2 
	{
		min-height: auto;
		padding: 20px 0 10px 0;
	}

	.diagram .d04 .item ul:nth-child(3),
	.diagram .d04 .item ul:nth-child(4)
	{
		border-bottom: 0;
	}

	.diagram .d07 .item ul
	{
		width: 49.7%;
	}

	.diagram .d07 .item ul:first-child,
	.diagram .d07 .item ul:nth-child(3)
	{
		margin-left: 0;
	}
}


@media screen and (max-width: 767px)
{
	.diagram .d03 .item div
	{
		width: 100%;
		text-align: center;
		border-right: 0;
	}

	.diagram .d03 .item div.d03_01
	{
		padding-top: 10px;
	}

	.diagram .d03 .item div.d03_03
	{
		border-bottom: 1px solid #ECECEC;
	}

	.summary p
	{
		padding: 30px;
		font-size: 16px;
		line-height: 22px;
	}

	.summary .thumb_image:before
	{
		height: 4px;
	}

	.summary .thumb_image:after 
	{
		height: 4px;
	}

	.diagram h2
	{
		font-size: 22px;
		line-height: 24px;
	}

	.diagram .d01 ul li,
	.diagram .d02 ul li
	{
		padding: 15px 0 30px 0;
		font-size: 20px;
		line-height: 22px;
	}

	.diagram .d01 h2
	{
		padding: 40px 0 0 0;
	}

	.diagram .d02 h2,
	.diagram .d03 h2
	{
		padding: 25px 0 0 0;
	}

	.diagram .d03 h2
	{
		padding-top: 60px;
	}

	.diagram .item div 
	{
		padding: 25px;
	}

	.diagram .item ul li
	{
		font-size: 16px;
		line-height: 23px;
	}

	.diagram .d04 .item ul li 
	{
		padding: 0 0 0 10px;
	}

	.diagram .d04 .item ul li:first-child
	{
		padding: 10px 0 0 10px;
	}

	.diagram .d04 .item ul li:before 
	{
		width: 4px;
		height: 4px;
	}

	.diagram .d04 .item ul li:first-child:before 
	{
		top: 22px;
	}

	.diagram .item ul 
	{
		padding: 12px 25px 25px 25px;
	}

	.diagram .d05 ul li
	{
		padding: 25px 0 25px 0;
		font-size: 18px;
		line-height: 24px;
	}

	.diagram .d06 .d06_01 
	{
		padding: 7px 7px 58px 7px;
	}

	.diagram .d06 .d06_01 h2
	{
		font-size: 18px;
	}

	.diagram .d06 .d06_01 ul li
	{
		padding: 15px 0;
		font-size: 16px;
	}

	.diagram .d06 .d06_02 .d06_02_01 h3,
	.diagram .d06 .d06_02 .d06_02_02 h3
	{
		padding: 20px;
		font-size: 18px;
	}

	.diagram .d06 .d06_02 .d06_02_01 div h4,
	.diagram .d06 .d06_02 .d06_02_02 div h4
	{
		font-size: 17px;
	}

	.diagram .d06 .d06_02 .d06_02_01 div ul li,
	.diagram .d06 .d06_02 .d06_02_02 div ul li
	{
		margin: 8px 0 8px 0;
		padding: 0 0 0 10px;
		font-size: 16px;
	}

	.diagram .d06 .d06_02 .d06_02_01 div ul li:before,
	.diagram .d06 .d06_02 .d06_02_02 div ul li:before
	{
		width:4px;
		height: 4px;
	}
}


@media screen and (max-width: 580px)
{
	.diagram .item ul
	{
		width: 100%;
	}

	.diagram .d04 .item ul:nth-child(1)
	{
		padding-top: 0
	}

	.diagram .d04 .item ul:nth-child(1),
	.diagram .d04 .item ul:nth-child(3)
	{
		border-right: 0;
	}

	.diagram .d04 .item ul:nth-child(3)
	{
		border-bottom: 1px solid #ECECEC;
	}

	.diagram .d07 .item ul
	{
		width: 100%;
		margin-top: 1%;
		margin-left: 0;
	}
}