#content-main div.text-box p {
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.615;
    text-align: left;
	font-size: 16px;
	text-indent: 10px;
}
#content-main span.p-title {
    font-family: 'yg-jalnan';
    font-size: 38px;
    display: block;
    text-align: center;
    margin-top: 30px;
}
#content-main span.p-title span {
	font-size: 45px;
}
#content-main span.font01 {
	color: #e70101;
}
#content-main span.font02 {
    color: #ff8d00;
}
#content-main span.font03 {
    color: #ffd400;
}
#content-main span.font04 {
    color: green;
}
#content-main span.font05 {
	color: #005aff;
}
#content-main span.font06 {
	color: #ab00ab;
}
#content-main img.img {
	width: 100%;
	border-radius: 60px 20px;
}
#content-main p.text {
    margin-bottom: 10px !important;
}


/* 조직도 */
#content-main div.structure {
    margin-top: 40px;
    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 {
    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: #5f95d7;
}
#content-main div.structure ul.con01 li.org04 span.position {
	background: #87b3e5;
    line-height: 1.615;
    padding: 10px;
}
#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 {
	width: 250px;
    border-radius: 25px 10px;
    overflow: hidden;
	display: inline-block;
    vertical-align: top;
	margin-right: 52px;
	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 {
	display: block;
    text-align: center;
    padding: 10px;
    line-height: 1.615;
	background: #fff;
}
#content-main div.structure ul.con01 li.org02,
#content-main div.structure ul.con01 li.org04 {
	margin: 50px 0;
}
#content-main div.structure ul.con01 li.org01,
#content-main div.structure ul.con01 li.org03 {
	text-align: center;
}
#content-main div.structure ul.con01 li.org01 ul,
#content-main div.structure ul.con01 li.org02 ul.ab,
#content-main div.structure ul.con01 li.org03 ul {
	margin: 0;
}
#content-main div.structure ul.con01 li.org02 ul.ab {
    position: absolute;
    top: 75px;
    right: 0;
}
#content-main div.structure ul.con01 li.org04 {
	margin-bottom: 70px;
}
#content-main div.structure ul.con01 li.org03::before {
    position: absolute;
    top: 373px;
    right: 124px;
    width: 607px;
    height: 1px;
    content: '';
    background: #d7d7d7;
    z-index: -1;
}
#content-main div.structure ul.con01 li.org04 ul:nth-child(1)::before {
    position: absolute;
    top: 373px;
    left: 124px;
    width: 1px;
    height: 130px;
    content: '';
    background: #d7d7d7;
    z-index: -1;
}
#content-main div.structure ul.con01 li.org04 ul:nth-child(3)::before {
    position: absolute;
    top: 373px;
    right: 124px;
    width: 1px;
    height: 130px;
    content: '';
    background: #d7d7d7;
    z-index: -1;
}


@media (max-width: 1200px){
	#content-main div.structure div.bg_line::before {
		/* left: 427px; */
	}

}
@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 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,
	#content-main div.structure ul.con01 li.org04 ul:nth-child(1)::before,
	#content-main div.structure ul.con01 li.org04 ul:nth-child(3)::before {
		display: none;
	}
	#content-main div.structure ul.con01 li.org02 ul.ab {
		top: 115px;
	}
	#content-main div.structure ul.con01 li.org02 ul:nth-child(1) {
		margin: 250px 0 20px 0;
	}
	#content-main div.structure ul.con01 li.org02, #content-main div.structure ul.con01 li.org04 {
		margin: 0;
	}
	#content-main div.structure ul.con01 li.org02 span.position {
		background: #87b3e5;
	}
	#content-main div.structure ul.con01 li.org02 ul:nth-child(2) span.position {
		background: #346db2;
	}
}
@media (max-width: 400px) {
	#content-main img.img {
		border-radius: 40px 15px;
	}
}