@charset "utf-8";

#_wrap {
  min-width: 1260px;
  background: url("../images/bg_wrapHeader.gif") repeat-x center top;
}
#_wrap #_wrapHeader {
}
#_wrap #_wrapHeader #_header {
	height: 218px;
}
#_wrap #_wrapArticle {
}
#_wrap #_wrapArticle #_container {
}
#_wrap #_wrapFooter {
  	height: 172px;
  	background: url("../images/bg_wrapFooter.gif") repeat-x center top;
}
#_wrap #_wrapFooter #_footer {
}
#_wrap #_wrapFooter #_footer .address{
	padding: 42px 0 42px 238px;
}
#_wrap #_wrapHeader #_header,
/*#_wrap #_wrapArticle #_container,*/
#_wrap #_wrapFooter #_footer {
	width: 1260px;
}

/**********************************************************/
#_logo{
	top: 64px;
	left: 0;
}
#_logo a {
  	display: block;
  	background: url("../images/logo.png") no-repeat center top;
  	width: 435px;
  	height: 49px;
  	text-indent: -9999px;
}

/**[주메뉴]********************************************************/
.menuUItop{
	display: block !important;
	left: 0px;
	top: 146px;
	width: 1260px;
}
.menuUItop .top_div {
	width: 1260px;
	border-left: 1px #ddd solid;
}
.menuUItop ul.ul_1 li.li_1 {
	position: relative;
	width: 20%;
}
.menuUItop ul.ul_1 li.li_1 a.a_1{
	font-size: 19px;
  	height: 71px;
    line-height: 71px;
}
.menuUItop ul.ul_1 li.li_1 .div_2{
	display: none;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2{
	background-color: #2B4250;
	position: absolute;
	top: 71px;
	left: 0;
	width: 99.8%;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a{
	display: block;
	height: 36px;
	line-height: 36px;
	margin: auto;
	padding: 0 10px;
	color: #D4E3ED;
  	font-size: 16px;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a:hover,
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a._active{
	background-color: #16262F;
	color: #fff;
}
.menuUItop ul.ul_1 li.li_1._useChildDiv .div_2 ul li a._active{
	font-weight: 600;
}

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	top: 103px;
	right: 0;
}
