@charset "utf-8";
/* popup */
.PZwindow{
	position:absolute !important;
  	z-index:100;
}

/**[Layout]********************************************************/
	#_wrap {
	}
	#_wrap #_wrapHeader {
		background: url("../images/bg_wrapHeader.gif") repeat-x center bottom;
	}
	#_wrap #_wrapHeader #_header {
		height: 98px;
	}
	#_wrap #_wrapArticle {
		background: url("../images/bg_wrapArticle.jpg") no-repeat center top;
	}
	#_wrap #_wrapArticle #_container{
		min-height: 862px;
	}
	#_wrap #_wrapFooter #_footer{
		height: 185px;
	}
	#_wrap #_wrapFooter #_footer .address{
		padding-top: 40px;
		line-height: 2;
	}
	#_wrap #_wrapHeader #_header,
	#_wrap #_wrapArticle #_container,
	#_wrap #_wrapFooter #_footer {
		width: 1200px;
	}
/**[점프메뉴]********************************************************/
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap {
		top: 90px;
		right: 0;
	}
/**[로고]********************************************************/
	#_logo{
		top: 35px;
		left: 0px;
	}

/**[주메뉴]********************************************************/
	#wrapGnb{
		display: block !important;
		left: 300px;
		top: 27px;
		width: 900px;
		z-index: 2;
	}
	.menuUItop #top_div {
	}
	.menuUItop ul.ul_1 li.li_1 {
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1{
		height: 68px;
		line-height: 68px;
		font-size: 16px;
		padding: 0 1.4em;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1._active,
	.menuUItop ul.ul_1 li.li_1 a.a_1:hover{
		color: #2b66b4 ;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2{
		display: none;
		position: absolute;
		top: 71px;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a{
		height: 40px;
		line-height: 40px;
	}
