/************** sub-menu ****************/

.contents .wrap {
    margin: 0 auto;
    width: 100%;
}
.contents .sub-menu {
	float: left;
	margin-top: 40px;
	width: 20%;
	height: auto;
}

.contents .sub-menu .logo {
	display: none;
	width: 100%;
	height: 185px;	
	background-color: #5788DA;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.contents .sub-menu .logo h2 {
	color: #fff;
}
.contents .sub-menu .logo .img {
	display: inline-block;
    margin: 25px 0 auto;
	width: 90px;
    height: 90px;
    border-radius: 50%;
	background: url(../../assets/image/00_main/icn_subimg.jpg) 0px center no-repeat;
}
.contents .sub-menu ul.depts1 {
	display: block;
	width: 100%;
	margin: 0;
	border-top: 1px solid #C6D1DC;
	background-color: #fff;
}
.contents .sub-menu ul.depts1 > li {
	width: 100%;
	border-left: 1px solid #C6D1DC;
	border-right: 1px solid #C6D1DC;
	border-bottom: 1px solid #C6D1DC;
	background: #f5f5f5;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contents .sub-menu ul.depts1 > li > a {
    display: block;
	padding: 14px 0 14px 18px;
	background: #fff;
}
.contents .sub-menu ul.depts2 > li > a {
    display: block;
	padding: 5px 0 5px 12px;
	background: url(../../assets/image/00_sub/icn_submenu2.gif) 0% 13px no-repeat;
}
.contents .sub-menu ul.depts1 > li > a:hover, .contents .sub-menu ul.depts1 li > a.active {	
	background: url(/foreign/image/foreign/icn_submenu.png) 90% center no-repeat;
	background-color: #fff;
    color: #5C8AC9;
}
.contents .sub-menu ul.depts2 > li > a:hover, .contents .sub-menu ul.depts2 li > a.active {
	background: url(../../assets/image/00_sub/icn_submenu.png) 0% 11px no-repeat;
	color: #5C8AC9;
}
.contents .sub-menu ul.depts1 > li > ul.depts2 {
	display: none;
	padding: 0 0 0 18px;
    border-top: 1px solid #d9d9d9;
    background: #f5f5f5;
}
.contents .sub-menu ul.depts1 > li > ul.depts2 > li:first-child {
	margin-top: 10px;
}
.contents .sub-menu ul.depts1 > li > ul.depts2 > li:last-child {
	margin-bottom: 10px;
}


/************** sub-content ****************/

.contents .sub-content {
	float: right;    
	width: 79%;
	height: auto;
	background-color: #fff;
	/*
	margin-bottom: 70px;
	overflow: hidden;
	border: 1px solid #ccc;
	*/
}

.contents .sub-content > .wrap > .content {
	position: relative;
	width: 100%;
	padding: 5%;
	/*
	overflow: hidden;
	*/
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;	
}

.contents .sub-content > .wrap > .content h1 {
	position: relative;
    display: inline-block;
}
.contents .sub-content > .wrap > .content h1:before {
	position: absolute;
	top: -8px;
	left: 0px;
	content:"";
	display: inline-block;
	width: 65px;
	height: 2px;
	background-color:#5788DA;
}
.content ul.msnNavi {
	margin: 35px 0 50px 0;
    width: auto;
    height: 60px;
	border-bottom: 2px solid #5788da
}
.content ul.msnNavi > li {
	display: inline-block;
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #f5f5f5;
	
	cursor: pointer;
}
.content ul.msnNavi > li:hover {
	font-size: 17px;
}
.content ul.msnNavi > li.on {
	font-size: 21px;
    font-weight: normal;
	color: #fff;
	background-color: #5788da;
}

.content h2 {
    display: inline-block;
    margin-left: 10px;
}
div#article h2 {
	margin: 30px 0;	
	display: block;
	/*
	margin-left: 0px;
	margin-bottom: 30px;
	text-align: center;
	*/
}
div#article div > div.dept1 {
	display: table-cell;
	margin-bottom: 20px;
	width: 200px;
    text-align: center;	 
}
div#article div > div.dept2 {
	display: table-cell;
	/*
	width: 80%;
	*/
	font-size: 15px;
	padding-left: 30px;
    vertical-align: top;
}
div#article div h2 {
	display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: #5788da;
    color: #fff;
}
div#article div.profile h2 {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
div#article div.creed, div#article div.history, div#article div.profile {
	width: 100%;
    margin: 50px 0 50px 0;
	padding-bottom: 50px;
    border-bottom: 1px solid #ebeff3;
}
div#article div.creed:last-child, div#article div.history:last-child, div#article div.profile:last-child {
    margin-bottom: 0;
	border-bottom: none;
}


div#article > ul#timeTable {
    margin: 30px 0 30px 0;
}
div#article > ul#timeTable > li {
    display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	padding: 5px 0 15px;
	border-bottom: 1px solid #f1f1f1;
}
div#article > ul#timeTable > li.head {
    padding: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
    color: #5788da;
	
	background: #f5f5f5;
	border-top: 2px solid #4789d3;
	border-bottom: 1px solid #e2e2e2;
}
div#article > ul#timeTable > li > ul > li {
    display: inline-block;
	float: left;
	width: 25%;
	height: auto;
}

