@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다. **********/
/* 레이아웃은 같은 타입의 템플릿은 공통으로  적용되어 있습니다.**********/
/* 레이아웃 변경시에는 같은 템플릿은 같이 변경되오니 유의하여 주시고 변경하실 CSS는 각 템플릿의 샘플 템플릿의 layout.css를 수정하시면 됩니다.**********/
/* 개별적인 변경을 하실 경우에는 새로운 템플릿으로 추가해서 작업하시거나 style.css에서 !important처리로 작업하시기 바랍니다.**********/
._objHtml table tfoot th, ._objHtml table tfoot td {background-color: #f4f5f7; padding: 10px 5px; font-weight: 400; border-right: 1px solid #ddd; border-bottom: 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;}
._objHtml .marL20 {margin-left: 20px;}
._objHtml .f-14 {font-size: 14px;}
._objHtml .f-20 {font-size: 20px;}

._objHtml ul.dash_1 > li {position: relative; padding-left: 10px; margin-left: 10px;}
._objHtml ul.dash_1 > li:before {content: "-"; position: absolute; top: 0; left: 0;}

.boxStyle.type1 .imgWrap {width: 35%; text-align: center;}
.boxStyle.type1 .textWrap {width: 65%;}
.boxStyle.type1 .imgWrap img {float: none;}
.Mobile .boxStyle.type1 .imgWrap,
.Mobile .boxStyle .imgWrap,
.Mobile .boxStyle.type1 .textWrap,
.Mobile .boxStyle .textWrap {width: 100%; padding: 0;}
.Mobile .boxStyle .textWrap {margin-top: 20px;}


/* 조직도 */

.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 .first p > span {
	background-color:#54b4b0;
}

.org_box .second p > span {
	background-color:#53b47c;
}
.org_box .second p > span {
	background-color:#386fcc;
}
.org_box .top p > span {
	height:80px;
	line-height:1.6;
	padding:15px 0;
}
.org_box .top p > span small {
	display:block;
}
.org_box .second {
	margin-top:70px;
}
.org_box .second > div {
	position:relative; 
	float:left;
	width:33.333%;
	padding:0 10px;
}
.org_box .second > div:nth-child(2) {
	
}

.org_box .second:after {
	content:"";
	display:block;
	clear:both;
}
.org_box .second > 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 .second ul {
	min-height:360px;
}



/* 선 */
.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: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 .second > div:nth-child(2):before {
	display:none;
}

.org_box .second: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;
}

@media screen and (max-width:900px) {

}

@media screen and (max-width:680px) {
	.org_box .top:after {
		height:550px;
	}
	.org_box .second > div { 
		float:none; 
		width:100%; 
		margin-bottom:20px;
	}
	.org_box .second:before {
		display:none;
	}	
	.org_box .second ul {
		min-height:auto;
	}

}
