@charset "utf-8";

/**[Layout]********************************************************/
	#_wrap {
	}
	#_wrap #_wrapHeader {
		background: url("../images/bg_wrapHeader.gif") repeat-x center bottom;
	}
	#_wrap #_wrapHeader #_header {
		height: 98px;
	}
	#_wrap #_wrapVisual {
		height: 100px;
		background-position: center top;
	}
	#_wrap #_wrapVisual #_visual ._slogan{
		top: 15px;
		right: 0;
	}
	#_wrap #_wrapVisual #_visual ._slogan strong{
		font-size: 2.4em;
		padding: 0.3em 0;
	}
	#_wrap #_wrapVisual #_visual ._slogan em{
		font-size: 1.4em;
	}
	#_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 {
		top: 90px;
		right: 0;
	}
/**[로고]********************************************************/
	#_logo{
		top: 35px;
		left: 0px;
	}

/**[주메뉴]********************************************************/
	#wrapGnb{
		display: block !important;
		left: 260px;
		top: 27px;
		width: 580px;
		z-index: 2;
	}
	.menuUItop ul.ul_1 li.li_1 {
		padding: 0;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1{
		height: 68px;
		line-height: 68px;
		font-size: 16px;
		padding: 0 10px;
	}
	.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;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a{
		height: 40px;
		line-height: 40px;
	}

/**[서브메뉴]********************************************************/
	#wrapLnb{
		display: none;
	}
	

/**[탭메뉴]********************************************************/
	#masterTab{
		text-align: center;
	}
	.menuUItab .tab_div{
		display: inline-block;
		*zoom: 1;
		_display: inline;
	}

/**페이지타이틀+페이지네비게이션********************************************************/
	#masterTitle{
		margin-bottom: 30px;
		color: #000;
		text-align: center;
	}
	#masterTitle h1{
		height: 60px;
		line-height: 60px;
		font-size: 26px;
	}
	#masterNavigation{
		display: none;
	}