.contents .sub-content > .wrap > .content img.left {
	float: left;
	max-width: 100%;
	margin-right: 20px;
}
.contents .sub-content > .wrap > .content img.right {
	float: right;
	max-width: 100%;
	margin-left: 20px;
	padding: 10px 0 10px 0;
}

.contents .sub-content > .wrap > .content img.center {
	display: block;
	max-width: 100%;
	margin: 70px auto;
}
.contents .sub-content > .wrap > .content img.clear {
    float: none;
    display: block;
	padding: 30px 0;
	/* ´çÈ¸Àå´Ô ¼Ò°³ÆäÀÌÁö¿¡¼­ ¼öÁ¤ÇÔ 170417
	padding: 10px 0 10px 0;
	*/
}
.contents .sub-content > .wrap > .content font.center, 
.contents .sub-content > .wrap > .content strong.center, 
.contents .sub-content > .wrap > .content span.center {
	display: block;
	text-align: center;
}
.contents h1:after {
	display: block;
	width: 50px;
	height: 3px;
	background: #5788DA;
}


/****************************** content page scroll list btn ******************************/
#quick {
	position: absolute;
	right: 0px;
	top: 40px;
	padding: 5px;
	width: 40px;
	/*
	height: 20px;
	*/
	font-size: 11px;
	text-align: center;
	background: #51688c;
	color: #fff;
}
#quick a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}


/****************************** ´º½º¸®½ºÆ® css ******************************/
.contents .sub-content > .wrap > .content > .news-srch {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.news-list {
	display: table;
    /*		±¸¿ª°ø°ú, ¼º±¸¿¡¼­ ÀÚ·á°£ ³Ð¾î¼­ Á¶Á¤ÇÔ(09/06 È­)
	padding: 25px 0 25px 0;
	*/
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
	
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;	
}
.news-list:hover, .news-list.on {
	background-color: #F5FAFD;
}
.news-list .image{
	display: table-cell;
	padding-top: 10px;
    padding-right: 30px;
	width: 220px;
    height: auto;
    vertical-align: middle;
}
.news-list .image > img{
	border: 7px solid #f7f7f7;
	
	/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	*/
}
.news-list .content{
	display: table-cell;
	position: relative;
    padding: 60px 0;
    width: 100%;
	/*
    height: auto;
    vertical-align: middle;
	*/
}
.news-list .content > .tit {
	margin: -35px 0 20px 0;
	font-size: 21px;
	color: #5788da;
}
.news-list .content > .headerline {
    display: none;
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 24px;
}
.news-list .content .script {
	/**/
	position: absolute;	
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	bottom: 24px;
}
.content div.news-list > div.news-content {
    padding: 40px 20px 40px;
    font-size: 15px;
}
.content div.news-list > div.deps1 {
	cursor: pointer;
}
.content div.news-list > div.news-content .close {
    clear: both;
	margin: 50px auto -40px auto;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	background: #5788da;
	cursor: pointer;
	
	border-radius: 50px 50px 0px 0px;
	-webkit-border-radius: 50px 50px 0px 0px;
	-moz-border-radius: 50px 50px 0px 0px;
	-o-border-radius: 50px 50px 0px 0px;
}
.content div.news-list > div.news-content .close > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.script > .day, .script > .sour, .script > .cnum {
	display: inline-block;
	width: 30%;
}
.script > .sour {
	width: 40%;
}
.script > .cnum {
	width: 28%;
}
.script span {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
    line-height: 7px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #778aa9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}


/***** ³»¿ë ******/
.con-head {
	/**/
    margin-top: 10px;
	border-top: 3px solid #5788da;
	
}
.con-head > .scrptRow {
	border-bottom: 1px solid #ccc;
}
.con-head > .scrptRow {
	font-size: 12px;
	font-weight: bold;	
}
.con-head span {
	display: inline-block;
	height: auto;
}
.con-head span.tit {
	text-align: center;
    padding: 0px 10px;
	background-color: #f7f7f7;
}
.con-head span.txt {
	width: 170px;
	padding-left: 10px;
}
.con-head span.newsTit {
	margin-left: 10px;
	color: #5788da;
	font-size: 17px;
}
.content > .content {
	margin-top: 50px;
}




/****************************** responsive code ******************************/

@media (max-width: 1280px) {

}
@media (max-width: 1020px) {
	.con-head span.txt {
		width: 110px;
	}
	.script > .day, .script > .sour, .script > .cnum {
		display: block;
		width: 100%;
	}
	.news-list .content .script {
		position: static;
	}
	div#article div.creed, div#article div.history {
		border-bottom: 0;
	}
	div#article > div.creed > div.dept2, div#article div.history > div.dept2 {
		display: block;
		width: 100%;
		padding-left: 0px;
	}
	div#article > div.creed > div.dept1, div#article.history div.history > div.dept1 {
		display: block;
		margin-bottom: 20px;
	    width: 100%;
	}
	div#article > div.creed h2, div#article div.history h2 {
		display: block;
	    border-radius: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		padding-left: 30px;
		
		box-sizing: border-box;
	    -webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
	}
}