@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다.**********/
._objHtml table tfoot th, ._objHtml table tfoot td {background-color: #f4f5f7; padding: 10px 5px; font-weight: 400; border-right: 1px solid #ddd;}
._objHtml table tfoot th:last-child, ._objHtml table tfoot td:last-child {border-right: none;}
._objHtml .tableWrap p.table_p {text-align: right; font-size: 13px;}
._objHtml .tableWrap .left {text-align: left;}
._objHtml .alignC {text-align: center;}

/*관련사이트 수정*/
#_JW_rlaSte_basic._fnctWrap #_relateSite ul li img.imgFile {border: 0; width: auto; height: auto;}
#_JW_rlaSte_basic._fnctWrap #_relateSite ul li ._relateList dl dt {font-size: 100%;}


/* 조직도 */
.org_box * { box-sizing: border-box;}
.org_box {
	position:relative;
	font-size:14px;
}
.org_box > div { 
	position:relative;
	margin-bottom:30px;
}
.org_box > div > p { 
	text-align:center; 
}
.org_box  p > span {
    display: inline-block;
	width:100%;
	max-width:165px;
    height: 49px;
    font-size: 16px;
    line-height: 49px;
	color:#fff;
	background-color:#3b7abd;
	text-align:center;
}
.org_box div.left { float:left; }
.org_box div.right { float:right; }
.org_box .top > p > span {
	background-color:#005bac;
}

.org_box > div:after{
	content:"";
	display:block;
	clear:both;
}
.org_box .second > div {
	position:relative;
}
.org_box .second .left {
	width:50%;
	padding-right: 15%;
    text-align: right;
}
.org_box .second .right {
	width:50%;
	padding-left:15%;
}
.org_box .first p > span {
	background-color:#54b4b0;
}
.org_box .second p > span {
	background-color:#4284bc;
}
.org_box .third p > span {
	background-color:#53b47c;
}
.org_box .third p > span {
	background-color:#386fcc;
}
.org_box .second,
.org_box .third {
	margin-top:70px;
}
.org_box .second > div p > span {
	position:relative;
	max-width:250px;
}
.org_box .second div > ul {
	max-width:250px;
}
.org_box .third > div {
	position:relative; 
	float:left;
	width:33.333%;
	padding:0 10px;
}
.org_box .third > div:nth-child(2) {
	
}

.org_box .third:after {
	content:"";
	display:block;
	clear:both;
}
.org_box .third > div p > span { 
	max-width:inherit;
	background-color:#2fb0da;
}
.org_box  div > ul {
	padding:10px;
	border:1px solid #ddd;
	background-color:#fff;
}
.org_box div > ul li {
	position:relative;
	margin:3px 0;
	padding-left:10px;
}
.org_box div > ul li:before{
    content: '';
    width: 3px;
    height: 3px;
    display: block;
    background-color: #a9a9a9;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 10px;
}

/* 선 */
.org_box .top:after {
	display:block; 
	content:"";
	border-left:1px solid #ddd; 
	position:absolute; 
	top:0;
	left:50%; 
	margin-left:-1px;
	height:450px;
	z-index:-1;
}
.org_box .second > div p > span:before,
.org_box .third > div:before {
	display:block; 
	content:"";
	border-left:1px solid #ddd; 
	position:absolute; 
	top:-30px;
	left:50%; 
	margin-left:-1px;
	height:30px;
	z-index:-1;
}
.org_box .third > div:nth-child(2):before {
	display:none;
}
.org_box .second:before,
.org_box .third:before {
	display:block; 
	content:"";
	border-top:1px solid #ddd; 
	position:absolute; 
	top:-30px;
	left:50%; 
	width:66.6%;
	margin-left:-33.4%;
	height:1px;
	z-index:-1;
}
.org_box .second:before {
	width:58%;
	margin-left:-29%;
	
}
@media screen and (max-width:900px) {
	.org_box .second:before {
		width:63%;
		margin-left:-31.5%;
	}
}

@media screen and (max-width:680px) {
	.org_box .top:after {
		height:550px;
	}
	.org_box .third > div { 
		float:none; 
		width:100%; 
		margin-bottom:20px;
	}
	.org_box .third:before {
		display:none;
	}	
	 .org_box .third > div:before { 
		display:none;
	}
	.org_box .second:before {
		width:65%;
		margin-left:-32.5%;
	}

}
