#content-main div.text-box {}
#content-main div.text-box div.img-box {
	width: 284px;
	height: 370px;
	float: right;
	position: relative;
	border-radius: 60px 20px 20px;
	box-shadow: 0px 0px 15px 0px #c7c7c78f;
	overflow: hidden;
	margin-left: 20px;
}
#content-main div.text-box div.img-box img {}
#content-main div.text-box span.caption {
	position: absolute;
	width: 284px;
	font-size: 16px;
	color: #fff;
    height: 40px;
    background: #00000070;
    bottom: 0;
    left: 0;
    padding: 7px 15px;
    text-align: right;
}
#content-main div.text-box {
	margin-bottom: 50px;
}
#content-main div.text-box p {
    width: 100%;
	margin-bottom: 30px;
    line-height: 1.615;
    text-align: left;
	text-indent: 10px;
}
#content-main div.text-box p.bold {
	font-weight: bold;
}
#content-main div.text-box p.right {
	text-align: right;
	font-size: 16px;
}
#content-main div.text-box p.right span {
	font-size: 12px;
}

/* 조직도 */
#content-main div.structure {
    width: 855px;
}
#content-main div.structure h4 {
	margin-bottom: 30px;
}
#content-main div.structure div.bg_line {
    position: relative;
}
#content-main div.structure div.bg_line::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 600px;
    content: '';
    background: #d7d7d7;
}
#content-main div.structure ul.con01 {
	text-align: center;
    position: relative;
}
#content-main div.structure ul.con01 li.org01 span.position,
#content-main div.structure ul.con01 li.org02 span.position,
#content-main div.structure ul.con01 li.org03 span.position,
#content-main div.structure ul.con01 li.org04 span.position,
#content-main div.structure ul.con01 li.org05 span.position {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
#content-main div.structure ul.con01 li.org01 span.position {
	background: #346db2;
}
#content-main div.structure ul.con01 li.org02 span.position {
	background: #4681c9;
}
#content-main div.structure ul.con01 li.org03 span.position {
	background: #4681c9;
}
#content-main div.structure ul.con01 li.org04 span.position {
	background: #6599d7;
}
#content-main div.structure ul.con01 li.org05 span.position {
	background: #87b3e5;
}
#content-main div.structure ul.con01 li.org01 span.top {
	display: block;
	width: 250px;
    margin: auto;
	border-radius: 25px 10px;
    margin-bottom: 40px;
	background: #60bb46;
}
#content-main div.structure ul.con01 li.org01 ul,
#content-main div.structure ul.con01 li.org02 ul,
#content-main div.structure ul.con01 li.org03 ul,
#content-main div.structure ul.con01 li.org04 ul,
#content-main div.structure ul.con01 li.org05 ul {
	width: 250px;
    border-radius: 25px 10px;
    overflow: hidden;
	display: inline-block;
    vertical-align: top;
	margin-right: 52px;
    /* background: #fff; */
	box-shadow: 0px 0px 5px 0px #c7c7c78f;
}
#content-main div.structure ul.con01 li > ul.last {
	margin-right: 0;
}
#content-main div.structure ul.con01 li.org01 ul li span.name,
#content-main div.structure ul.con01 li.org02 ul li span.name,
#content-main div.structure ul.con01 li.org03 ul li span.name,
#content-main div.structure ul.con01 li.org04 ul li span.name,
#content-main div.structure ul.con01 li.org05 ul li span.name {
	display: block;
    text-align: center;
    padding: 10px;
    line-height: 1.615;
	background: #fff;
}
#content-main div.structure ul.con01 li.org02 {
	margin-bottom: 140px;
}
#content-main div.structure ul.con01 li.org02,
#content-main div.structure ul.con01 li.org05 {
	text-align: center;
}
#content-main div.structure ul.con01 li.org02 ul,
#content-main div.structure ul.con01 li.org03 ul,
#content-main div.structure ul.con01 li.org05 ul {
	margin: 0;
}
#content-main div.structure ul.con01 li.org03 {
	text-align: right;
    position: absolute;
    top: 200px;
    right: 0;
}
#content-main div.structure ul.con01 li.org04 {
	margin-bottom: 70px;
}
#content-main div.structure ul.con01 li.org02::before {
	position: absolute;
    top: 49px;
    right: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d7d7d7;
	z-index: -1;
}
#content-main div.structure ul.con01 li.org03::before {
	position: absolute;
    top: 49px;
    right: 177px;
    width: 100%;
    height: 1px;
    content: '';
    background: #d7d7d7;
	z-index: -1;
}
#content-main div.structure ul.con01 li.org04::before {
	position: absolute;
    top: 405px;
    right: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d7d7d7;
	z-index: -1;
}
#content-main span.message {
	display: none;
}


@media (max-width: 1200px) {
	#content-main div.text-box p {
		font-size: 16px;
	}
}
@media (max-width: 893px) {
	#content-main div.structure {
		width: 100%;
	}
	#content-main div.structure ul.con01 li.org01 ul, 
	#content-main div.structure ul.con01 li.org02 ul, 
	#content-main div.structure ul.con01 li.org03 ul, 
	#content-main div.structure ul.con01 li.org04 ul, 
	#content-main div.structure ul.con01 li.org05 ul {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#content-main div.structure ul.con01 li.org01 {
	    margin-top: 125px;
	}
	#content-main div.structure ul.con01 li.org01 ul:nth-child(2) {
		position: absolute;
		top: -112px;
	}
	#content-main div.structure div.bg_line::before,
	#content-main div.structure ul.con01 li.org02::before,
	#content-main div.structure ul.con01 li.org03::before,
	#content-main div.structure ul.con01 li.org04::before {
		display: none;
	}
	#content-main div.structure ul.con01 li.org02, 
	#content-main div.structure ul.con01 li.org05 {
		margin: 0;
	}
	#content-main div.structure ul.con01 li.org03 {
		position: static;
	}
	#content-main div.structure ul.con01 li.org04 {
		margin: 0;
	}
	#content-main div.structure ul.con01 li.org02 span.position,
	#content-main div.structure ul.con01 li.org04 span.position {
		background: #346db2;
	}
	#content-main div.structure ul.con01 li.org01 ul:nth-child(1) span.position,
	#content-main div.structure ul.con01 li.org01 ul:nth-child(3) span.position,
	#content-main div.structure ul.con01 li.org03 span.position {
		background: #87b3e5;
	}

}
@media (max-width: 743px) {
}
@media (max-width: 650px) {
	#content-main div.text-box div.img-box {
		width: 250px;
		height: 320px;
	}
	#content-main div.text-box span.caption {
		width: 250px;
	    right: 3px;
	}
	#content-main img.message {
		display: none;
	}
	#content-main span.message {
		display: block;
		font-weight: 500;
	}

}
@media (max-width: 550px) {
	#content-main div.text-box div.img-box {
		width: 220px;
		height: 280px;
	}
	#content-main div.text-box span.caption {
		width: 220px;
	    right: 3px;
	}
}
@media (max-width: 480px) {
	#content-main div.text-box div.img-box {
		width: 190px;
		height: 260px;
	}
	#content-main div.text-box span.caption {
		width: 190px;
	    right: 3px;
	}
}
@media (max-width: 420px) {
	#content-main div.text-box div.img-box {
		width: 280px;
		height: 330px;
		float: none;
		margin: 0 auto 20px;
		border-radius: 60px 20px;
	}
	#content-main div.text-box span.caption {
		width: 280px;
		left: 0;
		right: 0;
		text-align: left;
	}
}