@charset "utf-8";

/**[Layout]********************************************************/
	#_wrap {
		background: url("../images/bg_wrapVisual.jpg") repeat-x center top;
	}
	#_wrap #_wrapHeader {
		background: url("../images/bg_wrapHeader.gif") repeat-x center top;
	}
	#_wrap #_wrapHeader #_header {
		height: 182px;
	}
	#_wrap #_wrapVisual {
		height: 181px;
		background-position: -510px top;
	}
	#_wrap #_wrapVisual #_visual ._slogan{
		width: 250px;
		height: 70px;
		background: url("../images/bg_Slogan.png") no-repeat center center;
		top: 50px;
		left: 10px;
		padding: 20px 0 0 20px;
	}
	#_wrap #_wrapVisual #_visual ._slogan strong{
		font-size: 2.1em;
		font-weight: 600;
		letter-spacing: -1px;
		padding: 0.1em 0;
	}
	#_wrap #_wrapVisual #_visual ._slogan em{
		font-size: 1.4em;
	}
	#_wrap #_wrapArticle #_container #_aside {
		display:none;
		/* position: relative;
		z-index: 2; */
	}
	#_wrap #_wrapArticle #_container #_content {
		 padding: 30px 10px;
		position: relative;
		z-index: 1;
	}
	#_wrap #_wrapFooter #_footer .address{
		padding: 40px 200px 40px 10px;
		line-height: 1.5;
	}
	#_wrap #_wrapFooter #_footer .address .adWrap .spTel{
		clear: left;
	}
	#_wrap #_wrapHeader #_header,
	#_wrap #_wrapArticle #_container,
	#_wrap #_wrapFooter #_footer {

	}
/**[바로가기]********************************************************/
	#_wrap #_wrapFooter #_footer ._jumpTop{
		right: 0;
		top: 0;
	}
/**[점프메뉴]********************************************************/
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap {
		display: none;
		top: 90px;
		right: 0;
	}
/**[로고]********************************************************/
	#_logo{
		top: 45px;
		left: 290px;
	}

/**[주메뉴]********************************************************/
	#wrapGnb{
		display: block !important;
		left: 0px;
		top: 105px;
		width: 100%;
		z-index: 3;
	}
	.menuUItop ul.ul_1 li.li_1 {
		padding: 0;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1{
		height: 43px;
		line-height: 43px;
		font-size: 16px;
	}
	.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.eQ05 .div_2{
		right: 140px;
	}
	.menuUItop ul.ul_1 li.li_1.eQ06 .div_2{
		right: -1px;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2{
		display: none;
		position: absolute;
		padding: 0 34px;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a{
		height: 34px;
		line-height: 34px;
	}
	.menuUItop #top_div{
		margin: 0;
		padding: 0;
		height: 43px;
		background: #2c4270;
	}

/**[서브메뉴]********************************************************/
	#wrapLnb{
		display: none;
	}
	

/**페이지타이틀+페이지네비게이션********************************************************/
	#masterTitle{
		margin: 0 0 40px 0;
		color: #000;
	}
	#masterTitle h1{
		height: 60px;
		line-height: 60px;
		font-size: 26px;
		color: #595a5b;
		font-weight: 600;
	}
	#masterNavigation{
		position: absolute;
		top: 30px;
		right: 10px;
		height: 15px;
		line-height: 15px;
		background: url("../images/navHome.gif") no-repeat left 50%;
		padding-left: 20px;
	}
